From 5be46d3972dc17e801fc6c058ea03523b5aa93a4 Mon Sep 17 00:00:00 2001 From: MARCOP001 Date: Fri, 29 May 2026 23:06:32 +0200 Subject: [PATCH] modifiche a standardizer-app-file_extractor --- app.py | 34 +- data/raw/openalex_20260529_221059.json | 111089 ++++++++++++++++++++++ data/raw/openalex_20260529_223443.json | 111089 ++++++++++++++++++++++ data/raw/pubmed_20260529_230448.xml | 23918 +++++ sources - collegamento.lnk | Bin 0 -> 1749 bytes www/services/file_extractor.py | 23 +- www/services/standardizer.py | 1241 +- 7 files changed, 246274 insertions(+), 1120 deletions(-) create mode 100644 data/raw/openalex_20260529_221059.json create mode 100644 data/raw/openalex_20260529_223443.json create mode 100644 data/raw/pubmed_20260529_230448.xml create mode 100644 sources - collegamento.lnk diff --git a/app.py b/app.py index fc0e5fe12..a2541800a 100644 --- a/app.py +++ b/app.py @@ -772,22 +772,33 @@ def mostra(): elif selected_action == "1A": # Dati Locali (Base Level) files = input.Dataset() if files: - all_raw_records = [] - # --- FASE 1: EXTRACT --- + all_standardized_dfs = [] + + # --- FASE 1, 2, 3: EXTRACT & TRANSFORM PER FILE --- for file_info in files: file_path = file_info["datapath"] + file_name = file_info["name"] + # Extract the extension to pass to standardizer + file_ext = os.path.splitext(file_name)[1].lower() + try: + # Extract raw records from the specific file raw_records = extract_from_file(file_path, source=source_upper) - all_raw_records.extend(raw_records) + + if raw_records: + # Transform to DF immediately using the specific file_type + df_part = convert2df(raw_records, source=source_upper, file_type=file_ext, validate=True) + all_standardized_dfs.append(df_part) + except Exception as e: - ui.notification_show(f"Errore di estrazione ({file_info['name']}): {e}", type="error", duration=8) + ui.notification_show(f"Errore di elaborazione per ({file_name}): {e}", type="error", duration=8) - # --- FASE 2, 3 e 4: TRANSFORM --- - if all_raw_records: + # --- FASE 4: MERGE E LOAD --- + if all_standardized_dfs: try: - standardized_df = convert2df(all_raw_records, source=source_upper, validate=True) + # Combine all standard dataframes into one + standardized_df = pd.concat(all_standardized_dfs, ignore_index=True) - # ---> AGGIUNGI QUESTE 3 RIGHE QUI <--- # Converte l'anno in numerico e rimuove le righe senza anno valido standardized_df["PY"] = pd.to_numeric(standardized_df["PY"], errors="coerce") standardized_df = standardized_df.dropna(subset=["PY"]) @@ -799,8 +810,7 @@ def mostra(): ui.notification_show(f"✅ ETL completato con successo! Elaborati {len(standardized_df)} record.", duration=5) except Exception as e: - ui.notification_show(f"❌ Errore durante la standardizzazione: {e}", type="error", duration=10) - + ui.notification_show(f"❌ Errore durante l'aggregazione dei dati: {e}", type="error", duration=10) # -------- ADVICE BUTTON -------- @render.ui @reactive.event(input.advice_modal_completeness) @@ -962,7 +972,9 @@ def esegui_pipeline_api(): # --- FASE 2, 3 e 4: TRANSFORM E LOAD --- source_mapped = "OPENALEX" if source == "openalex" else "PUBMED" - standardized_df = convert2df(raw_records, source=source_mapped, validate=True) + + # Pass "api" as file_type since these aren't traditional physical files + standardized_df = convert2df(raw_records, source=source_mapped, file_type="api", validate=True) # Prepara il dato per i calcoli temporali della UI standardized_df["PY"] = pd.to_numeric(standardized_df["PY"], errors="coerce") diff --git a/data/raw/openalex_20260529_221059.json b/data/raw/openalex_20260529_221059.json new file mode 100644 index 000000000..f3ed1de68 --- /dev/null +++ b/data/raw/openalex_20260529_221059.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", + "score": 0.4399999976158142, + "display_name": "Quality Education" + } + ], + "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", + "score": 0.800000011920929, + "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/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", + "score": 0.49000000953674316, + "display_name": "Reduced inequalities" + }, + { + "id": "https://metadata.un.org/sdg/16", + "score": 0.4300000071525574, + "display_name": "Peace, Justice and strong institutions" + } + ], + "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", + "score": 0.47999998927116394, + "display_name": "Industry, innovation and infrastructure" + } + ], + "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", + "score": 0.800000011920929, + "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/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", + "score": 0.41999998688697815, + "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/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", + "score": 0.5299999713897705, + "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/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", + "score": 0.4099999964237213, + "display_name": "Industry, innovation and infrastructure" + } + ], + "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", + "score": 0.7099999785423279, + "display_name": "Decent work and economic growth" + } + ], + "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", + "score": 0.5799999833106995, + "display_name": "Peace, Justice and strong institutions" + } + ], + "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", + "score": 0.5299999713897705, + "display_name": "Quality Education" + } + ], + "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", + "score": 0.4000000059604645, + "display_name": "Industry, innovation and infrastructure" + } + ], + "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", + "score": 0.4000000059604645, + "display_name": "Partnerships for the 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, + 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", + "score": 0.8500000238418579, + "display_name": "Climate action" + } + ], + "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, + "display_name": "Quality Education", + "id": "https://metadata.un.org/sdg/4" + } + ], + "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, + "display_name": "Quality Education", + "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/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": { + "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, + "display_name": "Peace, Justice and strong institutions", + "id": "https://metadata.un.org/sdg/16" + } + ], + "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, + "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": { + "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, + "display_name": "Life in Land", + "id": "https://metadata.un.org/sdg/15" + } + ], + "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, + "display_name": "Peace, Justice and strong institutions", + "id": "https://metadata.un.org/sdg/16" + } + ], + "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, + "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": { + "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, + "display_name": "Quality Education", + "id": "https://metadata.un.org/sdg/4" + } + ], + "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, + "display_name": "Industry, innovation and infrastructure", + "id": "https://metadata.un.org/sdg/9" + } + ], + "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, + "display_name": "Quality Education", + "id": "https://metadata.un.org/sdg/4" + } + ], + "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, + "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": { + "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, + "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": { + "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, + "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": { + "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": [ + { + "score": 0.49000000953674316, + "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": 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": { + "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": [ + { + "score": 0.5699999928474426, + "id": "https://metadata.un.org/sdg/8", + "display_name": "Decent work and economic growth" + } + ], + "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": [ + { + "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": { + "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": [ + { + "score": 0.6100000143051147, + "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": 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": { + "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": [ + { + "score": 0.41999998688697815, + "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": 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": [ + { + "score": 0.7099999785423279, + "id": "https://metadata.un.org/sdg/7", + "display_name": "Affordable and clean energy" + } + ], + "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": [ + { + "score": 0.7200000286102295, + "id": "https://metadata.un.org/sdg/16", + "display_name": "Peace, Justice and strong institutions" + } + ], + "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": [ + { + "score": 0.7699999809265137, + "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/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": [ + { + "score": 0.6100000143051147, + "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": 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": { + "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": [ + { + "score": 0.4000000059604645, + "id": "https://metadata.un.org/sdg/15", + "display_name": "Life in Land" + } + ], + "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": [ + { + "score": 0.7599999904632568, + "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": 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": [ + { + "id": "https://metadata.un.org/sdg/4", + "display_name": "Quality Education", + "score": 0.7599999904632568 + } + ], + "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": [ + { + "id": "https://metadata.un.org/sdg/8", + "display_name": "Decent work and economic growth", + "score": 0.5199999809265137 + } + ], + "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": [ + { + "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": { + "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": [ + { + "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": { + "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": [ + { + "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": { + "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": [ + { + "id": "https://metadata.un.org/sdg/4", + "display_name": "Quality Education", + "score": 0.5400000214576721 + } + ], + "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": [ + { + "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": { + "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": [ + { + "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": { + "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_223443.json b/data/raw/openalex_20260529_223443.json new file mode 100644 index 000000000..712885ed0 --- /dev/null +++ b/data/raw/openalex_20260529_223443.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": [ + { + "display_name": "Quality Education", + "score": 0.4099999964237213, + "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": [ + { + "display_name": "Quality Education", + "score": 0.7200000286102295, + "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": [ + { + "display_name": "Quality Education", + "score": 0.5, + "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": [ + { + "display_name": "Peace, Justice and strong institutions", + "score": 0.5699999928474426, + "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": [ + { + "display_name": "Zero hunger", + "score": 0.800000011920929, + "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": [ + { + "display_name": "Life in Land", + "score": 0.6600000262260437, + "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": [ + { + "display_name": "Peace, Justice and strong institutions", + "score": 0.4300000071525574, + "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": [ + { + "display_name": "Peace, Justice and strong institutions", + "score": 0.4399999976158142, + "id": "https://metadata.un.org/sdg/16" + }, + { + "display_name": "Reduced inequalities", + "score": 0.4300000071525574, + "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": [ + { + "display_name": "Quality Education", + "score": 0.699999988079071, + "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": [ + { + "display_name": "Industry, innovation and infrastructure", + "score": 0.5400000214576721, + "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": [ + { + "display_name": "Quality Education", + "score": 0.47999998927116394, + "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": [ + { + "display_name": "Quality Education", + "score": 0.6600000262260437, + "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": [ + { + "display_name": "Peace, Justice and strong institutions", + "score": 0.4099999964237213, + "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": [ + { + "display_name": "Peace, Justice and strong institutions", + "score": 0.6399999856948853, + "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", + "display_name": "Peace, Justice and strong institutions", + "score": 0.49000000953674316 + } + ], + "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", + "display_name": "Peace, Justice and strong institutions", + "score": 0.4399999976158142 + } + ], + "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", + "display_name": "Decent work and economic growth", + "score": 0.5699999928474426 + } + ], + "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", + "display_name": "Quality Education", + "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": { + "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", + "display_name": "Quality Education", + "score": 0.6100000143051147 + } + ], + "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", + "display_name": "Affordable and clean energy", + "score": 0.8700000047683716 + } + ], + "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", + "display_name": "Industry, innovation and infrastructure", + "score": 0.41999998688697815 + } + ], + "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", + "display_name": "Affordable and clean energy", + "score": 0.7099999785423279 + } + ], + "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", + "display_name": "Peace, Justice and strong institutions", + "score": 0.7200000286102295 + } + ], + "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", + "display_name": "Quality Education", + "score": 0.7699999809265137 + } + ], + "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", + "display_name": "Quality Education", + "score": 0.6100000143051147 + } + ], + "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", + "display_name": "Peace, Justice and strong institutions", + "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": { + "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", + "display_name": "Life in Land", + "score": 0.4000000059604645 + } + ], + "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", + "display_name": "Peace, Justice and strong institutions", + "score": 0.7599999904632568 + } + ], + "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": { + "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/pubmed_20260529_230448.xml b/data/raw/pubmed_20260529_230448.xml new file mode 100644 index 000000000..562fbfa49 --- /dev/null +++ b/data/raw/pubmed_20260529_230448.xml @@ -0,0 +1,23918 @@ + + + + + 42213376 + + 2026 + 05 + 29 + +
+ + 1573-501X + + + 2026 + May + 29 + + + Molecular diversity + Mol Divers + + M-Tune: imbalanced data handling in machine learning by tuning the decision threshold. + 10.1007/s11030-026-11600-8 + + Overprediction of the majority class and poor predictive performance are the major issues when training machine learning classifiers with imbalanced data. This eventually leads to a larger misclassification rate and bias towards the majority class. This is a real-world problem, especially when dealing with biological datasets. There are several popular methods, including Random Under Sampling (RUS), Synthetic Minority Oversampling Technique (SMOTE), and Generalized tHreshOld ShifTing (GHOST). However, these methods either articulate the no. of samples or are biased towards the majority class. In this study, we developed a novel strategy, "M-Tune", a simple yet powerful technique for addressing the class imbalance problem. This procedure employs an ensemble approach that incorporates threshold shifting and majority voting. This new method can effectively predict the minority class. The developed method was rigorously tested with 138 drug discovery datasets. We further rigorously evaluate the performance of the M-Tune method for two classifiers with eleven different fingerprints and find that classifiers benefit from M-Tune in effectively classifying the minority class. The M-Tune method outperformed the other strategies, including the GHOST method and SMOTE and achieved comparable performance with RUS in identifying minority classes. In conclusion, we demonstrated a new threshold procedure that can be effectively applied to real-world imbalanced datasets, i.e., drug discovery data sets where the class datasets are highly imbalanced. This method aids in identifying the minority class in highly imbalanced datasets, in general, and in drug discovery datasets, in particular. Although M-Tune increases false positive predictions relative to conservative thresholding strategies, it provides a practical advantage in applications where maximizing active compound recovery is prioritized. + © 2026. The Author(s), under exclusive licence to Springer Nature Switzerland AG. + + + + Dutta + Tapos + T + + School of Computing Science, The Assam Kaziranga University, Jorhat, 785006, India. + + + + Chutia + Hillul + H + + Advanced Computation and Data Sciences Division, CSIR-North East Institute of Science and Technology, Jorhat, 785006, India. + + + + Nagamani + Selvaraman + S + + Advanced Computation and Data Sciences Division, CSIR-North East Institute of Science and Technology, Jorhat, 785006, India. nagamaniselvaraman@gmail.com. + + + Academy of Scientific and Innovative Research (AcSIR), Ghaziabad, 201002, India. nagamaniselvaraman@gmail.com. + + + + eng + + + BT/PR40188/BTIS/137/27/2021 + Department of Biotechnology, Ministry of Science and Technology, India + + + + + Journal Article + + + 2026 + 05 + 29 + +
+ + Netherlands + Mol Divers + 9516534 + 1381-1991 + + IM + + Bioactive datasets + Class imbalance problem + Data handling + Machine learning + + Declarations. Competing interests: The authors declare no competing interests. +
+ + + + 2026 + 5 + 29 + 15 + 42 + + + 2026 + 5 + 29 + 15 + 42 + + + 2025 + 7 + 18 + + + 2026 + 5 + 21 + + + 2026 + 5 + 29 + 11 + 20 + + + aheadofprint + + 42213376 + 10.1007/s11030-026-11600-8 + 10.1007/s11030-026-11600-8 + + + + Abd Elrahman SM, Abraham A (2013) A review of class imbalance problem. J Netw Innovative Comput 1:332–340 + + + Haixiang G, Yijing L, Shassng J, Mingyun G, Yuanyue H, Bing G (2017) Learning from class-imbalanced data: review of methods and applications. Expert Syst Appl 73:220–239 + + 10.1016/j.eswa.2016.12.035 + + + + Tong X, Feng Y, Li JJ (2018) Neyman-Pearson classification algorithms and NP receiver operating characteristics. Sci Adv 4:1–10 + + 10.1126/sciadv.aao1659 + + + + Kaur H, Pannu HS, Malhi AK (2019) A systematic review on imbalanced data challenges in machine learning: applications and solutions. ACM Comput Surv 52:1–36 + + + Weiss GM (2004) Mining with rarity: a unifying framework. SIGKDD Explor Newsl 6:7–19 + + 10.1145/1007730.1007734 + + + + Provost F, Fawcett T (2001) Robust classification for imprecise environments. Mach Learn 42:203–231 + + 10.1023/A:1007601015854 + + + + Japkowicz N, Stephen S (2002) The class imbalance problem: a systematic study. Intell Data Anal 6:429–449 + + 10.3233/IDA-2002-6504 + + + + López V, Fernández A, García S, Palade V, Herrera F (2013) An insight into classification with imbalanced data: empirical results and current trends on using data intrinsic characteristics. Inf Sci 250:113–141 + + 10.1016/j.ins.2013.07.007 + + + + Wellintz J, Jain S, Hochuli JE, Maxfield T, Muratov EN, Tropsha A, Zakharov AV (2025) One size does not fit all: revising traditional paradigms for assessing accuracy of QSAR models used for virtual screening. J Cheminform 17:7 + + 10.1186/s13321-025-00948-y + + + + Seal S, Mahale M, Ortegon MG (2025) Machine learning for toxicity prediction using chemical structures: pillars for success in the real world. Chem Res Toxicol 38:759–807 + + + Sun Y, Wong AK, Kamel MS (2009) Classification of imbalanced data: a review. Int J Pattern Recognit Artif Intell 23:687–719 + + 10.1142/S0218001409007326 + + + + V Ganganwar (2012) An overview of classification algorithms for imbalanced datasets. Int J Emerg Technol Adv Eng 2:42–47 + + + Estabrooks A, Jo T, Japkowicz N (2004) A multiple resampling method for learning from imbalanced data sets. Comput Intell 20:18–36 + + 10.1111/j.0824-7935.2004.t01-1-00228.x + + + + García V, Sánchez JS, Mollineda RA (2012) On the effectiveness of preprocessing methods when dealing with different levels of class imbalance. Knowl -Based Syst 25:13–21 + + 10.1016/j.knosys.2011.06.013 + + + + Fernández A, García S, Galar M, Prati RC, Krawczyk B, Herrera F (2018) Learning from imbalanced data sets. Springer, 123 – 146 + + 10.1007/978-3-319-98074-4 + + + + Elkan C (2001) Foundations of cost-sensitive learning. In: Proceedings of the 17th international joint conference on artificial intelligence, pp 973 – 978 + + + Galar M, Fernandez A, Barrenechea E, Bustince H, Herrera F (2012) A review on ensembles for the class imbalance problem: bagging-, boosting-, and hybrid-based approaches. IEEE Trans Syst Man Cybern C Appl Rev 42:463–484 + + 10.1109/TSMCC.2011.2161285 + + + + Cao H, Li X-L, Woon DY-K, Ng S-K (2013) Integrated oversampling for imbalanced time series classification. IEEE Trans Knowl Data Eng 25:2809–2822 + + 10.1109/TKDE.2013.37 + + + + Nekooeimehr I, Lai-Yuen SK (2016) Adaptive semi-unsupervised weighted oversampling (A-SUWO) for imbalanced datasets. Expert Syst Appl 46:405–416 + + 10.1016/j.eswa.2015.10.031 + + + + Kumar NS, Rao KN, Govardhan A, Reddy KS, Mahmood AM (2014) Undersampled K-means approach for handling imbalanced distributed data. Prog Artif Intell 3:29–38 + + 10.1007/s13748-014-0045-6 + + + + Anand A, Pugalenthi G, Fogel GB, Suganthan P (2010) An approach for classification of highly imbalanced data using weighting and undersampling. Amino Acids 39:1385–1391 + + 20411285 + 10.1007/s00726-010-0595-2 + + + + Song J, Huang X, Qin S, Song QA (2016) Bi-directional Sampling Based on K-means method for imbalance text classification. In: 2016 IEEE/ACIS 15th international conference on computer and, science I (ICIS), pp 1 – 5 + + + Cateni S, Colla V, Vannucci M (2014) A method for resampling imbalanced datasets in binary classification tasks for real-world problems. Neurocomput 135:32–41 + + 10.1016/j.neucom.2013.05.059 + + + + Al-Stouhi S, Reddy CK (2016) Transfer learning for class imbalance problems with inadequate data. Knowl Inf Syst 48:201–228 + + 27378821 + 10.1007/s10115-015-0870-3 + + + + Saha US, Vendruscolo M, Carpenter AE, Singh S, Bender A, Seal S (2024) Step forward cross validation for bioactivity prediction: Out of distribution validation in drug discovery bioRxiv Jul 4:07.02.601740 + + + Sheng VS, Ling CX (2006) Thresholding for making classifiers cost-sensitive. In: Proceedings of the 21st national conference on AI, pp 476 – 481 + + + King G, Zeng L (2001) Logistic regression in rare events data. Polit Anal 9:137–163 + + 10.1093/oxfordjournals.pan.a004868 + + + + Zou Q, Xie S, Lin Z, Wu M, Ju Y (2016) Finding the best classification threshold in imbalanced classification. Big Data Res 5:2–8 + + 10.1016/j.bdr.2015.12.001 + + + + Johnson JM, Khoshgoftaar TM (2021) In Deep learning applications. Wani MA, Khoshgoftaar TM, Palade V (Eds) Springer, Singapore, vol 2, pp 199 – 227 + + + Korkmaz S (2020) Deep learning-based imbalanced data classification for drug discovery. J Chem Inf Model 60:4180–4190 + + 32573225 + 10.1021/acs.jcim.9b01162 + + + + Esposito C, Wang S, Lange UE, Oellien F, Riniker S (2020) Combining machine learning and molecular dynamics to predict PGlycoprotein substrates. J Chem Inf Model 60:4730–4749 + + 32786699 + 10.1021/acs.jcim.0c00525 + + + + Ruopp MD, Perkins NJ, Whitcomb BW, EF Schisterman (2008) Youden index and optimal cut-point estimated from observations affected by a lower limit of detection. Biom J 50:419–430 + + 18435502 + 2515362 + 10.1002/bimj.200710415 + + + + Song B, Zhang G, Zhu W, Liang Z (2014) ROC operating point selection for classification of imbalanced data with application to computer-aided polyp detection in CT colonography. Int J Comput Assist Radiol Surg 9:79–89 + + 23797823 + 3835757 + 10.1007/s11548-013-0913-8 + + + + Fawcett T (2006) An introduction to ROC analysis. Pattern Recognit Lett 27:861–874 + + 10.1016/j.patrec.2005.10.010 + + + + Yu H, Mu C, Sun C, Yang W, Yang X, Zuo X (2015) SupportVector machine-based optimized decision threshold adjustment strategy for classifying imbalanced. Data. Knowl -Based Syst 76:67–78 + + 10.1016/j.knosys.2014.12.007 + + + + Mazumdar B, Sarma PKD, Mahanta HJ, Sastry GN (2023) Machine learning based dynamic consensus model for predicting blood-brain barrier permeability. Comput Biol Med 160:106984 + + 37137267 + 10.1016/j.compbiomed.2023.106984 + + + + John L, Mahanta HJ, Soujanya Y, Sastry GN (2023) Assessing machine learning approaches for predicting failures of investigational drug candidates during clinical trials. Comput Biol Med 153:106494 + + 36587568 + 10.1016/j.compbiomed.2022.106494 + + + + Madugula SS, John L, Nagamani S, Gaur AS, Poroikov VV, Sastry GN (2021) Molecular descriptor analysis of approved drugs using unsupervised learning for drug repurposing. Comput Biol Med 138:104856 + + 34555571 + 10.1016/j.compbiomed.2021.104856 + + + + Korkmaz S (2020) Deep learning-based imbalanced data classification for drug discovery. J Chem Inf Model 60:4180–4190 + + 32573225 + 10.1021/acs.jcim.9b01162 + + + + Gadaleta D, Vukovic K, Toma C, Lavado GJ, Karmaus AL, Mansouri K, Kleinstreuer NC, Benfenati E, Roncaglioni A (2019) SAR and QSAR modeling of a large collection of LD50 rat acute oral toxicity data. J Cheminf 11:58 + + 10.1186/s13321-019-0383-2 + + + + Esposito C, Landrum GA, Schneider N, Stiefl N, Riniker (2021) GHOST: adjusting the decision threshold to handle imbalanced data in machine learning. J Chem Inf Model 61:2623–2640 + + 34100609 + 10.1021/acs.jcim.1c00160 + + + + He H (2009) Learning from imbalanced data. IEEE Trans Knowl Data Shar 21:1263–1284 + + 10.1109/TKDE.2008.239 + + + + Chawla NV, Bowyer KW, Hall LO, Kegelmeyer WP (2002) Synthetic minority over-sampling technique. J Artif Intell Res 16:321–357 + + 10.1613/jair.953 + + + + Awale M, JL Reymond (2014) Atom pair 2D-fingerprints perceive 3D-molecular shape and pharmacophores for very fast virtual screening of ZINC and GDB-17. J Chem Inf Model 54:1892–1907 + + 24988038 + 10.1021/ci500232g + + + + Willighagen EL, Mayfield JW, Alvarsson J, Berg A, Carlsson L, Jeliazkova N, Kuhn S, Pluskal T, Rojas-Chertó M, Spjuth O, Torrance G, Evelo CT, Guha R, C Steinbeck (2017) The Chemistry Development Kit (CDK) v2.0: atom typing, depiction, molecular formulas, and substructure searching. Aust J Chem 9:33 + + + Hall LH, LB Kier (1995) Electrotopological state indices for atom types: a novel combination of electronic, topological, and valence state information. J Chem Inf Comput Sci 35:1039–1045 + + 10.1021/ci00028a014 + + + + Klekota J, FP Roth (2008) Chemical substructures that enrich for biological activity. Bioinformatics 24:2518–2525 + + 18784118 + 2732283 + 10.1093/bioinformatics/btn479 + + + + Durant JL, Leland BA, Henry DR, Nourse JG (2002) Reoptimization of MDL keys for use in drug discovery. J Chem Inf Comput Sci 42:1273–1280 + + 12444722 + 10.1021/ci010132r + + + + Kim S, Thiessen PA, Bolton EE, Chen J, Fu G, Gindulyte A, Han L, He J, He S, Shoemaker BA, Wang J, Yu B, Zhang J, Bryant SH (2016) PubChem substance and compound databases. Nucleic Acids Res 44:D1202–D1213 + + 26400175 + 10.1093/nar/gkv951 + + + + CW Yap (2011) PaDEL-descriptor: an open source software to calculate molecular descriptors and fingerprints. J Comput Chem 32:1466–1474 + + 21425294 + 10.1002/jcc.21707 + + + + Lemaître G, Nogueira F, Aridas CK (2017) Imbalanced-learn: a python toolbox to tackle the curse of imbalanced datasets in machine learning. J Mach Learn Res 18:559–563 + + + Chen T, Guestrin C (2016) XGBoost: a scalable tree boosting system. In: 22nd SIGKDD conference on knowledge discovery and data mining + + + Prokhorenkova L 1, Gusev G, Vorobev A, Dorogush AV, Gulin A (2018) CatBoost: unbiased boosting with categorical features. In: 32nd conference on neural information processing systems (NIPS 2018); Montréal, Canada + + + Wilcoxon F (1992) Breakthroughs in Statistics. Springer, 196 – 202 + + + Virtanen P, Gommers R, Oliphant TE, Haberland M, Reddy T, Cournapeau D, Burovski E, Peterson P, Weckesser W, Bright J, van der Walt SJ, Brett M, Wilson J, Jarrod Millman K, Mayorov N, Nelson ARJ, Jones E, Kern R, Larson E, Carey C, Polat l, Feng Y, Moore EW, erPlas JV, Laxalde D, Perktold J, Cimrman R, Henriksen I, Quintero EA, Harris CR, Archibald AM, Ribeiro AH, Pedregosa F, van Mulbregt P (2020) SciPy 1.0: fundamental algorithms for scientific computing in python. Nat Methods 17:261–272 + + 32015543 + 7056644 + 10.1038/s41592-019-0686-2 + + + + C Bonferroni (1936) Teoria Statistica delle Classi e Calcolo delle Probabilita. Pubblicazioni del R Istituto Superiore di Scienze Economiche e Commericiali di Firenze. 8:3– 62 + + + Raudys SJ, AK Jain (1991) Small sample size effects in statistical pattern recognition: recommendations for practitioners. IEEE Trans Pattern Anal Mach Intell 13:252–264 + + 10.1109/34.75512 + + + + Napieral ́ a K, Stefanowski J, Wilk S (2010) Learning from imbalanced data in presence of noisy and borderline examples. In: International conference on rough sets and current trends in computing, vol 6086, pp 158 – 167 + + + Holte RC, Acker L, Porter BW (1989) Concept learning and the problem of small disjuncts. In: Proceedings of the 11th IJCAI, pp 813– 818 + + + +
+ + + 42213288 + + 2026 + 05 + 29 + +
+ + 1880-344X + + + 2026 + May + 29 + + + Journal of echocardiography + J Echocardiogr + + Explainable machine learning for estimation of elevated left ventricular filling pressure: a multicenter validation. + 10.1007/s12574-026-00738-x + + Guideline-recommended algorithms (GL-algorithm) often results in indeterminate left ventricular filling pressure (LVFP). Despite high accuracy, machine learning (ML) methods lack interpretability, which necessitates the development of explainable ML models for clinical use. + To develop an explainable ML model for estimating LVFP, providing patient-level interpretation using gold-standard right heart catheterization (RHC) data. + We retrospectively enrolled 956 patients who underwent echocardiography and RHC at three hospitals within a median of 3 days. Two extreme gradient boosting models were trained using data from two hospitals (n = 621) to estimate elevated pulmonary artery wedge pressure (PAWP ≥ 18 mmHg) as a surrogate for elevated LVFP. Model 1 used variables from GL-algorithm, while Model 2 used variables selected based on Shapley additive explanations (SHAP) values. Models' area under the receiver-operating characteristic curve (AUROC) for elevated LVFP were compared using external test data from the other hospital (n = 335). + Overall, 31.0% had elevated PAWP, and 42.7% were classified as indeterminate LVFP by GL-algorithm, whereas the ML models classified all patients. AUROCs of Model 1 (0.82, 95% CI 0.73-0.92) and Model 2 (0.83, 95% CI 0.75-0.91) in classifiable cases by GL-algorithm significantly outperformed that of GL-algorithm (0.72, 95% CI 0.60-0.83, p = 0.020 and 0.016, respectively), Model 2 performed equally well for indeterminate cases. SHAP force plots visualized each variable's contribution to the ML model's decision for each patient. + Explainable ML outperformed GL-algorithm in estimating LVFP, providing a user-friendly tool for clinicians with patient-level interpretability. + © 2026. Japanese Society of Echocardiography. + + + + Nakamura + Yutaka + Y + + Department of Cardiovascular Biology and Medicine, Juntendo University Graduate School of Medicine, Tokyo, Japan. + + + + Kagiyama + Nobuyuki + N + 0000-0002-2305-0049 + + Department of Cardiovascular Biology and Medicine, Juntendo University Graduate School of Medicine, Tokyo, Japan. kgnb_27_hot@yahoo.co.jp. + + + Data Science Course, Juntendo University, Tokyo, Japan. kgnb_27_hot@yahoo.co.jp. + + + Department of Cardiovascular Medicine, Juntendo University Graduate School of Medicine, 2-1-1 Hongo, Tokyo, 113-0021, Japan. kgnb_27_hot@yahoo.co.jp. + + + + Shrestha + Sirish + S + + Center for Creative Leadership, Greensboro, USA. + + + + Akama + Yuka + Y + + Department of Cardiovascular Biology and Medicine, Juntendo University Graduate School of Medicine, Tokyo, Japan. + + + + Kito + Shusuke + S + + Data Science Course, Juntendo University, Tokyo, Japan. + + + + Takamatsu + Sachiko + S + + Department of Nursing, The Sakakibara Heart Institute of Okayama, Okayama, Japan. + + + + Toki + Misako + M + + Department of Clinical Laboratory, The Sakakibara Heart Institute of Okayama, Okayama, Japan. + + + + Kitai + Takeshi + T + + Department of Cardiovascular Medicine, Kobe City Medical Center General Hospital, Kobe, Japan. + + + Department of Heart Failure, National Cerebral and Cardiovascular Center, Suita, Japan. + + + + Okada + Taiji + T + + Department of Cardiovascular Medicine, Kobe City Medical Center General Hospital, Kobe, Japan. + + + Division of Cardiology, Shimane University Faculty of Medicine, Izumo, Japan. + + + + Murata + Azusa + A + + Department of Cardiovascular Biology and Medicine, Juntendo University Graduate School of Medicine, Tokyo, Japan. + + + + Kaneko + Tomohiro + T + + Department of Cardiovascular Biology and Medicine, Juntendo University Graduate School of Medicine, Tokyo, Japan. + + + + Matsue + Yuya + Y + + Department of Cardiovascular Biology and Medicine, Juntendo University Graduate School of Medicine, Tokyo, Japan. + + + + Miyazaki + Sakiko + S + + Department of Cardiovascular Biology and Medicine, Juntendo University Graduate School of Medicine, Tokyo, Japan. + + + + Okazaki + Shinya + S + + Department of Cardiovascular Biology and Medicine, Juntendo University Graduate School of Medicine, Tokyo, Japan. + + + + Minamino + Tohru + T + + Department of Cardiovascular Biology and Medicine, Juntendo University Graduate School of Medicine, Tokyo, Japan. + + + + eng + + + 25K19371 + Japan Society for the Promotion of Scienc + + + + + Journal Article + + + 2026 + 05 + 29 + +
+ + Japan + J Echocardiogr + 101263153 + 1349-0222 + + IM + + Explainable AI + Heart failure + Left ventricular filling pressure + Machine learning + SHAP + +
+ + + + 2026 + 5 + 29 + 15 + 45 + + + 2026 + 5 + 29 + 15 + 45 + + + 2025 + 12 + 21 + + + 2026 + 5 + 12 + + + 2026 + 5 + 2 + + + 2026 + 5 + 29 + 11 + 18 + + + aheadofprint + + 42213288 + 10.1007/s12574-026-00738-x + 10.1007/s12574-026-00738-x + + + + GBD 2017 Disease and Injury Incidence and Prevalence Collaborators. Global, regional, and national incidence, prevalence, and years lived with disability for 354 diseases and injuries for 195 countries and territories. Lancet. 2018;392:1789–858. + + + Bozkurt B, Ahmad T, Alexander KM, Baker WL, Bosak K, Breathett K, et al. Heart failure epidemiology and outcomes statistics: a report of the Heart Failure Society of America. J Card Fail. 2023;29:1412–51. + + 10.1016/j.cardfail.2023.07.006 + 37797885 + 10864030 + + + + Shimokawa H, Miura M, Nochioka K, Sakata Y. Heart failure as a general pandemic in Asia. Eur J Heart Fail. 2015;17:884–92. + + 10.1002/ejhf.319 + 26222508 + + + + 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. + + 10.1093/cvr/cvac013 + 35150240 + + + + Nagueh SF, Smiseth OA, Appleton CP, Byrd BF 3rd, Dokainish H, Edvardsen T, et al. Recommendations for the evaluation of Left ventricular diastolic function by echocardiography: an update from the American Society of Echocardiography and the European Association of Cardiovascular Imaging. J Am Soc Echocardiogr. 2016;29:277–314. + + 10.1016/j.echo.2016.01.011 + 27037982 + + + + Andersen OS, Smiseth OA, Dokainish H, Abudiab MM, Schutt RC, Kumar A, et al. Estimating left ventricular filling pressure by echocardiography. J Am Coll Cardiol. 2017;69:1937–48. + + 10.1016/j.jacc.2017.01.058 + 28408024 + + + + Lancellotti P, Galderisi M, Edvardsen T, Donal E, Goliasch G, Cardim N, et al. Echo-Doppler estimation of left ventricular filling pressure: results of the multicentre EACVI Euro-Filling study. Eur Heart J Cardiovasc Imaging. 2017;18:961–8. + + 10.1093/ehjci/jex067 + 28444160 + + + + Sato K, Grant ADM, Negishi K, Cremer PC, Negishi T, Kumar A, et al. Reliability of updated left ventricular diastolic function recommendations in predicting elevated left ventricular filling pressure and prognosis. Am Heart J. 2017;189:28–39. + + 10.1016/j.ahj.2017.03.022 + 28625379 + + + + Playford D, Strange G, Celermajer DS, Evans G, Scalia GM, Stewart S, et al. Diastolic dysfunction and mortality in 436 360 men and women: the National Echo Database Australia (NEDA). Eur Heart J Cardiovasc Imaging. 2021;22:505–15. + + 10.1093/ehjci/jeaa253 + 33245344 + 8081414 + + + + Kagiyama N, Shrestha S, Farjo PD, Sengupta PP. Artificial intelligence: practical primer for clinical research in cardiovascular disease. J Am Heart Assoc. 2019;8:e012788. + + 10.1161/JAHA.119.012788 + 31450991 + 6755846 + + + + Tamura Y, Nomura A, Kagiyama N, Mizuno A, Node K. Digitalomics, digital intervention, and designing future: the next frontier in cardiology. J Cardiol. 2024;83:318–22. + + 10.1016/j.jjcc.2023.12.002 + 38135148 + + + + Farjo PD, Yanamala N, Kagiyama N, Patel HB, Casaclang-Verzosa G, Nezarat N, et al. Prediction of coronary artery calcium scoring from surface electrocardiogram in atherosclerotic cardiovascular disease: a pilot study. Eur Heart J Digit Health. 2020;1:51–61. + + 10.1093/ehjdh/ztaa008 + 37056293 + 10087019 + + + + Misumi K, Matsue Y, Nogi K, Fujimoto Y, Kagiyama N, Kasai T, et al. Derivation and validation of a machine learning-based risk prediction model in patients with acute heart failure. J Cardiol. 2023;81:531–6. + + 10.1016/j.jjcc.2023.02.006 + 36858175 + + + + Pandey A, Kagiyama N, Yanamala N, Segar MW, Cho JS, Tokodi M, et al. Deep-learning models for the echocardiographic assessment of diastolic dysfunction. JACC Cardiovasc Imaging. 2021;14:1887–900. + + 10.1016/j.jcmg.2021.04.010 + 34023263 + + + + Lancaster MC, Salem Omar AM, Narula S, Kulkarni H, Narula J, Sengupta PP. Phenotypic clustering of left ventricular diastolic function parameters: patterns and prognostic relevance. JACC Cardiovasc Imaging. 2019;12:1149–61. + + 10.1016/j.jcmg.2018.02.005 + 29680357 + + + + Lang RM, Badano LP, Mor-Avi V, Afilalo J, Armstrong A, Ernande L, et al. Recommendations for cardiac chamber quantification by echocardiography in adults: an update from the American Society of Echocardiography and the European Association of Cardiovascular Imaging. J Am Soc Echocardiogr. 2015;28:1-39.e14. + + 10.1016/j.echo.2014.10.003 + 25559473 + + + + Nagueh SF, Sanborn DY, Oh JK, Anderson B, Billick K, Derumeaux G, et al. Recommendations for the evaluation of left ventricular diastolic function by echocardiography and for heart failure with preserved ejection fraction diagnosis: an update from the American Society of Echocardiography. J Am Soc Echocardiogr. 2025;38:537–69. + + 10.1016/j.echo.2025.03.011 + 40617625 + + + + Heidenreich PA, Bozkurt B, Aguilar D, Allen LA, Byun JJ, Colvin MM, et al. 2022 AHA/ACC/HFSA guideline for the management of heart failure: a report of the American College of Cardiology/American Heart Association Joint Committee on clinical practice guidelines. J Am Coll Cardiol. 2022;79:e263–421. + + 10.1016/j.jacc.2021.12.012 + 35379503 + + + + McDonagh TA, Metra M, Adamo M, Gardner RS, Baumbach A, Böhm M, et al. 2021 ESC Guidelines for the diagnosis and treatment of acute and chronic heart failure: developed by the task force for the diagnosis and treatment of acute and chronic heart failure of the European Society of Cardiology (ESC) With the special contribution of the Heart Failure Association (HFA) of the ESC. Eur Heart J. 2021;42:3599–726. + + 10.1093/eurheartj/ehab368 + 34447992 + + + + Forrester JS, Diamond GA, Swan HJ. Correlative classification of clinical and hemodynamic function after acute myocardial infarction. Am J Cardiol. 1977;39:137–45. + + 10.1016/S0002-9149(77)80182-3 + 835473 + + + + Chen T, Guestrin C. XGBoost a scalable tree boosting system. Knowl discovery data Min. 2016. https://doi.org/10.48550/arXiv.1603.02754 + + 10.48550/arXiv.1603.02754 + + + + Lundberg S, Lee S-I. A unified approach to interpreting model predictions. Neural information processing systems. 2017. https://doi.org/10.48550/arXiv.1705.07874 + + + van de Bovenkamp AA, Enait V, de Man FS, Oosterveer FTP, Bogaard HJ, Vonk Noordegraaf A, et al. Validation of the 2016 ASE/EACVI guideline for diastolic dysfunction in patients with unexplained dyspnea and a preserved left ventricular ejection fraction. J Am Heart Assoc. 2021;10:e021165. + + 10.1161/JAHA.121.021165 + 34476984 + 8649534 + + + + Almeida JG, Fontes-Carvalho R, Sampaio F, Ribeiro J, Bettencourt P, Flachskampf FA, et al. Impact of the 2016 ASE/EACVI recommendations on the prevalence of diastolic dysfunction in the general population. Eur Heart J Cardiovasc Imaging. 2018;19:380–6. + + 10.1093/ehjci/jex252 + 29236978 + + + + Luke P, Eggett C, Spyridopoulos I, Irvine T. A comparative analysis of British and American Society of Echocardiography recommendations for the assessment of left ventricular diastolic function. Echo Res Pract. 2018;5:139–47. + + 10.1530/ERP-18-0024 + 30400022 + 6215898 + + + + Kusunose K, Ooka S, Yamada H, Sata M. The 2025 echocardiographic diastolic function algorithm is associated with improved risk stratification in hospitalized patients with heart failure. J Am Soc Echocardiogr. 2026;39:373–84. + + 10.1016/j.echo.2025.12.008 + 41475581 + + + + Harada T, Sorimachi H, Obokata M, Naser JA, Ibe T, Tada A, et al. Echocardiographic diastolic function grading in HFpEF: testing the updated 2025 ASE criteria. J Am Coll Cardiol. 2026;87:1261–75. + + 10.1016/j.jacc.2025.11.024 + 41532943 + + + + Inoue K, Obokata M. Clinical utility of the left atrial strain analysis. J Echocardiogr. 2025;23:145–55. + + 10.1007/s12574-025-00695-x + 40608278 + 12378494 + + + + Luo Y, Wang Z, Wang C. Improvement of APACHE II score system for disease severity based on XGBoost algorithm. BMC Med Inform Decis Mak. 2021;21:237. + + 10.1186/s12911-021-01591-x + 34362354 + 8344327 + + + + Hou N, Li M, He L, Xie B, Wang L, Zhang R, et al. Predicting 30-days mortality for MIMIC-III patients with sepsis-3: a machine learning approach using XGboost. J Transl Med. 2020;18:462. + + 10.1186/s12967-020-02620-5 + 33287854 + 7720497 + + + + Wu TT, Lin XQ, Mu Y, Li H, Guo YS. Machine learning for early prediction of in-hospital cardiac arrest in patients with acute coronary syndromes. Clin Cardiol. 2021;44:349–56. + + 10.1002/clc.23541 + 33586214 + 7943901 + + + + Hirata Y, Tsuji T, Kotoku J, Sata M, Kusunose K. Echocardiographic artificial intelligence for pulmonary hypertension classification. Heart. 2024;110:586–93. + + 10.1136/heartjnl-2023-323320 + 38296266 + + + + Saito Y, Omae Y, Mizobuchi S, Fujito H, Miyagawa M, Kitano D, et al. Prognostic significance of pulmonary arterial wedge pressure estimated by deep learning in acute heart failure. ESC Heart Fail. 2023;10:1103–13. + + 10.1002/ehf2.14282 + 36583242 + + + + Hummel YM, Liu LCY, Lam CSP, Fonseca-Munoz DF, Damman K, Rienstra M, et al. Echocardiographic estimation of left ventricular and pulmonary pressures in patients with heart failure and preserved ejection fraction: a study utilizing simultaneous echocardiography and invasive measurements. Eur J Heart Fail. 2017;19:1651–60. + + 10.1002/ejhf.957 + 28984057 + + + + +
+ + + 42213198 + + 2026 + 05 + 29 + + + 2026 + 05 + 29 + +
+ + 1573-4951 + + 40 + 1 + + 2026 + May + 29 + + + Journal of computer-aided molecular design + J Comput Aided Mol Des + + Target-aware molecule SMILES generation using a large language model with retrieval-augmented generation, multi-turn memory, and a predictive model. + 134 + 10.1007/s10822-026-00834-1 + + Given the vastness of chemical space and the cost and time requirements of high-throughput screening, resource-efficient computational strategies are needed to prioritize candidate drug molecules. Here, we evaluated whether an open-weight large language model (LLM) augmented with retrieval-augmented generation (RAG), multi-turn memory, and a pretrained drug-target interaction predictor can generate target-aware molecules without task-specific retraining. Protein-ligand-pKi examples retrieved from BindingDB, Davis, and KIBA were used as contextual guidance, while DeepPurpose provided the optimization signal during iterative SMILES refinement. Our approach produced a statistically significant increase in predicted pKi across successive multi-turn memory iterations, indicating that retrieval- and memory-guided refinement may improve target-conditioned molecular generation. The proposed framework also showed favorable molecular generation characteristics, with novelty reaching 100%, diversity up to 0.882, and uniqueness up to 1.0, suggesting that retrieval did not reduce the process to simple reproduction of known ligands but instead supported exploration of new regions of chemical space. In addition, the approach yielded supportive docking results consistent with the generation of chemically relevant candidate ligands. However, the increase in predicted affinity was accompanied by trade-offs in molecular quality, including reduced validity and drug-likeness in later iterations. Taken together, these findings suggest that this framework provides a flexible and comparatively resource-efficient strategy for target-aware de novo molecular design, while further multi-objective optimization and independent validation remain necessary. + © 2026. The Author(s). + + + + Karabowicz + Piotr + P + 0000-0002-8072-2104 + + Department of Clinical Molecular Biology, Medical University of Bialystok, 15-269, Bialystok, Poland. piotr.karabowicz@umb.edu.pl. + + + + Charkiewicz + Radosław + R + + Department of Clinical Molecular Biology, Medical University of Bialystok, 15-269, Bialystok, Poland. + + + Center of Experimental Medicine, Medical University of Bialystok, 15-369, Bialystok, Poland. + + + + Charkiewicz + Alicja + A + + Department of Analysis and Bioanalysis of Medicines, Medical University of Bialystok, 15-089, Bialystok, Poland. + + + + Nikliński + Jacek + J + + Department of Clinical Molecular Biology, Medical University of Bialystok, 15-269, Bialystok, Poland. + + + + eng + + + B.SUB.26.512 + Uniwersytet Medyczny w Bialymstoku + + + + + Journal Article + + + 2026 + 05 + 29 + +
+ + Netherlands + J Comput Aided Mol Des + 8710425 + 0920-654X + + + + 0 + Ligands + + + 0 + Proteins + + + 0 + Small Molecule Libraries + + + IM + + + Large Language Models + + + Ligands + + + Proteins + chemistry + + + Drug Discovery + methods + + + Small Molecule Libraries + chemistry + + + Drug Design + + + Humans + + + + Drug discovery + Large language models + Multi-turn memory + Retrieval-augmented generation + SMILES generation + + Declarations. Competing interests: The authors declare no competing interests. +
+ + + + 2026 + 5 + 29 + 15 + 42 + + + 2026 + 5 + 29 + 15 + 41 + + + 2026 + 1 + 8 + + + 2026 + 5 + 9 + + + 2026 + 5 + 29 + 11 + 15 + + + epublish + + 42213198 + 10.1007/s10822-026-00834-1 + 10.1007/s10822-026-00834-1 + + + + Skinnider MA (2024) Invalid SMILES are beneficial rather than detrimental to chemical language models. Nat Mach Intell 6:437–448. https://doi.org/10.1038/s42256-024-00821-x + + 10.1038/s42256-024-00821-x + + + + Zheng Y, Koh HY, Ju J et al (2025) Large language models for drug discovery and development. Patterns 6:101346. https://doi.org/10.1016/j.patter.2025.101346 + + 10.1016/j.patter.2025.101346 + 41142906 + 12546459 + + + + Mienye ID, Jere N, Obaido G et al (2025) Large language models: an overview of foundational architectures, recent trends, and a new taxonomy. Discov Appl Sci 7:1027. https://doi.org/10.1007/s42452-025-07668-w + + 10.1007/s42452-025-07668-w + + + + Umer MS, Nabeel M, Athar U et al (2025) Large language models meet molecules: a systematic review of advances and challenges in AI-driven cheminformatics. Arch Computat Methods Eng. https://doi.org/10.1007/s11831-025-10437-y + + 10.1007/s11831-025-10437-y + + + + Bagal V, Aggarwal R, Vinod PK, Priyakumar UD (2022) MolGPT: molecular generation using a transformer-decoder model. J Chem Inf Model 62:2064–2076. https://doi.org/10.1021/acs.jcim.1c00600 + + 10.1021/acs.jcim.1c00600 + 34694798 + + + + Sheikholeslami M, Mazrouei N, Gheisari Y et al (2025) DrugGen enhances drug discovery with large language models and reinforcement learning. Sci Rep 15:13445. https://doi.org/10.1038/s41598-025-98629-1 + + 10.1038/s41598-025-98629-1 + 40251288 + 12008224 + + + + Song B, Li X, Chao X et al (2025) Advancements in large language models ( LLMS ): empowering drug discovery. WIREs Comput Mol Sci 15:e70054. https://doi.org/10.1002/wcms.70054 + + 10.1002/wcms.70054 + + + + Ma J, Liu J, Xu D et al (2025) Application and prospects of large language models in small-molecule drug discovery. Anal Chem 97:27453–27477. https://doi.org/10.1021/acs.analchem.5c04083 + + 10.1021/acs.analchem.5c04083 + 41366732 + 12750412 + + + + Öztürk H, Özgür A, Ozkirimli E (2018) DeepDTA: deep drug–target binding affinity prediction. Bioinformatics 34:i821–i829. https://doi.org/10.1093/bioinformatics/bty593 + + 10.1093/bioinformatics/bty593 + 30423097 + 6129291 + + + + Mswahili ME, Jeong Y-S (2024) Transformer-based models for chemical SMILES representation: a comprehensive literature review. Heliyon 10:e39038. https://doi.org/10.1016/j.heliyon.2024.e39038 + + 10.1016/j.heliyon.2024.e39038 + 39640612 + 11620068 + + + + Gao Y, Xiong Y, Gao X, et al (2023) Retrieval-augmented generation for large language models: a survey + + + Zhang P, Peng X, Han R et al (2025) Rag2Mol: structure-based drug design based on retrieval augmented generation. Briefings Bioinform 26:bbaf265. https://doi.org/10.1093/bib/bbaf265 + + 10.1093/bib/bbaf265 + + + + Hu Y, Wang Y, McAuley J (2025) Evaluating memory in LLM agents via incremental multi-turn interactions + + + OpenAI, Agarwal S, Ahmad L, et al (2025) gpt-oss-120b &amp; gpt-oss-20b Model Card + + + Grattafiori A, Dubey A, Jauhri A, et al (2024) The Llama 3 Herd of Models + + + Liu T, Hwang L, Burley SK et al (2025) BindingDB in 2024: a FAIR knowledgebase of protein-small molecule binding data. Nucleic Acids Res 53:D1633–D1644. https://doi.org/10.1093/nar/gkae1075 + + 10.1093/nar/gkae1075 + 39574417 + 11701568 + + + + Huang K, Fu T, Glass LM et al (2021) DeepPurpose: a deep learning library for drug–target interaction prediction. Bioinformatics 36:5545–5547. https://doi.org/10.1093/bioinformatics/btaa1005 + + 10.1093/bioinformatics/btaa1005 + 33275143 + 8016467 + + + + Eberhardt J, Santos-Martins D, Tillack AF, Forli S (2021) AutoDock Vina 1.2.0: new docking methods, expanded force field, and Python bindings. J Chem Inf Model 61:3891–3898. https://doi.org/10.1021/acs.jcim.1c00203 + + 10.1021/acs.jcim.1c00203 + 34278794 + 10683950 + + + + Fleming J, Magana P, Nair S et al (2025) AlphaFold Protein Structure Database and 3D-Beacons: new data and capabilities. J Mol Biol 437:168967. https://doi.org/10.1016/j.jmb.2025.168967 + + 10.1016/j.jmb.2025.168967 + 40133787 + + + + Laban P, Hayashi H, Zhou Y, Neville J (2025) LLMs Get Lost In Multi-Turn Conversation + + + +
+ + + 42213197 + + 2026 + 05 + 29 + + + 2026 + 05 + 29 + +
+ + 1438-7948 + + 26 + 1 + + 2026 + May + 29 + + + Functional & integrative genomics + Funct Integr Genomics + + An integrated computational-experimental approach identifies Malate Synthase G as therapeutic target to disrupt carbon metabolism in chronic Pseudomonas aeruginosa infection. + 116 + 10.1007/s10142-026-01889-x + + Pseudomonas aeruginosa is a leading cause of nosocomial infections, particularly in individuals with a compromised immune system. Due to its strong adaptive ability, P. aeruginosa tends to develop antibiotic resistance and establish chronic infection, making its eradication through traditional antibiotics challenging. Thus, the development of novel therapeutic targets and corresponding inhibitors is urgently required. We conducted bioinformatics analyses of gene-chip datasets (GSE10362, GSE21966) of P. aeruginosa from patients with cystic fibrosis (CF) in the Gene Expression Omnibus (GEO) database, ranging from early to late stages of infection. Differentially expressed gene (DEG) analysis, Kyoto Encyclopedia of Genes and Genomes (KEGG) enrichment, and Weighted Gene Co-expression Network Analysis (WGCNA) were performed to identify key functional DEGs. Among these genes, candidate genes were refined using three machine learning algorithms: LASSO regression, random forest (RF), and support vector machine (SVM). Using this integrated approach and published reports, target gene was identified consequently. With reported inhibitors, a structure-based virtual screening model against the target protein was established to screen inhibitors from an FDA-approved drug library. Screened hits were experimentally validated through in vitro MIC and checkerboard broth microdilution assays to determine their antibacterial activity and the synergistic effect of tobramycin (TOB) and amikacin (AMK). Enzyme activity was measured to evaluate target protein inhibition. Transcriptome sequencing analysis was performed to explain the effect of target inhibition and reveal the possible mechanism of inhibition. We identified 210 upregulated genes in the late stage of infection. KEGG functional enrichment demonstrated that the up-regulated genes were mainly enriched in metabolic pathways. Eight metabolism-related key DEGs were obtained by the intersection of genes from metabolic pathways and genes from the key module of WGCNA. Machine learning algorithms (LASSO, RF, and SVM) and literature investigation results identified glcB, which encodes malate synthase G (MS), as a therapeutic target for developing inhibitors. In virtual screening, we formulated four rules for a screening model based on the docking results, and finally identified three FDA-approved drugs prednisolone, dienogest and carbinoxamine maleate salt (CAR) as candidates. In vitro MIC assay and checkerboard assay suggested that CAR had an antibacterial effect with a concentration-dependent trend and could enhance the effect of tobramycin and amikacin. Consistent with MIC assay, the inhibition rate in MS activity assay showed a concentration-dependent trend. Transcriptome sequencing analysis showed that carbon metabolism was remodeled when MS was inhibited, thus impairing the growth of P. aeruginosa, and the synergistic effect with TOB and AMK may be explained by the impaired ability to combat oxidative stress. This study identified and validated drug target glcB (encodes MS) and potential inhibitor CAR in treating chronic P. aeruginosa infection based on an integrated method of bioinformatics, virtual screening, and in vitro experiments. + © 2026. The Author(s), under exclusive licence to Springer-Verlag GmbH Germany, part of Springer Nature. + + + + Chen + Geping + G + + Department of Pharmacy, The Third Affiliated Hospital, Southern Medical University, Guangzhou, 510630, China. + + + + Tan + Qiutong + Q + + College of Pharmacy, Jinan University, Guangzhou, 510632, China. + + + + Zhou + Haochuan + H + + College of Pharmacy, Jinan University, Guangzhou, 510632, China. + + + + Wang + Rui + R + + Department of Pharmacy, The Third Affiliated Hospital, Southern Medical University, Guangzhou, 510630, China. + + + + Mo + Jingyi + J + + Department of Pharmacy, The Third Affiliated Hospital, Southern Medical University, Guangzhou, 510630, China. + + + + Xu + Jun + J + + College of Pharmacy, Jinan University, Guangzhou, 510632, China. xujun@jnu.edu.cn. + + + + Chen + Wenying + W + + Department of Pharmacy, The Third Affiliated Hospital, Southern Medical University, Guangzhou, 510630, China. chenwenying2016@163.com. + + + + eng + + + CPA: 2023ZYS09 + Guangdong Pharmaceutical Association + + + + + Journal Article + + + 2026 + 05 + 29 + +
+ + Germany + Funct Integr Genomics + 100939343 + 1438-793X + + + + EC 2.3.3.9 + Malate Synthase + + + 0 + Anti-Bacterial Agents + + + 7440-44-0 + Carbon + + + 0 + Bacterial Proteins + + + IM + + + Pseudomonas aeruginosa + drug effects + genetics + pathogenicity + metabolism + + + Humans + + + Malate Synthase + antagonists & inhibitors + genetics + metabolism + chemistry + + + Pseudomonas Infections + drug therapy + genetics + microbiology + metabolism + + + Anti-Bacterial Agents + pharmacology + + + Carbon + metabolism + + + Bacterial Proteins + genetics + metabolism + antagonists & inhibitors + + + Cystic Fibrosis + microbiology + + + Computational Biology + + + Molecular Docking Simulation + + + + Pseudomonas aeruginosa + Bioinformatics + Carbon metabolism + Malate synthase + Virtual screening + + Declarations. Competing interests: The authors declare no competing interests. +
+ + + + 2026 + 5 + 29 + 15 + 45 + + + 2026 + 5 + 29 + 15 + 44 + + + 2026 + 2 + 11 + + + 2026 + 5 + 18 + + + 2026 + 4 + 29 + + + 2026 + 5 + 29 + 11 + 15 + + + epublish + + 42213197 + 10.1007/s10142-026-01889-x + 10.1007/s10142-026-01889-x + + + + Ahn S, Jung J, Jang I-A et al (2016) Role of Glyoxylate Shunt in Oxidative Stress Response. J Biol Chem 291:11928–11938. https://doi.org/10.1074/jbc.M115.708149 + + 10.1074/jbc.M115.708149 + 27036942 + 4882458 + + + + Allison KR, Brynildsen MP, Collins JJ (2011) Metabolite-enabled eradication of bacterial persisters by aminoglycosides. Nature 473:216–220. https://doi.org/10.1038/nature10069 + + 10.1038/nature10069 + 21562562 + 3145328 + + + + Baldelli V, Carrasco Aliaga SJ, Colque CA et al (2026) The Pseudomonas aeruginosa sirB2 gene is a fitness determinant of anaerobic growth and its inactivation affects virulence and rugose small colony variants emergence. Virulence 17:2605800. https://doi.org/10.1080/21505594.2025.2605800 + + 10.1080/21505594.2025.2605800 + 41408422 + + + + Chen H, Malengo G, Wang L et al (2025) Coordination of virulence factors and lifestyle transition in Pseudomonas aeruginosa through single-cell analysis. Commun Biol 8:1236. https://doi.org/10.1038/s42003-025-08693-6 + + 10.1038/s42003-025-08693-6 + 40819180 + 12357884 + + + + Clinical and Laboratory Standards Institute (2018) Methods for dilution antimicrobial susceptibility tests for bacteria That grow aerobically (M07). Wayne, PA + + + Diaz MR, King JM, Yahr TL (2011) Intrinsic and Extrinsic Regulation of Type III Secretion Gene Expression in Pseudomonas Aeruginosa. Front Microbiol 2:89. https://doi.org/10.3389/fmicb.2011.00089 + + 10.3389/fmicb.2011.00089 + 21833328 + 3153048 + + + + Díaz-Pérez AL, Román-Doval C, Díaz-Pérez C et al (2007) Identification of the aceA gene encoding isocitrate lyase required for the growth of Pseudomonas aeruginosa on acetate, acyclic terpenes and leucine. FEMS Microbiol Lett 269:309–316. https://doi.org/10.1111/j.1574-6968.2007.00654.x + + 10.1111/j.1574-6968.2007.00654.x + 17319879 + + + + Dolan SK, Welch M (2018) The Glyoxylate Shunt, 60 Years On. Annu Rev Microbiol 72:309–330. https://doi.org/10.1146/annurev-micro-090817-062257 + + 10.1146/annurev-micro-090817-062257 + 30200852 + + + + Dolan SK, Kohlstedt M, Trigg S et al (2020) Contextual Flexibility in Pseudomonas aeruginosa Central Carbon Metabolism during Growth in Single Carbon Sources. mBio 11:e02684–e02619. https://doi.org/10.1128/mBio.02684-19 + + 10.1128/mBio.02684-19 + 32184246 + 7078475 + + + + Dunn MF, Ramírez-Trujillo JA, Hernández-Lucas I (2009) Major roles of isocitrate lyase and malate synthase in bacterial and fungal pathogenesis. Microbiol Read Engl 155:3166–3175. https://doi.org/10.1099/mic.0.030858-0 + + 10.1099/mic.0.030858-0 + + + + Fahnoe KC, Flanagan ME, Gibson G et al (2012) Non-traditional antibacterial screening approaches for the identification of novel inhibitors of the glyoxylate shunt in gram-negative pathogens. PLoS ONE 7:e51732. https://doi.org/10.1371/journal.pone.0051732 + + 10.1371/journal.pone.0051732 + 23240059 + 3519852 + + + + Fan Q, Wang H, Yuan S et al (2025) Pyruvate formate lyase regulates fermentation metabolism and virulence of Streptococcus suis. Virulence 16:2467156. https://doi.org/10.1080/21505594.2025.2467156 + + 10.1080/21505594.2025.2467156 + 39977342 + 11845055 + + + + Flynn JM, Niccum D, Dunitz JM, Hunter RC (2016) Evidence and Role for Bacterial Mucin Degradation in Cystic Fibrosis Airway Disease. PLoS Pathog 12:e1005846. https://doi.org/10.1371/journal.ppat.1005846 + + 10.1371/journal.ppat.1005846 + 27548479 + 4993466 + + + + Harrington NE, Kottara A, Cagney K et al (2024) Global genomic diversity of Pseudomonas aeruginosa in bronchiectasis. J Infect 89:106275. https://doi.org/10.1016/j.jinf.2024.106275 + + 10.1016/j.jinf.2024.106275 + 39293722 + 7618805 + + + + Hoboth C, Hoffmann R, Eichner A et al (2009) Dynamics of adaptive microevolution of hypermutable Pseudomonas aeruginosa during chronic pulmonary infection in patients with cystic fibrosis. J Infect Dis 200:118–130. https://doi.org/10.1086/599360 + + 10.1086/599360 + 19459782 + + + + Hogardt M, Heesemann J (2010) Adaptation of Pseudomonas aeruginosa during persistence in the cystic fibrosis lung. Int J Med Microbiol IJMM 300:557–562. https://doi.org/10.1016/j.ijmm.2010.08.008 + + 10.1016/j.ijmm.2010.08.008 + 20943439 + + + + Kohanski MA, Dwyer DJ, Hayete B et al (2007) A common mechanism of cellular death induced by bactericidal antibiotics. Cell 130:797–810. https://doi.org/10.1016/j.cell.2007.06.049 + + 10.1016/j.cell.2007.06.049 + 17803904 + + + + Kornberg HL, Krebs HA (1957) Synthesis of cell constituents from C2-units by a modified tricarboxylic acid cycle. Nature 179:988–991. https://doi.org/10.1038/179988a0 + + 10.1038/179988a0 + 13430766 + + + + La Rosa R, Johansen HK, Molin S (2019) Adapting to the Airways: Metabolic Requirements of Pseudomonas aeruginosa during the Infection of Cystic Fibrosis Patients. Metabolites 9:234. https://doi.org/10.3390/metabo9100234 + + 10.3390/metabo9100234 + 31623245 + 6835255 + + + + La Rosa R, Johansen HK, Molin S (2022) Persistent Bacterial Infections, Antibiotic Treatment Failure, and Microbial Adaptive Evolution. Antibiotics 11:419. https://doi.org/10.3390/antibiotics11030419 + + 10.3390/antibiotics11030419 + 35326882 + 8944626 + + + + La Rosa R, Molin S, Johansen HK (2025) Pseudomonas aeruginosa: persistence beyond antibiotic resistance. Trends Microbiol 33:1076–1084. https://doi.org/10.1016/j.tim.2025.05.004 + + 10.1016/j.tim.2025.05.004 + 40441928 + + + + Langton Hewer SC, Smyth AR (2009) Antibiotic strategies for eradicating Pseudomonas aeruginosa in people with cystic fibrosis. Cochrane Database Syst Rev CD004197. https://doi.org/10.1002/14651858.CD004197.pub3 + + 10.1002/14651858.CD004197.pub3 + + + + Langton Hewer SC, Smith S, Rowbotham NJ et al (2023) Antibiotic strategies for eradicating Pseudomonas aeruginosa in people with cystic fibrosis. Cochrane Database Syst Rev 6:CD004197. https://doi.org/10.1002/14651858.CD004197.pub6 + + 10.1002/14651858.CD004197.pub6 + 37268599 + 10237531 + + + + Laverty G, Gorman SP, Gilmore BF (2014) Biomolecular Mechanisms of Pseudomonas aeruginosa and Escherichia coli Biofilm Formation. Pathogens 3:596–632. https://doi.org/10.3390/pathogens3030596 + + 10.3390/pathogens3030596 + 25438014 + 4243431 + + + + Letizia M, Diggle SP, Whiteley M (2025) Pseudomonas aeruginosa: ecology, evolution, pathogenesis and antimicrobial susceptibility. Nat Rev Microbiol 23:701–717. https://doi.org/10.1038/s41579-025-01193-8 + + 10.1038/s41579-025-01193-8 + 40442328 + 13064840 + + + + Linzner N, Loi VV, Antelmann H (2022) The Catalase KatA Contributes to Microaerophilic H2O2 Priming to Acquire an Improved Oxidative Stress Resistance in Staphylococcus aureus. Antioxidants 11:1793. https://doi.org/10.3390/antiox11091793 + + 10.3390/antiox11091793 + 36139867 + 9495333 + + + + Lopatkin AJ, Bening SC, Manson AL et al (2021) Clinically relevant mutations in core metabolic genes confer antibiotic resistance. Science 371:eaba0862. https://doi.org/10.1126/science.aba0862 + + 10.1126/science.aba0862 + 33602825 + 8285040 + + + + Mall MA, Burgel P-R, Castellani C et al (2024) Cystic fibrosis. Nat Rev Dis Primer 10:53. https://doi.org/10.1038/s41572-024-00538-6 + + 10.1038/s41572-024-00538-6 + + + + Maloy SR, Bohlander M, Nunn WD (1980) Elevated levels of glyoxylate shunt enzymes in Escherichia coli strains constitutive for fatty acid degradation. J Bacteriol 143:720–725. https://doi.org/10.1128/jb.143.2.720-725.1980 + + 10.1128/jb.143.2.720-725.1980 + 7009561 + 294349 + + + + McVey AC, Medarametla P, Chee X et al (2017) Structural and Functional Characterization of Malate Synthase G from Opportunistic Pathogen Pseudomonas aeruginosa. Biochemistry 56:5539–5549. https://doi.org/10.1021/acs.biochem.7b00852 + + 10.1021/acs.biochem.7b00852 + 28985053 + + + + McVey AC, Bartlett S, Kajbaf M et al (2020) 2-Aminopyridine Analogs Inhibit Both Enzymes of the Glyoxylate Shunt in Pseudomonas aeruginosa. Int J Mol Sci 21:2490. https://doi.org/10.3390/ijms21072490 + + 10.3390/ijms21072490 + 32260167 + 7177833 + + + + Meylan S, Porter CBM, Yang JH et al (2017) Carbon Sources Tune Antibiotic Susceptibility in Pseudomonas aeruginosa via Tricarboxylic Acid Cycle Control. Cell Chem Biol 24:195–206. https://doi.org/10.1016/j.chembiol.2016.12.015 + + 10.1016/j.chembiol.2016.12.015 + 28111098 + 5426816 + + + + Moradali MF, Ghods S, Rehm BHA (2017) Pseudomonas aeruginosa Lifestyle: A Paradigm for Adaptation, Survival, and Persistence. Front Cell Infect Microbiol 7:39. https://doi.org/10.3389/fcimb.2017.00039 + + 10.3389/fcimb.2017.00039 + 28261568 + 5310132 + + + + National Institute of Diabetes and Digestive and Kidney Diseases (2012) LiverTox: Clinical and research information on drug-induced liver injury. Bethesda, MD + + + Negi A, Sharma R (2024) The significance of persisters in tuberculosis drug discovery: Exploring the potential of targeting the glyoxylate shunt pathway. Eur J Med Chem 265:116058. https://doi.org/10.1016/j.ejmech.2023.116058 + + 10.1016/j.ejmech.2023.116058 + 38128237 + + + + Pang Z, Raudonis R, Glick BR et al (2019) Antibiotic resistance in Pseudomonas aeruginosa: mechanisms and alternative therapeutic strategies. Biotechnol Adv 37:177–192. https://doi.org/10.1016/j.biotechadv.2018.11.013 + + 10.1016/j.biotechadv.2018.11.013 + 30500353 + + + + Parkins MD, Somayaji R, Waters VJ (2018) Epidemiology, Biology, and Impact of Clonal Pseudomonas aeruginosa Infections in Cystic Fibrosis. Clin Microbiol Rev 31:e00019–e00018. https://doi.org/10.1128/CMR.00019-18 + + 10.1128/CMR.00019-18 + 30158299 + 6148191 + + + + Prayle A, Watson A, Fortnum H, Smyth A (2010) Side effects of aminoglycosides on the kidney, ear and balance in cystic fibrosis. Thorax 65:654–658. https://doi.org/10.1136/thx.2009.131532 + + 10.1136/thx.2009.131532 + 20627927 + 2921289 + + + + Puckett S, Trujillo C, Wang Z et al (2017) Glyoxylate detoxification is an essential function of malate synthase required for carbon assimilation in Mycobacterium tuberculosis. Proc Natl Acad Sci U S A 114:E2225–E2232. https://doi.org/10.1073/pnas.1617655114 + + 10.1073/pnas.1617655114 + 28265055 + 5358392 + + + + Reynolds D, Kollef M (2021) The Epidemiology and Pathogenesis and Treatment of Pseudomonas aeruginosa Infections: An Update. Drugs 81:2117. https://doi.org/10.1007/s40265-021-01635-6 + + 10.1007/s40265-021-01635-6 + 34743315 + 8572145 + + + + Sauvage S, Gaviard C, Tahrioui A et al (2022) Impact of Carbon Source Supplementations on Pseudomonas aeruginosa Physiology. J Proteome Res 21:1392–1407. https://doi.org/10.1021/acs.jproteome.1c00936 + + 10.1021/acs.jproteome.1c00936 + 35482949 + + + + Singh J, Solomon M, Iredell J, Selvadurai H (2025) Overcoming Pseudomonas aeruginosa in Chronic Suppurative Lung Disease: Prevalence, Treatment Challenges, and the Promise of Bacteriophage Therapy. Antibiot Basel Switz 14:427. https://doi.org/10.3390/antibiotics14050427 + + 10.3390/antibiotics14050427 + + + + Souche A, Vandenesch F, Doléans-Jordheim A, Moreau K (2023) How Staphylococcus aureus and Pseudomonas aeruginosa Hijack the Host Immune Response in the Context of Cystic Fibrosis. Int J Mol Sci 24:6609. https://doi.org/10.3390/ijms24076609 + + 10.3390/ijms24076609 + 37047579 + 10094765 + + + + Stefani S, Campana S, Cariani L et al (2017) Relevance of multidrug-resistant Pseudomonas aeruginosa infections in cystic fibrosis. Int J Med Microbiol IJMM 307:353–362. https://doi.org/10.1016/j.ijmm.2017.07.004 + + 10.1016/j.ijmm.2017.07.004 + 28754426 + + + + Stokes JM, Lopatkin AJ, Lobritz MA, Collins JJ (2019) Bacterial Metabolism and Antibiotic Efficacy. Cell Metab 30:251–259. https://doi.org/10.1016/j.cmet.2019.06.009 + + 10.1016/j.cmet.2019.06.009 + 31279676 + 6990394 + + + + Su S, Panmanee W, Wilson JJ et al (2014) Catalase (KatA) plays a role in protection against anaerobic nitric oxide in Pseudomonas aeruginosa. PLoS ONE 9:e91813. https://doi.org/10.1371/journal.pone.0091813 + + 10.1371/journal.pone.0091813 + 24663218 + 3963858 + + + + Su Y, Peng B, Han Y et al (2015) Fructose restores susceptibility of multidrug-resistant Edwardsiella tarda to kanamycin. J Proteome Res 14:1612–1620. https://doi.org/10.1021/pr501285f + + 10.1021/pr501285f + 25675328 + + + + Sun Z, Kang Y, Norris MH et al (2014) Blocking phosphatidylcholine utilization in Pseudomonas aeruginosa, via mutagenesis of fatty acid, glycerol and choline degradation pathways, confirms the importance of this nutrient source in vivo. PLoS ONE 9:e103778. https://doi.org/10.1371/journal.pone.0103778 + + 10.1371/journal.pone.0103778 + 25068317 + 4113454 + + + + Terry JM, Piña SE, Mattingly SJ (1992) Role of energy metabolism in conversion of nonmucoid Pseudomonas aeruginosa to the mucoid phenotype. Infect Immun 60:1329–1335. https://doi.org/10.1128/iai.60.4.1329-1335.1992 + + 10.1128/iai.60.4.1329-1335.1992 + 1372292 + 257000 + + + + Wang Y, Wang Z, Chen W et al (2024) A KDPG sensor RccR governs Pseudomonas aeruginosa carbon metabolism and aminoglycoside antibiotic tolerance. Nucleic Acids Res 52:967–976. https://doi.org/10.1093/nar/gkad1201 + + 10.1093/nar/gkad1201 + 38096062 + 10810197 + + + + Xia Y, Wang D, Pan X et al (2020) TpiA is a Key Metabolic Enzyme That Affects Virulence and Resistance to Aminoglycoside Antibiotics through CrcZ in Pseudomonas aeruginosa. mBio 11:e02079–e02019. https://doi.org/10.1128/mBio.02079-19 + + 10.1128/mBio.02079-19 + 31911486 + 6946797 + + + + Yang H, Zhou Y, Luo Q et al (2023) L-leucine increases the sensitivity of drug-resistant Salmonella to sarafloxacin by stimulating central carbon metabolism and increasing intracellular reactive oxygen species level. Front Microbiol 14:1186841. https://doi.org/10.3389/fmicb.2023.1186841 + + 10.3389/fmicb.2023.1186841 + 37250042 + 10213264 + + + + Yang J, Xu J-F, Liang S (2025) Antibiotic resistance in Pseudomonas aeruginosa: mechanisms and emerging treatment. Crit Rev Microbiol 51:841–859. https://doi.org/10.1080/1040841X.2024.2429599 + + 10.1080/1040841X.2024.2429599 + 39556143 + + + + +
+ + + 42213195 + + 2026 + 05 + 29 + +
+ + 1432-0584 + + + 2026 + May + 29 + + + Annals of hematology + Ann Hematol + + A macrophage-related efferocytosis-based two-gene prognostic model for acute myeloid leukemia identified by multi-omics and machine learning. + 10.1007/s00277-026-07044-7 + + Background Acute myeloid leukemia (AML) remains a lethal hematologic malignancy with high heterogeneity. Macrophage-mediated efferocytosis in the tumor microenvironment is implicated in immune suppression and disease progression. Methods We integrated single-cell and bulk transcriptomic data from public cohorts to identify genes associated with macrophages and efferocytosis in AML. Candidate genes were screened for prognosis using univariate Cox regression. A comprehensive machine learning framework, evaluating 117 algorithm combinations, was employed to construct a robust prognostic model. The optimal LASSO and random survival forest approach identified CD52 and S100A4 as core prognostic genes. The resulting two-gene model was rigorously validated using Kaplan-Meier analysis, time-dependent ROC curves, and calibration plots across multiple independent cohorts. The associations of the risk score with the immune microenvironment and drug sensitivity were further analyzed. SHapley Additive exPlanations (SHAP) analysis was applied to interpret the model's decision-making. Results The two-gene signature demonstrated stable and powerful predictive performance for overall survival in both training and external validation sets. The risk score was an independent prognostic factor and showed significant correlations with immune cell infiltration patterns and response to chemotherapeutic agents. SHAP analysis confirmed the consistent and biologically plausible contributions of CD52 and S100A4. Single-cell resolution analysis revealed their specific enrichment in distinct AML-associated macrophage subpopulations. Conclusions We developed a novel macrophage efferocytosis-based prognostic model using a multi-omics and machine learning approach. This model provides valuable insights into the immune microenvironment of AML and offers a potential tool for risk stratification and therapeutic guidance. + © 2026. The Author(s). + + + + Li + Xiaoning + X + + Department of Hematology, Zhujiang Hospital, Southern Medical University, Guangzhou, Guangdong, China. + + + Guangdong Engineering Research Center of Precision Immune Cell Therapy Technology, Guangzhou, Guangdong, China. + + + + Zhang + Yujie + Y + + Department of Hematology, Zhujiang Hospital, Southern Medical University, Guangzhou, Guangdong, China. + + + Guangdong Engineering Research Center of Precision Immune Cell Therapy Technology, Guangzhou, Guangdong, China. + + + + Wei + Xiaoying + X + + Department of Hematology, Zhujiang Hospital, Southern Medical University, Guangzhou, Guangdong, China. + + + Guangdong Engineering Research Center of Precision Immune Cell Therapy Technology, Guangzhou, Guangdong, China. + + + + Huang + Rui + R + + Department of Hematology, Zhujiang Hospital, Southern Medical University, Guangzhou, Guangdong, China. rachelchn@163.com. + + + Guangdong Engineering Research Center of Precision Immune Cell Therapy Technology, Guangzhou, Guangdong, China. rachelchn@163.com. + + + + eng + + Journal Article + + + 2026 + 05 + 29 + +
+ + Germany + Ann Hematol + 9107334 + 0939-5555 + + IM + + Acute myeloid leukemia + Biomarkers + Efferocytosis + Machine learning + Prognostic model + + Declarations. Consent for publication: All authors have read and approved the final version of the manuscript and agree to the publication of this research in the journal. Ethics and consent to participate declarations: Not applicable.  Competing interests: The authors declare no competing interests. +
+ + + + 2026 + 5 + 29 + 15 + 45 + + + 2026 + 5 + 29 + 15 + 45 + + + 2025 + 12 + 2 + + + 2026 + 4 + 26 + + + 2026 + 5 + 29 + 11 + 15 + + + aheadofprint + + 42213195 + 10.1007/s00277-026-07044-7 + 10.1007/s00277-026-07044-7 + + +
+ + + 42213145 + + 2026 + 05 + 29 + + + 2026 + 05 + 29 + +
+ + 2561-326X + + 10 + + 2026 + May + 29 + + + JMIR formative research + JMIR Form Res + + Machine Learning-Based Prediction Model for 30-Day Emergency Department Revisits in a Medically Underserved Tertiary Hospital: Formative Retrospective Cohort Study. + + e87289 + e87289 + + 10.2196/87289 + + Emergency department (ED) revisits are critical quality indicators, particularly in medically underserved areas, where traditional prediction tools show limited performance. Machine learning (ML) approaches may offer improved predictive performance for identifying high-risk patients. + This formative study aimed to develop and validate an ML-based model for predicting 30-day ED revisits using electronic health records from a tertiary hospital serving a medically underserved area in South Korea and to evaluate its clinical utility through interpretability analysis and risk stratification. + This retrospective cohort study analyzed 36,230 adult patients visiting the Gangneung Asan Hospital ED in 2023. We developed and compared 3 ML models (extreme gradient boosting [XGBoost], random forest, and ElasticNet) using electronic health records. Model interpretability was ensured through Shapley additive explanations (SHAP) analysis, and clinical utility was evaluated through 5-tier risk stratification. + Among 36,230 patients, 798 (2.2%) revisited within 30 days. XGBoost achieved superior performance with an area under the receiver operating characteristic curve of 0.90 (95% CI 0.88-0.92), a sensitivity of 0.94, and a specificity of 0.69. The SHAP analysis identified ED length of stay, oxygen saturation, systolic blood pressure, computed tomography performance, antibiotic use, and liver disease as key predictors. Risk stratification demonstrated a 25-fold difference in the actual revisit rates between the lowest (152/8450, 1.8%) and the highest (686/1500, 45.7%) risk groups. + The XGBoost model demonstrated excellent predictive performance with high interpretability for 30-day ED revisit predictions. The implementation of this model could enable risk-stratified interventions and more efficient resource allocation in medically underserved settings, potentially reducing unnecessary revisits and improving patient outcomes. This formative study establishes feasibility and provides a foundation for future multicenter validation studies in similar medically underserved settings. + © Kyongmin Sun. Originally published in JMIR Formative Research (https://formative.jmir.org). + + + + Sun + Kyongmin + K + 0000-0002-2977-0880 + + Department of Emergency Medicine, College of Medicine, Gangneung Asan Hospital, Gangneung, Gangwon-do, Republic of Korea. + + + Department of Health Administration, Graduate School, Yonsei University Mirae Campus, 1 Yonsedae-gil, Heungeop-myeon, Wonju, Gangwon-do, 26493, Republic of Korea, 82 337602418. + + + + eng + + Journal Article + + + 2026 + 05 + 29 + +
+ + Canada + JMIR Form Res + 101726394 + 2561-326X + + IM + + + Retrospective Studies + + + Humans + + + Tertiary Care Centers + statistics & numerical data + organization & administration + + + Emergency Room Visits + statistics & numerical data + + + Emergency Service, Hospital + statistics & numerical data + organization & administration + + + Machine Learning + + + Republic of Korea + + + Medically Underserved Area + + + Female + + + Predictive Learning Models + + + Male + + + Middle Aged + + + Adult + + + Aged + + + Boosting Machine Learning Algorithms + + + Cohort Studies + + + + SHAP + Shapley additive explanations + XGBoost + emergency department + extreme gradient boosting + machine learning + medically underserved area + prediction model + revisit + +
+ + + + 2026 + 5 + 29 + 15 + 43 + + + 2026 + 5 + 29 + 15 + 42 + + + 2025 + 11 + 6 + + + 2026 + 4 + 9 + + + 2026 + 4 + 28 + + + 2026 + 5 + 29 + 11 + 13 + + + epublish + + 42213145 + 10.2196/87289 + v10i1e87289 + + +
+ + + 42213103 + + 2026 + 05 + 29 + +
+ + 1432-5241 + + + 2026 + May + 29 + + + Aesthetic plastic surgery + Aesthetic Plast Surg + + Does Patient History Influence Capsular Contracture? An Exploratory Analysis with Machine Learning. + 10.1007/s00266-026-05919-8 + + Capsular contracture (CC) is a frequent and distressing complication of breast augmentation and reconstruction. Although numerous patient-, surgical-, and implant-related risk factors have been proposed, reliable population-level predictors remain inconsistent across studies. This study evaluates whether administrative medical history, as encoded by ICD and CPT codes, contains sufficient predictive signal to identify patients at risk for CC using machine learning. + Patients were queried from the MerativeTM MarketScan® Research Databases from 2003 to 2017 with CPT codes for implant-based breast reconstruction and augmentation. ICD codes were then used to identify all events and conditions of a patient's history. Hyperparameter-tuned random forest models were combined with multivariable logistic regression models to validate risk factors for the development of CC. + A total of 112,489 patients were included, and the rate of capsular contracture was 9.55%. In total, 4,825 common conditions and procedures were included as features in the model. The random forest's error rate was 9.54%. Prior CC was the most important variable in the model. When removed, model accuracy decreased by 0.0011% (p <0.001). Removing prior irradiation as a feature decreased model accuracy by 0.00014% (p < 0.001). In line with the previous literature, prior CC (OR = 2.47, p <0.001) and irradiation (OR = 1.16, p <0.001) were significantly associated with CC development in a multivariable logistic regression model. + Administrative medical history alone demonstrated limited predictive utility for CC development. Although established associations such as prior CC and irradiation were confirmed, their incremental contribution to predictive performance was negligible. These associations do not meaningfully enhance a clinician's ability to reliably predict which patients are at increased risk for CC. + This journal requires that authors assign a level of evidence to each article. For a full description of these Evidence-Based Medicine ratings, please refer to the Table of Contents or the online Instructions to Authors www.springer.com/00266 . + © 2026. The Author(s). + + + + Johnstone + Thomas M + TM + + Division of Plastic and Reconstructive Surgery, Stanford University School of Medicine, Stanford, CA, USA. + + + + Najafali + Daniel + D + 0000-0003-1509-9229 + + Carle Illinois College of Medicine, University of Illinois Urbana-Champaign, Urbana, IL, USA. danieln6@illinois.edu. + + + + Shah + Jennifer K + JK + + Division of Plastic and Reconstructive Surgery, Stanford University School of Medicine, Stanford, CA, USA. + + + + Camacho + Justin M + JM + + Drexel University College of Medicine, Philadelphia, PA, USA. + + + + Johnstone + Chancellor + C + + Air Force Institute of Technology, Wright-Patterson AFB, Dayton, OH, USA. + + + + Nazerali + Rahim S + RS + + Division of Plastic and Reconstructive Surgery, Stanford University School of Medicine, Stanford, CA, USA. + + + + Lee + Gordon K + GK + + Division of Plastic and Reconstructive Surgery, Stanford University School of Medicine, Stanford, CA, USA. gordokl1@hs.uci.edu. + + + Department of Plastic Surgery, University of California, Irvine, Orange, CA, USA. gordokl1@hs.uci.edu. + + + + eng + + + UL1TR003142 + TR + NCATS NIH HHS + United States + + + + Journal Article + + + 2026 + 05 + 29 + +
+ + United States + Aesthetic Plast Surg + 7701756 + 0364-216X + + IM + + Alloplastic reconstruction + Artificial intelligence + Breast + Breast implants + Breast reconstruction + Capsular contracture + Complications + Contracture formation + Implant + Implant capsular contracture + Implant-based reconstruction + Machine learning + Mammaplasty + Outcomes prediction + Postoperative complications + Supervised machine learning + + Declarations. Conflict of interest: The authors declare that they have no conflicts of interest to disclose. Human and Animal Rights: Statement of human and animal rights, or ethical approval: This article does not contain any studies with human participants or animals performed by any of the authors. Data for this project were accessed using the Stanford Center for Population Health Sciences Data Core. The PHS Data Core is supported by a National Institutes of Health National Center for Advancing Translational Science Clinical and Translational Science Award (UL1TR003142) and from Internal Stanford funding. The content is solely the responsibility of the authors and does not necessarily represent the official views of the NIH. Informed Consent: For this type of study, informed consent is not required. +
+ + + + 2026 + 5 + 29 + 15 + 45 + + + 2026 + 5 + 29 + 15 + 45 + + + 2025 + 1 + 24 + + + 2026 + 4 + 17 + + + 2026 + 5 + 29 + 11 + 12 + + + aheadofprint + + 42213103 + 10.1007/s00266-026-05919-8 + 10.1007/s00266-026-05919-8 + + + + ISAPS international survey on aesthetic/cosmetic procedures performed in 2019. 2020. https://www.isaps.org/discover/about-isaps/global-statistics/global-survey-2019-full-report-and-press-releases-english/ . Accessed 2024. + + + Pasca A, Bonci EA, Chiuzan C, et al. Treatment and prevention of periprosthetic capsular contracture in breast surgery with prosthesis using leukotriene receptor antagonists: a meta-analysis. Aesthet Surg J. 2022;42(5):483–94. https://doi.org/10.1093/asj/sjab355 . + + 10.1093/asj/sjab355 + 34618886 + + + + Vinsensia M, Schaub R, Meixner E, et al. Incidence and risk assessment of capsular contracture in breast cancer patients following post-mastectomy radiotherapy and implant-based reconstruction. Cancers. 2024. https://doi.org/10.3390/cancers16020265 . + + 10.3390/cancers16020265 + 39682174 + 11640044 + + + + Wells HJ, Yang JCC, Edelstein-Keshet L, Isaac KV. Implant texture and capsular contracture: a review of cellular and molecular pathways. Plast Reconstr Surg Glob Open. 2024;12(5):e5802. https://doi.org/10.1097/GOX.0000000000005802 . + + 10.1097/GOX.0000000000005802 + 38746946 + 11093578 + + + + Domanskis E, Owsley JQ Jr. Histological investigation of the etiology of capsule contracture following augmentation mammaplasty. Plast Reconstr Surg. 1976;58(6):689–93. https://doi.org/10.1097/00006534-197612000-00006 . + + 10.1097/00006534-197612000-00006 + 792918 + + + + Steiert AE, Boyce M, Sorg H. Capsular contracture by silicone breast implants: possible causes, biocompatibility, and prophylactic strategies. Med Devices (Auckl). 2013;6:211–8. https://doi.org/10.2147/MDER.S49522 . + + 10.2147/MDER.S49522 + 24324348 + 3855100 + + + + Adams WP Jr. Capsular contracture: what is it? What causes it? How can it be prevented and managed? Clin Plast Surg. 2009;36(1):119–26. https://doi.org/10.1016/j.cps.2008.08.007 . + + 10.1016/j.cps.2008.08.007 + 19055967 + + + + Larsen A, Rasmussen LE, Rasmussen LF, et al. Histological analyses of capsular contracture and associated risk factors: a systematic review. Aesthetic Plast Surg. 2021;45(6):2714–28. https://doi.org/10.1007/s00266-021-02473-3 . + + 10.1007/s00266-021-02473-3 + 34312696 + + + + Montemurro P, Demir IA, Cheema M, Heden P. Exploring the genetic role of capsular contracture in three family generations with a case report and a literature review. Aesthet Surg J. 2017;38(1):NP6–9. https://doi.org/10.1093/asj/sjx176 . + + 10.1093/asj/sjx176 + 29091998 + + + + Mohan AS, Sullivan J, Tenenbaum MM, Broderick KB, Myckatyn TM. Toward a consensus aproach for assessing capsular contracture severity and progression: a systematic review. Plast Reconstr Surg. 2024;153(1):7–22. https://doi.org/10.1097/PRS.0000000000010573 . + + 10.1097/PRS.0000000000010573 + 37075286 + + + + Wong CH, Samuel M, Tan BK, Song C. Capsular contracture in subglandular breast augmentation with textured versus smooth breast implants: a systematic review. Plast Reconstr Surg. 2006;118(5):1224–36. https://doi.org/10.1097/01.prs.0000237013.50283.d2 . + + 10.1097/01.prs.0000237013.50283.d2 + 17016195 + + + + Headon H, Kasem A, Mokbel K. Capsular contracture after breast augmentation: an update for clinical practice. Arch Plast Surg. 2015;42(5):532–43. https://doi.org/10.5999/aps.2015.42.5.532 . + + 10.5999/aps.2015.42.5.532 + 26430623 + 4579163 + + + + de Kerckhove M, Iwahira Y. Risk factors for capsular contracture: a retrospective study in immediate reconstruction versus delayed reconstruction. Plast Reconstr Surg Glob Open. 2020;8(5):e2864. https://doi.org/10.1097/GOX.0000000000002864 . + + 10.1097/GOX.0000000000002864 + 33133911 + 7572041 + + + + Galdiero M, Larocca F, Iovene MR, et al. Microbial evaluation in capsular contracture of breast implants. Plast Reconstr Surg. 2018;141(1):23–30. https://doi.org/10.1097/PRS.0000000000003915 . + + 10.1097/PRS.0000000000003915 + 29280857 + + + + Sobti N, Weitzman RE, Nealon KP, et al. Evaluation of capsular contracture following immediate prepectoral versus subpectoral direct-to-implant breast reconstruction. Sci Rep. 2020;10(1):1137. https://doi.org/10.1038/s41598-020-58094-4 . + + 10.1038/s41598-020-58094-4 + 31980737 + 6981172 + + + + Calobrace MB, Stevens WG, Capizzi PJ, Cohen R, Godinez T, Beckstrand M. Risk factor analysis for capsular contracture: a 10-year Sientra study using round, smooth, and textured implants for breast augmentation. Plast Reconstr Surg. 2018;141:20–8. https://doi.org/10.1097/PRS.0000000000004351 . + + 10.1097/PRS.0000000000004351 + + + + Bavaro DA, Fanizzi A, Iacovelli S, et al. A machine learning approach for predicting capsular contracture after postmastectomy radiotherapy in breast cancer patients. Healthcare. 2023. https://doi.org/10.3390/healthcare11071042 . + + 10.3390/healthcare11071042 + 37046969 + 10094026 + + + + Chen Y, Wang ML, Black GG, et al. Machine-learning prediction of capsular contraction after two-stage breast reconstruction. JPRAS Open. 2023;38:1–13. https://doi.org/10.1016/j.jpra.2023.07.008 . + + 10.1016/j.jpra.2023.07.008 + 37662866 + 10472234 + + + + Stanford Center for Population Health Sciences. 2024. MarketScan Databases. Redivis (RRID:SCR_023111). https://med.stanford.edu/phs/data/marketscan-data.html . + + + Mantelakis A, Assael Y, Sorooshian P, Khajuria A. Machine learning demonstrates high accuracy for disease diagnosis and prognosis in plastic surgery. Plast Reconstr Surg Glob Open. 2021;9(6):e3638. https://doi.org/10.1097/GOX.0000000000003638 . + + 10.1097/GOX.0000000000003638 + 34235035 + 8225366 + + + + Seu MY, Rezania N, Murray CE, et al. Predicting reduction mammaplasty total resection weight with machine learning. Ann Plast Surg. 2024;93(2):246–52. https://doi.org/10.1097/SAP.0000000000004016 . + + 10.1097/SAP.0000000000004016 + 38833662 + + + + Najafali D, Johnstone T, Pergakis M, et al. Prediction of blood pressure variability during thrombectomy using supervised machine learning and outcomes of patients with ischemic stroke from large vessel occlusion. J Thromb Thrombolysis. 2023;56(1):12–26. https://doi.org/10.1007/s11239-023-02796-9 . + + 10.1007/s11239-023-02796-9 + 37041431 + + + + Chen Y, Cao W, Gao X, Ong H, Ji T. Predicting postoperative complications of head and neck squamous cell carcinoma in elderly patients using random forest algorithm model. BMC Med Inform Decis Mak. 2015;15:44. https://doi.org/10.1186/s12911-015-0165-3 . + + 10.1186/s12911-015-0165-3 + 26054335 + 4459053 + + + + R Core Team. R: A language and environment for statistical computing. R Foundation for Statistical Computing, Vienna, Austria. 2024. https://www.R-project.org/ + + + Luvsannyam E, Patel D, Hassan Z, Nukala S, Somagutta MR, Hamid P. Overview of risk factors and prevention of capsular contracture following implant-based breast reconstruction and cosmetic surgery: A systematic review. Cureus. 2020;12(9):e10341. https://doi.org/10.7759/cureus.10341 . + + 10.7759/cureus.10341 + 33062465 + 7549852 + + + + Maita KC, Avila FR, Torres-Guzman RA, et al. The usefulness of artificial intelligence in breast reconstruction: a systematic review. Breast Cancer. 2024;31(4):562–71. https://doi.org/10.1007/s12282-024-01582-6 . + + 10.1007/s12282-024-01582-6 + 38619786 + + + + Kyle DJ, Harvey AG, Shih B, Tan KT, Chaudhry IH, Bayat A. Identification of molecular phenotypic descriptors of breast capsular contracture formation using informatics analysis of the whole genome transcriptome. Wound Repair Regen. 2013;21(5):762–9. https://doi.org/10.1111/wrr.12077 . + + 10.1111/wrr.12077 + 23941504 + + + + Tan KT, Wijeratne D, Shih B, Baildam AD, Bayat A. Tumour necrosis factor-alpha expression is associated with increased severity of periprosthetic breast capsular contracture. Eur Surg Res. 2010;45(3–4):327–32. https://doi.org/10.1159/000321009 . + + 10.1159/000321009 + 21042029 + + + + Hameed MR, Erlandson R, Rosen PP. Capsular synovial-like hyperplasia around mammary implants similar to detritic synovitis. A morphologic and immunohistochemical study of 15 cases. Am J Surg Pathol. 1995;19(4):433–8. https://doi.org/10.1097/00000478-199504000-00004 . + + 10.1097/00000478-199504000-00004 + 7694944 + + + + Prantl L, Schreml S, Fichtner-Feigl S, et al. Clinical and morphological conditions in capsular contracture formed around silicone breast implants. Plast Reconstr Surg. 2007;120(1):275–84. https://doi.org/10.1097/01.prs.0000264398.85652.9a . + + 10.1097/01.prs.0000264398.85652.9a + 17572576 + + + + Fraldi M, Esposito L, Cutolo A, Carotenuto AR, Adamo C, Molea G. Stealthy role of size-driven stresses in biomechanics of breast implants capsular contracture. J Mech Behav Biomed Mater. 2016;64:199–208. https://doi.org/10.1016/j.jmbbm.2016.07.028 . + + 10.1016/j.jmbbm.2016.07.028 + 27508316 + + + + Montemurro P, Lehnhardt M, Behr B, Wallner C. A machine learning approach to identify previously unconsidered causes for complications in aesthetic breast augmentation. Aesthetic Plast Surg. 2022;46(6):2669–76. https://doi.org/10.1007/s00266-022-02997-2 . + + 10.1007/s00266-022-02997-2 + 35802149 + + + + Burkhardt BR, Fried M, Schnur PL, Tofield JJ. Capsules, infection, and intraluminal antibiotics. Plast Reconstr Surg. 1981;68(1):43–9. https://doi.org/10.1097/00006534-198107000-00010 . + + 10.1097/00006534-198107000-00010 + 7243999 + + + + Mao Y, Hou X, Fu S, Luan J. Transcriptomic and machine learning analyses identify hub genes of metabolism and host immune response that are associated with the progression of breast capsular contracture. Genes Dis. 2024;11(3):101087. https://doi.org/10.1016/j.gendis.2023.101087 . + + 10.1016/j.gendis.2023.101087 + 38292203 + + + + Kwon TY, Ham S, Kang M, Shin JH. AI-based cell classification based on mechanical features of heterogeneous capsular contracture fibroblasts. Biophys J. 2024;123(3):280a–1a. + + 10.1016/j.bpj.2023.11.1749 + + + + Naoum GE, Ho AY, Shui A, et al. Risk of developing breast reconstruction complications: A machine-learning nomogram for individualized risk estimation with and without postmastectomy radiation therapy. Plast Reconstr Surg. 2022;149(1):1e–12e. https://doi.org/10.1097/PRS.0000000000008635 . + + 10.1097/PRS.0000000000008635 + 34758003 + + + + +
+ + + 42213093 + + 2026 + 05 + 29 + +
+ + 1613-6829 + + + 2026 + May + 29 + + + Small (Weinheim an der Bergstrasse, Germany) + Small + + Harnessing and Suppressing Electron Spin-State Transitions: From Decoding to Rational Design of High-Performance Cathodes for Alkali-Ion Batteries. + + e73936 + e73936 + + 10.1002/smll.73936 + + The electron spin state of transition metal ions represents a fundamental quantum property that is increasingly recognized as a pivotal design dimension for tuning the performance of cathode materials in Li/Na/K‑ion batteries. This review begins by consolidating the foundational principles through which spin states govern electrochemical properties, establishing a robust theoretical framework that bridges atomic-scale coordination environments with macroscopic electrode behavior. It further discusses advanced experimental and computational techniques for probing complex spin states and, critically, for establishing clear structure-spin-performance relationships. A central focus is placed on the rational design of spin configurations, whether via proactive engineering or suppression of unfavorable transitions, to optimize key electrochemical processes: modulating cationic vs. anionic redox competition, enhancing structural stability by mitigating Jahn-Teller distortions and magnetic frustration, and improving charge and ion transport. The review also highlights the emerging role of spin‑sensitive machine learning as an accelerated pathway for discovering superior cathode materials. By integrating theoretical insights, methodological advances, and application‑oriented studies, this work provides a comprehensive mechanistic framework and practical guidelines for the design of next‑generation high‑performance cathodes through deliberate spin‑state control. + © 2026 Wiley‐VCH GmbH. + + + + Peng + Tao + T + 0000-0002-0234-0477 + + Key Laboratory of Microelectronics and Energy of Henan Province, School of Physics and Electronic Engineering, Xinyang Normal University, Xinyang, China. + + + + Ma + Mengzhen + M + + Key Laboratory of Microelectronics and Energy of Henan Province, School of Physics and Electronic Engineering, Xinyang Normal University, Xinyang, China. + + + + Liu + Shaonan + S + + Key Laboratory of Microelectronics and Energy of Henan Province, School of Physics and Electronic Engineering, Xinyang Normal University, Xinyang, China. + + + + He + Junbao + J + + Henan International Joint Laboratory of MXene Materials Microstructure, Collaborative Innovation Center of Intelligent Explosion-Proof Equipment of Henan Province, College of Physics and Electronic Engineering, Nanyang Normal University, Nanyang, China. + + + + Wang + Yuanyuan + Y + + College of Aerospace Science and Engineering, National University of Defense Technology, Changsha, China. + + + + Yang + Ya + Y + + Key Laboratory of Microelectronics and Energy of Henan Province, School of Physics and Electronic Engineering, Xinyang Normal University, Xinyang, China. + + + + Lu + Yang + Y + + Key Laboratory of Microelectronics and Energy of Henan Province, School of Physics and Electronic Engineering, Xinyang Normal University, Xinyang, China. + + + + Luo + Yongsong + Y + + Key Laboratory of Microelectronics and Energy of Henan Province, School of Physics and Electronic Engineering, Xinyang Normal University, Xinyang, China. + + + Henan International Joint Laboratory of MXene Materials Microstructure, Collaborative Innovation Center of Intelligent Explosion-Proof Equipment of Henan Province, College of Physics and Electronic Engineering, Nanyang Normal University, Nanyang, China. + + + + Sun + Weiwei + W + 0000-0003-4079-4063 + + College of Aerospace Science and Engineering, National University of Defense Technology, Changsha, China. + + + + eng + + + 52272219 + National Natural Science Foundation of China + + + + 52472254 + National Natural Science Foundation of China + + + + 262300421381 + Natural Science Foundation of Henan Province + + + + 242300421191 + Natural Science Foundation of Henan Province + + + + 24ZDYF016 + Key Research and Development Program of Nanyang City + + + + Nanhu Scholars Program for Young Scholars of Xinyang Normal University + + + + 2026JJ50116 + the Natural Science Foundation of Hunan Province + + + + 2026JJ50116 + the Natural Science Foundation of Hunan Province + + + + + Journal Article + Review + + + 2026 + 05 + 29 + +
+ + Germany + Small + 101235338 + 1613-6810 + + IM + + Li/Na/K‐ion batteries + cathode materials + electron spin state + machine learning + structure‐spin‐performance relationship + +
+ + + + 2026 + 5 + 29 + 15 + 43 + + + 2026 + 5 + 29 + 15 + 43 + + + 2026 + 5 + 9 + + + 2026 + 2 + 28 + + + 2026 + 5 + 14 + + + 2026 + 5 + 29 + 11 + 3 + + + aheadofprint + + 42213093 + 10.1002/smll.73936 + + + + X. Lu, Y. Wang, X. Xu, B. Yan, T. Wu, and L. Lu, “Polymer‐Based Solid‐State Electrolytes for High‐Energy‐Density Lithium‐Ion Batteries—Review,” Advanced Energy Materials 13 (2023): 2301746, https://doi.org/10.1002/aenm.202301746. + + + W. Dou, M. Zheng, W. Zhang, et al., “Review on the Binders for Sustainable High‐Energy‐Density Lithium Ion Batteries: Status, Solutions, and Prospects,” Advanced Functional Materials 33 (2023): 2305161, https://doi.org/10.1002/adfm.202305161. + + + Z. Lin, O. Sheng, X. Cai, et al., “Solid Polymer Electrolytes in All‐Solid‐State Lithium Metal Batteries: From Microstructures to Properties,” Journal of Energy Chemistry 81 (2023): 358. + + + Y. Zhang, W. Tang, H. Gao, et al., “Monolithic Layered Silicon Composed of a Crystalline–Amorphous Network for Sustainable Lithium‐Ion Battery Anodes,” ACS Nano 18 (2024): 15671–15680, https://doi.org/10.1021/acsnano.4c01814. + + + Y. Liu, Y. Yu, F. Yang, et al., “Reversible Iron Oxyfluoride (FeOF)‐Graphene Composites as Sustainable Cathodes for High Energy Density Lithium Batteries,” Small 19 (2023): 2206947, https://doi.org/10.1002/smll.202206947. + + + J. Xiang, Y. Wei, Y. Zhong, et al., “Building Practical High‐Voltage Cathode Materials for Lithium‐Ion Batteries,” Advanced Materials 34 (2022): 2200912, https://doi.org/10.1002/adma.202200912. + + + C. Liu, F. Roters, and D. Raabe, “Role of Grain‐Level Chemo‐Mechanics in Composite Cathode Degradation of Solid‐State Lithium Batteries,” Nature Communications 15 (2024): 7970, https://doi.org/10.1038/s41467‐024‐52123‐w. + + + K. Jin, L. Li, H. Tian, et al., “Three Birds With One Stone: Reducing Gases Manipulate Surface Reconstruction of Li‐Rich Mn‐Based Oxide Cathodes for High‐Energy Lithium‐Ion Batteries,” Energy Storage Materials 77 (2025): 104202, https://doi.org/10.1016/j.ensm.2025.104202. + + + H. Qian, H. Ren, Y. Zhang, et al., “Surface Doping vs. Bulk Doping of Cathode Materials for Lithium‐Ion Batteries: A Review,” Electrochemical Energy Reviews 5 (2022): 2. + + + Q. Fan, K. Lin, S. Yang, et al., “Constructing Effective TiO2 Nano‐Coating for High‐Voltage Ni‐Rich Cathode Materials for Lithium Ion Batteries by Precise Kinetic Control,” Journal of Power Sources 477 (2020): 228745, https://doi.org/10.1016/j.jpowsour.2020.228745. + + + G.‐T. Park, S.‐B. Kim, J.‐I. Yoon, et al., “Unraveling the New Role of Manganese in Nano and Microstructural Engineering of Ni‐Rich Layered Cathode for Advanced Lithium‐Ion Batteries,” Advanced Energy Materials 14 (2024): 2400130, https://doi.org/10.1002/aenm.202400130. + + + Y. Zhao, Q. Liu, X. Zhao, et al., “Structure Evolution of Layered Transition Metal Oxide Cathode Materials for Na‐Ion Batteries: Issues, Mechanism and Strategies,” Materials Today 62 (2023): 271–295, https://doi.org/10.1016/j.mattod.2022.11.024. + + + C. Xu, L. Zhou, T. Gao, et al., “Development of High‐Performance Iron‐Based Phosphate Cathodes Toward Practical Na‐Ion Batteries,” Journal of the American Chemical Society 146 (2024): 9819–9827, https://doi.org/10.1021/jacs.3c14452. + + + Q. Zhou, H. K. Liu, S. X. Dou, and S. Chong, “Defect‐Free Prussian Blue Analogue as Zero‐Strain Cathode Material for High‐Energy‐Density Potassium‐Ion Batteries,” ACS Nano 18 (2024): 7287–7297, https://doi.org/10.1021/acsnano.4c00251. + + + A. Li, Y. Man, J. Liao, L. Duan, X. Ji, and X. Zhou, “KI‐Assisted Formation of Spindle‐Like Prussian White Nanoparticles for High‐Performance Potassium‐Ion Battery Cathodes,” Nano Letters 23 (2023): 10066–10073, https://doi.org/10.1021/acs.nanolett.3c03558. + + + S. Liu, L. Kang, and S. C. Jun, “Challenges and Strategies Toward Cathode Materials for Rechargeable Potassium‐Ion Batteries,” Advanced Materials 33 (2021): 2004689, https://doi.org/10.1002/adma.202004689. + + + H. Xu, Q. Yan, W. Yao, C.‐S. Lee, and Y. Tang, “Mainstream Optimization Strategies for Cathode Materials of Sodium‐Ion Batteries,” Small Structures 3 (2022): 2100217, https://doi.org/10.1002/sstr.202100217. + + + Z. Jiang, K. Zhang, Q. Ding, et al., “Metal–Ligand Spin‐Lock Strategy for Inhibiting Anion Dimerization in Li‐Rich Cathode Materials,” Journal of the American Chemical Society 147 (2025): 3062–3071, https://doi.org/10.1021/jacs.4c10815. + + + J. Yao, X. Wang, P. Hu, et al., “Local Electron Spin‐State Modulation at Mn Site for Advanced Sodium‐Ion Batteries With Fast‐Kinetic NaNi0.33Fe0.33Mn0.33O2 Cathode,” Advanced Functional Materials 34 (2024): 2419967. + + + H. Xia, Y. Hu, Z. Li, H. Lan, and J. Zhang, “Electron Spin Polarization in Rechargeable Batteries: Theoretical Foundation and Practical Applications,” Advanced Functional Materials 35 (2025): 2413491, https://doi.org/10.1002/adfm.202413491. + + + H. Ma, F. Wang, M. Shen, Y. Tong, H. Wang, and H. Hu, “Advances of LiCoO2 in Cathode of Aqueous Lithium‐Ion Batteries,” Small Methods 8 (2024): 2300820, https://doi.org/10.1002/smtd.202300820. + + + X. Liang, J.‐Y. Hwang, and Y.‐K. Sun, “Practical Cathodes for Sodium‐Ion Batteries: Who Will Take the Crown?,” Advanced Energy Materials 13 (2023): 2301975, https://doi.org/10.1002/aenm.202301975. + + + M. Sha, L. Liu, H. Zhao, and Y. Lei, “Review on Recent Advances of Cathode Materials for Potassium‐Ion Batteries,” Energy & Environmental Materials 3 (2020): 56–66, https://doi.org/10.1002/eem2.12060. + + + D. I. Khomskii and S. V. Streltsov, “Orbital Effects in Solids: Basics, Recent Progress, and Opportunities,” Chemical Reviews 121 (2021): 2992–3030, https://doi.org/10.1021/acs.chemrev.0c00579. + + + S. He, Y. Chen, J. Fang, Y. Liu, and Z. Lin, “Optimizing Photocatalysis via Electron Spin Control,” Chemical Society Reviews 54 (2025): 2154–2187, https://doi.org/10.1039/D4CS00317A. + + + J. Tian, Y. Rao, S. Xu, et al., “The Volcano Relationship Between dz2 Electronic States and Sulfur Redox Reaction Kinetics in Lithium–Sulfur Batteries,” Nano Letters 25 (2025): 6918–6926, https://doi.org/10.1021/acs.nanolett.5c00128. + + + Q. Lv, Y. Sun, B. Li, C. Li, Q. Zhang, and L. Wang, “Metal–Organic Frameworks With Axial Cobalt–Oxygen Coordination Modulate Polysulfide Redox for Lithium–Sulfur Batteries,” Advanced Energy Materials 15 (2025): 2403223, https://doi.org/10.1002/aenm.202403223. + + + L. Wang, Z. Mei, Q. An, et al., “Modulating the Electronic Spin State of Atomically Dispersed Iron Sites by Adjacent Zinc Atoms for Enhanced Spin‐Dependent Oxygen Electrocatalysis,” Chem Catalysis 3 (2023): 100758. + + + Y. Zhang, Q. Wu, J. Z. Y. Seow, Y. Jia, X. Ren, and Z. J. Xu, “Spin States of Metal Centers in Electrocatalysis,” Chemical Society Reviews 53 (2024): 8123–8136, https://doi.org/10.1039/D3CS00913K. + + + M. K. Aydinol, A. F. Kohan, G. Ceder, K. Cho, and J. Joannopoulos, “Ab Initio Study of Lithium Intercalation in Metal Oxides and Metal Dichalcogenides,” Physical Review B 56 (1997): 1354–1365, https://doi.org/10.1103/PhysRevB.56.1354. + + + C. Lin, J. Li, Z.‐W. Yin, et al., “Structural Understanding for High‐Voltage Stabilization of Lithium Cobalt Oxide,” Advanced Materials 36 (2024): 2307404, https://doi.org/10.1002/adma.202307404. + + + J. H. Yang, H. Kim, and G. Ceder, “Insights Into Layered Oxide Cathodes for Rechargeable Batteries,” Molecules 26 (2021): 3173, https://doi.org/10.3390/molecules26113173. + + + L. Shi, Z. Liu, K. Li, et al., “YIG‐Inspired Fe 3d Spin Rearrangement to Construct Built‐in Electric Field Achieving Fast‐Charging Layered Cathode for Wide‐Temperature Sodium‐Ion Battery,” Advanced Functional Materials 36 (2026): 18348, https://doi.org/10.1002/adfm.202518348. + + + J. Wang, K. Wang, Q. Liu, H. Su, and H. Zhu, “Modifying Anionic Sites for Fe Spin Activation to Enhance Performance in NASICON Cathodes,” Chemical Engineering Journal 514 (2025): 163122, https://doi.org/10.1016/j.cej.2025.163122. + + + Q. Zhou, Y. Xin, Y. Wang, et al., “Modulating the Electron Spin States of Na2FePO4F Cathode via High Entropy Strategy for Enhanced Sodium Storage and Ultra‐High Cycling Stability,” Chemical Engineering Journal 503 (2025): 158475, https://doi.org/10.1016/j.cej.2024.158475. + + + L. Yang, Z. Liu, X. Shen, et al., “Effect of Vacancy‐Tailored Mn3+ Spinning on Enhancing Structural Stability,” Energy Storage Materials 44 (2022): 231–238, https://doi.org/10.1016/j.ensm.2021.10.024. + + + P. C. Mondal, W. Mtangi, and C. Fontanesi, “Chiro‐Spintronics: Spin‐Dependent Electrochemistry and Water Splitting Using Chiral Molecular Films,” Small Methods 2 (2018): 1700313, https://doi.org/10.1002/smtd.201700313. + + + A. Vadakkayil, C. Clever, K. N. Kunzler, S. Tan, B. P. Bloom, and D. H. Waldeck, “Chiral Electrocatalysts Eclipse Water Splitting Metrics Through Spin Control,” Nature Communications 14 (2023): 1067, https://doi.org/10.1038/s41467‐023‐36703‐w. + + + D. Barik, U. Utkarsh, and K. B. Ghosh, “Spin‐Controlled Electrocatalysis: An Out‐of‐the‐Box Strategy for the Advancement of Electrochemical Water Splitting,” Chemical Communications 61 (2025): 6226–6245, https://doi.org/10.1039/D5CC01305D. + + + H. Im, S. Ma, H. Lee, et al., “Elucidating the Chirality Transfer Mechanisms During Enantioselective Synthesis for the Spin‐Controlled Oxygen Evolution Reaction,” Energy & Environmental Science 16 (2023): 1187–1199, https://doi.org/10.1039/D2EE03853F. + + + J. Ran, M. Si, and D. Gao, “Co@CoO Chiral Nanostructures Enabling Efficient Oxygen Electrocatalysis by Modulated Spin‐Polarization,” Chemical Engineering Journal 493 (2024): 152545, https://doi.org/10.1016/j.cej.2024.152545. + + + N. Yuran, B. Muniyandi, A. Saha, et al., “Chiral Molecular Coating of a LiNiCoMnO2 Cathode for High‐Rate Capability Lithium‐Ion Batteries,” The Journal of Physical Chemistry Letters 15 (2024): 2682–2689, https://doi.org/10.1021/acs.jpclett.4c00171. + + + H. Gong, Y. Cao, B. Zhang, et al., “Noninvasive Rejuvenation Strategy of Nickel‐Rich Layered Positive Electrode for Li‐Ion Battery Through Magneto‐Electrochemical Synergistic Activation,” Nature Communications 15 (2024): 10243, https://doi.org/10.1038/s41467‐024‐54641‐z. + + + D. Xue, P. Yuan, S. Jiang, et al., “Altering the Spin State of Fe‐N‐C Through Ligand Field Modulation of Single‐Atom Sites Boosts the Oxygen Reduction Reaction,” Nano Energy 105 (2023): 108020, https://doi.org/10.1016/j.nanoen.2022.108020. + + + X. Li, J. Qin, Q. Lin, et al., “Electron Spin Broken‐Symmetry of Fe–Co Diatomic Pairs to Promote Kinetics of Bifunctional Oxygen Electrocatalysis for Zinc–Air Batteries,” Advanced Science 11 (2024): 2401187, https://doi.org/10.1002/advs.202401187. + + + S. Ye, S. Xie, Y. Lei, et al., “Modulating the Electronic Spin State by Constructing Dual‐Metal Atomic Pairs for Activating the Dynamic Site of Oxygen Reduction Reaction,” Nano Research 16 (2023): 1869–1877, https://doi.org/10.1007/s12274‐022‐4979‐x. + + + D. Xue, Y. Zhao, J. Cao, Y. Wang, X. Li, and T. Ma, “Spin Engineering of Dual‐Atom Site Catalysts for Efficient Electrochemical Energy Conversion,” Advanced Materials 37 (2025): 2504213, https://doi.org/10.1002/adma.202504213. + + + C. Huang, J. Yu, C. Y. Zhang, et al., “Electronic Spin Alignment Within Homologous NiS2/NiSe2 Heterostructures to Promote Sulfur Redox Kinetics in Lithium‐Sulfur Batteries,” Advanced Materials 36 (2024): 2400810, https://doi.org/10.1002/adma.202400810. + + + L. Yang, R. He, M. Botifoll, et al., “Enhanced Oxygen Evolution and Zinc‐Air Battery Performance via Electronic Spin Modulation in Heterostructured Catalysts,” Advanced Materials 36 (2024): 2400572, https://doi.org/10.1002/adma.202400572. + + + J. Chen, J. Xiao, S. Liao, et al., “Spin Polarization in Bi/FeS Heterostructure Enables High‐Performance Sodium Ion Storage,” Energy Storage Materials 82 (2025): 104631, https://doi.org/10.1016/j.ensm.2025.104631. + + + E. M. Mozur and R. Seshadri, “Methods and Protocols: Practical Magnetic Measurement,” Chemistry of Materials 35 (2023): 3450–3463, https://doi.org/10.1021/acs.chemmater.3c00297. + + + M. A. Halim, S. Karmakar, S. S. Das, W. J. Geerts, A. Haque, and G. W. Beall, “Crystallite Size‐Dependent Magnetic Moment in Hydrogen Bridged Manganese Tetracyanonickelate Based Two‐Dimensional Metal‐Organic Frameworks,” Journal of Magnetism and Magnetic Materials 571 (2023): 170573, https://doi.org/10.1016/j.jmmm.2023.170573. + + + J. Kim, K. Lee, T. Takabatake, H. Kim, M. Kim, and M.‐H. Jung, “Magnetic Transition to Antiferromagnetic Phase in Gadolinium Substituted Topological Insulator Bi2Te3,” Scientific Reports 5 (2015): 10309, https://doi.org/10.1038/srep10309. + + + Y. Xi, X. Wang, H. Wang, et al., “Optimizing the Electron Spin States of Na4Fe3(PO4)2P2O7 Cathodes via Mn/F Dual‐Doping for Enhanced Sodium Storage,” Advanced Functional Materials 34 (2024): 2309701, https://doi.org/10.1002/adfm.202309701. + + + X. Wang, J. Li, Q. Wang, et al., “Balancing Electron Spin States of Na3.12Fe2.44(P2O7)2 Through F‐Doping Realized High Performance on Sodium Ions Storage,” Advanced Energy Materials 15 (2025): 2502300, https://doi.org/10.1002/aenm.202502300. + + + A. Niemöller, P. Jakes, R.‐A. Eichel, and J. Granwehr, “In Operando EPR Investigation of Redox Mechanisms in LiCoO2,” Chemical Physics Letters 716 (2019): 231–236, https://doi.org/10.1016/j.cplett.2018.12.022. + + + H. Nguyen and R. J. Clément, “Rechargeable Batteries From the Perspective of the Electron Spin,” ACS Energy Letters 5 (2020): 3848–3859, https://doi.org/10.1021/acsenergylett.0c02074. + + + H. Nguyen, E. N. Bassey, E. E. Foley, D. A. Kitchaev, R. Giovine, and R. J. Clément, “Operando Electron Spin Probes for the Study of Battery Processes,” Journal of Magnetic Resonance 368 (2024): 107772, https://doi.org/10.1016/j.jmr.2024.107772. + + + M. Tang, A. Dalzini, X. Li, et al., “Operando EPR for Simultaneous Monitoring of Anionic and Cationic Redox Processes in Li‐Rich Metal Oxide Cathodes,” The Journal of Physical Chemistry Letters 8 (2017): 4009–4016, https://doi.org/10.1021/acs.jpclett.7b01425. + + + A. Niemöller, P. Jakes, S. Eurich, et al., “Monitoring Local Redox Processes in LiNi0.5Mn1.5O4 Battery Cathode Material by in Operando EPR Spectroscopy,” The Journal of Chemical Physics 148 (2018): 014705, https://doi.org/10.1063/1.5008251. + + + Z. Su, Z. Li, X. Yang, X. Li, L. Wang, and W. Lü, “In Situ Balanced Synthesis of High‐Activity Low‐Spin Iron Cathode Prussian Blue for Enhanced Sodium‐Ion Storage,” Nano Letters 25 (2025): 957–965, https://doi.org/10.1021/acs.nanolett.4c03985. + + + Z. Wang, K. Nie, M. T. Sougrati, et al., “Charge Transfer Induced Highly Active Low‐Spin Iron of Prussian Blue Cathode Through Calcination Strategy for High Performance Sodium‐Ion Batteries,” Chemical Engineering Journal 488 (2024): 151090, https://doi.org/10.1016/j.cej.2024.151090. + + + Z. Yao, T. Fu, T. Pan, et al., “Modulating the Spin State to Stabilize the Surface and Bulk Structure for Durable 4.6 V LiCoO2 Cathodes,” Advanced Functional Materials 34 (2024): 2408152, https://doi.org/10.1002/adfm.202408152. + + + C. Zheng, Y. Wang, H. Mao, et al., “Superexchange Interaction Regulates Ni/Mn Spin States Triggering Ni‐t2G/O‐2p Reductive Coupling Enabling Stable Lithium‐Rich Cathode,” Nature Communications 16 (2025): 3900, https://doi.org/10.1038/s41467‐025‐59159‐6. + + + Y. Fan, X. Wang, G. Bo, et al., “Operando Synchrotron X‐Ray Absorption Spectroscopy: A Key Tool for Cathode Material Studies in Next‐Generation Batteries,” Advanced Science 12 (2025): 2414480, https://doi.org/10.1002/advs.202414480. + + + W. Lee, S. Yun, H. Li, et al., “Anionic Redox Chemistry as a Clue for Understanding the Structural Behavior in Layered Cathode Materials,” Small 16 (2020): 1905875, https://doi.org/10.1002/smll.201905875. + + + Y. S. Byeon, W. Lee, S. Park, et al., “Comprehensive Understanding of Elemental Doping and Substitution of Ni‐Rich Cathode Materials for Lithium‐Ion Batteries via In Situ Operando Analyses,” Small Science 4 (2024): 2400165. + + + M. Fehse, N. Etxebarria, L. Otaegui, et al., “Influence of Transition‐Metal Order on the Reaction Mechanism of LNMO Cathode Spinel: An Operando X‐Ray Absorption Spectroscopy Study,” Chemistry of Materials 34 (2022): 6529–6540, https://doi.org/10.1021/acs.chemmater.2c01360. + + + A. Mullaliu, G. Aquilanti, P. Conti, et al., “Copper Electroactivity in Prussian Blue‐Based Cathode Disclosed by Operando XAS,” The Journal of Physical Chemistry C 122 (2018): 15868–15877, https://doi.org/10.1021/acs.jpcc.8b03429. + + + J. Zhang, D. Wong, Q. Zhang, et al., “Reducing Co/O Band Overlap Through Spin State Modulation for Stabilized High Capability of 4.6 V LiCoO2,” Journal of the American Chemical Society 145 (2023): 10208–10219, https://doi.org/10.1021/jacs.3c01128. + + + Y. Cheng, X. Gong, S. Tao, et al., “Mechano‐Thermal Milling Synthesis of Atomically Dispersed Platinum With Spin Polarization Induced by Cobalt Atoms Towards Enhanced Oxygen Reduction Reaction,” Nano Energy 98 (2022): 107341, https://doi.org/10.1016/j.nanoen.2022.107341. + + + F. Zhou, Z. Gong, R. Wang, et al., “Band Structure and Spin‐State‐Induced Electronic Configuration Regulation for Efficient Sulfur Redox Reaction,” Advanced Functional Materials 35 (2025): 2417730, https://doi.org/10.1002/adfm.202417730. + + + J. Yu, C. Huang, O. Usoltsev, et al., “Promoting Polysulfide Redox Reactions Through Electronic Spin Manipulation,” ACS Nano 18 (2024): 19268–19282, https://doi.org/10.1021/acsnano.4c05278. + + + C. Li, J. Yu, D. Yang, et al., “Balancing Electronic Spin State via Atomically‐Dispersed Heteronuclear Fe–Co Pairs for High‐Performance Sodium–Sulfur Batteries,” Journal of the American Chemical Society 147 (2025): 8250–8259, https://doi.org/10.1021/jacs.4c15408. + + + Y. Liu, X. Wu, H. Qu, et al., “Regulating the Local Spin States in Spinel Oxides to Promote the Activity of Li‐CO2 Batteries,” Advanced Materials 37 (2025): 2411652, https://doi.org/10.1002/adma.202411652. + + + J. Qian, T. Wang, Z. Zhang, Y. Liu, J. Li, and D. Gao, “Engineered Spin State in Ce Doped LaCoO3 With Enhanced Electrocatalytic Activity for Rechargeable Zn‐Air Batteries,” Nano Energy 74 (2020): 104948, https://doi.org/10.1016/j.nanoen.2020.104948. + + + Y. Bao, J. Xiao, Y. Huang, et al., “Regulating Spin Polarization via Axial Nitrogen Traction at Fe−N5 Sites Enhanced Electrocatalytic CO2 Reduction for Zn−CO2 Batteries,” Angewandte Chemie International Edition 63 (2024): 202406030. + + + B. Li, H. Wang, Y. Shen, et al., “Selective Adsorption‐Catalysis Sites of Lithium Polysulfides Induced by the Competition Between Spin Polarization and Electronegativity in High‐Entropy Alloy Electrocatalysts,” ACS Nano 19 (2025): 12021–12032, https://doi.org/10.1021/acsnano.4c17661. + + + Q. Li, Z. Ma, M. Liu, et al., “High Spin‐State Modulation of Catalytic Centers by Weak Ligand Field for Promoting Sulfur Redox Reaction in Lithium‐Sulfur Batteries,” Angewandte Chemie 137 (2025): 202416176, https://doi.org/10.1002/ange.202416176. + + + Y. Pan, K. Li, A. Hu, et al., “Manipulating Li2O2 Deposition Morphology by Surface Spin Modulation of Cobalt‐Based Spinel Oxide Catalysts in Lithium−Oxygen Batteries,” Chemical Engineering Journal 477 (2023): 147209, https://doi.org/10.1016/j.cej.2023.147209. + + + C. Zhang, X. Wang, Z. Ma, et al., “Spin State Modulation on Dual Fe Center by Adjacent Ni Sites Enabling the Boosted Activities and Ultra‐Long Stability in Zn‐Air Batteries,” Science Bulletin 68 (2023): 2042–2053, https://doi.org/10.1016/j.scib.2023.07.049. + + + J. Chen, H. Chen, S. Zhang, et al., “Structure/Interface Coupling Effect for High‐Voltage LiCoO2 Cathodes,” Advanced Materials 34 (2022): 2204845, https://doi.org/10.1002/adma.202204845. + + + M. Zhang, S. Xu, H. Xu, et al., “Enabling Reversible O1 Phase Transition in 4.8 V‐Level LiCoO2 Through Local Oxygen Coordination Engineering,” Advanced Energy Materials 15 (2025): 2500577, https://doi.org/10.1002/aenm.202500577. + + + Z. Lu, J. Zhang, Q. Zhang, et al., “Oxygen Anion Redox Chemistry Correlated With Spin State in Ni‐Rich Layered Cathodes,” Advanced Science 10 (2023): 2206442, https://doi.org/10.1002/advs.202206442. + + + Y. Zuo, H. Shang, J. Hao, et al., “Regulating the Potential of Anion Redox to Reduce the Voltage Hysteresis of Li‐Rich Cathode Materials,” Journal of the American Chemical Society 145 (2023): 5174–5182, https://doi.org/10.1021/jacs.2c11640. + + + L. Yang, Q. Liu, M. Wan, et al., “Surface Passivation of NaxFe[Fe(CN)6] Cathode to Improve Its Electrochemical Kinetics and Stability in Sodium‐Ion Batteries,” Journal of Power Sources 448 (2020): 227421, https://doi.org/10.1016/j.jpowsour.2019.227421. + + + T.‐U. Wi, C. Park, S. Ko, et al., “Cathode Electrolyte Interphase Engineering for Prussian Blue Analogues in Lithium‐Ion Batteries,” Nano Letters 24 (2024): 7783–7791, https://doi.org/10.1021/acs.nanolett.4c01971. + + + H. Zhang, J. Peng, L. Li, et al., “Low‐Cost Zinc Substitution of Iron‐Based Prussian Blue Analogs as Long Lifespan Cathode Materials for Fast Charging Sodium‐Ion Batteries,” Advanced Functional Materials 33 (2023): 2210725, https://doi.org/10.1002/adfm.202210725. + + + J. Sun, H. Ye, J. A. S. Oh, et al., “Elevating the Discharge Plateau of Prussian Blue Analogs Through Low‐Spin Fe Redox Induced Intercalation Pseudocapacitance,” Energy Storage Materials 43 (2021): 182–189, https://doi.org/10.1016/j.ensm.2021.09.004. + + + Z. Wang, M. T. Sougrati, Y. He, et al., “Sodium Storage and Capacity Retention Behavior Derived from High‐Spin/Low‐Spin Fe Redox Reaction in Monoclinic Prussian Blue Based on Operando Mössbauer Characterization,” Nano Energy 109 (2023): 108256, https://doi.org/10.1016/j.nanoen.2023.108256. + + + D. Yang, H. Wang, Y. Zhao, et al., “Achieving Ultra‐Fast and Stable Sodium‐Ion Batteries Through Deep Activation of Low‐Spin Iron in Prussian Blue,” Advanced Functional Materials 35 (2025): 2503067, https://doi.org/10.1002/adfm.202503067. + + + Z. Xiao, F. Xia, L. Xu, et al., “Suppressing the Jahn–Teller Effect in Mn‐Based Layered Oxide Cathode Toward Long‐Life Potassium‐Ion Batteries,” Advanced Functional Materials 32 (2022): 2108244, https://doi.org/10.1002/adfm.202108244. + + + T. Shang, A. Gao, D. Xiao, et al., “An Orbital Strategy for Regulating the Jahn–Teller Effect,” National Science Review 11 (2024): nwae255, https://doi.org/10.1093/nsr/nwae255. + + + M. Atanasov, S. V. Rao, and F. Neese, “A Reflection on Modelling and Examination of Paramagnetic Molecules for Magnetic Storage and Molecular Spintronics,” Chemical Science 16 (2025): 18985–18989, https://doi.org/10.1039/D5SC90219C. + + + Z.‐F. Huang, X. Meng, C.‐Z. Wang, Y. Sun, and G. Chen, “First‐Principles Calculations on the Jahn–Teller Distortion in Layered LiMnO2,” Journal of Power Sources 158 (2006): 1394–1400, https://doi.org/10.1016/j.jpowsour.2005.10.044. + + + Z.‐F. Huang, F. Du, C.‐Z. Wang, D.‐P. Wang, and G. Chen, “Low‐Spin Mn3+ Ion in Rhombohedral LiMnO2 Predicted by First‐Principles Calculations,” Physical Review B 75 (2007): 054411, https://doi.org/10.1103/PhysRevB.75.054411. + + + A. Choi, T. Kim, M.‐H. Kim, S. W. Lee, Y. H. Jung, and H.‐W. Lee, “Mitigating Jahn–Teller Effects by Fast Electrode Kinetics Inducing Charge Redistribution,” Advanced Functional Materials 32 (2022): 2111901, https://doi.org/10.1002/adfm.202111901. + + + Y. Xiao, T. Liu, J. Liu, et al., “Insight into the Origin of Lithium/Nickel Ions Exchange in Layered Li(NixMnyCoz)O2 Cathode Materials,” Nano Energy 49 (2018): 77–85, https://doi.org/10.1016/j.nanoen.2018.04.020. + + + J. Yin, Z. Wu, K. Fang, et al., “Reassessing Anionic Redox in Conventional Layered Oxide Cathodes for Li‐Ion Batteries: Ionic and Covalent Mechanisms,” Chemical Science 16 (2025): 8268–8281, https://doi.org/10.1039/D5SC00429B. + + + J. Wang and X. Sun, “Understanding and Recent Development of Carbon Coating on LiFePO4 Cathode Materials for Lithium‐Ion Batteries,” Energy & Environmental Science 5 (2012): 5163–5185, https://doi.org/10.1039/C1EE01263K. + + + C. Yang, X. Zhang, M. Huang, J. Huang, and Z. Fang, “Preparation and Rate Capability of Carbon Coated LiNi1/3Co1/3Mn1/3O2 as Cathode Material in Lithium Ion Batteries,” ACS Applied Materials and Interfaces 9 (2017): 12408. + + + Y. Lu, S. Zhang, Y. Li, L. Xue, G. Xu, and X. Zhang, “Preparation and Characterization of Carbon‐Coated NaVPO4 F as Cathode Material for Rechargeable Sodium‐Ion Batteries,” Journal of Power Sources 247 (2014): 770–777, https://doi.org/10.1016/j.jpowsour.2013.09.018. + + + A. Langrock, Y. Xu, Y. Liu, S. Ehrman, A. Manivannan, and C. Wang, “Carbon Coated Hollow Na2FePO4F Spheres for Na‐Ion Battery Cathodes,” Journal of Power Sources 223 (2013): 62–67, https://doi.org/10.1016/j.jpowsour.2012.09.059. + + + R. Pitchai, V. Thavasi, S. G. Mhaisalkar, and S. Ramakrishna, “Nanostructured Cathode Materials: A Key for Better Performance in Li‐Ion Batteries,” Journal of Materials Chemistry 21 (2011): 11040, https://doi.org/10.1039/c1jm10857c. + + + Y. Wang and G. Cao, “Developments in Nanostructured Cathode Materials for High‐Performance Lithium‐Ion Batteries,” Advanced Materials 20 (2008): 2251–2269, https://doi.org/10.1002/adma.200702242. + + + C. Deng and S. Zhang, “1D Nanostructured Na7V4(P2O7)4 (PO4) as High‐Potential and Superior‐Performance Cathode Material for Sodium‐Ion Batteries,” ACS Applied Materials & Interfaces 6 (2014): 9111–9117, https://doi.org/10.1021/am501072j. + + + Z. Gong and Y. Yang, “Recent Advances in the Research of Polyanion‐Type Cathode Materials for Li‐Ion Batteries,” Energy & Environmental Science 4 (2011): 3223, https://doi.org/10.1039/c0ee00713g. + + + T. Jin, H. Li, K. Zhu, P.‐F. Wang, P. Liu, and L. Jiao, “Polyanion‐Type Cathode Materials for Sodium‐Ion Batteries,” Chemical Society Reviews 49 (2020): 2342–2377, https://doi.org/10.1039/C9CS00846B. + + + J. Wang, J. Kang, Z.‐Y. Gu, et al., “Localized Electron Density Redistribution in Fluorophosphate Cathode: Dangling Anion Regulation and Enhanced Na‐Ion Diffusivity for Sodium‐Ion Batteries,” Advanced Functional Materials 32 (2022): 2109694, https://doi.org/10.1002/adfm.202109694. + + + Y.‐J. Li, Y.‐F. Zhu, B.‐B. Chen, et al., “Jahn‐Teller Effect in Sodium Layered Oxide Cathodes: Inducement Mechanisms, Mitigation Strategies, and Rational Utilizations,” Advanced Functional Materials 35 (2025): 2504096, https://doi.org/10.1002/adfm.202504096. + + + X. Zhang, F. Xie, X. Wang, T. Liu, L. Zhang, and J. Yu, “Mitigating the Jahn–Teller Distortion and Phase Transition in the P2‐Na0.67Ni0.33Mn0.67O2 Cathode Through Large Sr2+ Ion Substitution for Improved Performance,” Journal of Materials Chemistry A 12 (2024): 19440–19451, https://doi.org/10.1039/D4TA02993C. + + + Y. Zheng, H. Xie, J. Li, et al., “Insights into the Jahn‐Teller Effect in Layered Oxide Cathode Materials for Potassium‐Ion Batteries,” Advanced Energy Materials 14 (2024): 2400461, https://doi.org/10.1002/aenm.202400461. + + + S. Zhang, Z. Yang, Y. Lu, W. Xie, Z. Yan, and J. Chen, “Insights into Cation Migration and Intermixing in Advanced Cathode Materials for Lithium‐Ion Batteries,” Advanced Energy Materials 14 (2024): 2402068, https://doi.org/10.1002/aenm.202402068. + + + H. Lee, J. Kim, S. Lee, M. Avdeev, W. Yang, and Y.‐M. Kang, “Characterizing Disorders Within Cathode Materials of Lithium‐Ion Batteries,” Angewandte Chemie 137 (2025): 202501958, https://doi.org/10.1002/ange.202501958. + + + G. Ding, S. Wang, X. Huang, et al., “Mitigating Magnetic Frustration to Improve Single‐Crystalline Nonstoichiometric Li1.06Ni0.90Mn0.04O2 for Lithium‐Ion Batteries,” Journal of Materials Chemistry A 12 (2024): 23454–23460, https://doi.org/10.1039/D4TA03933E. + + + T. Ye, Z. Li, H. Yan, et al., “Magnetic Frustration Effect on the Rate Performance of LiNi0.6Co0.4−xMnxO2 Cathodes for Lithium‐Ion Batteries,” Advanced Energy Materials 12 (2022): 2201556, https://doi.org/10.1002/aenm.202201556. + + + Y. Wang, F. Zhang, Q. Long, et al., “Enhancing Cyclic Stability of Mn‐Based Prussian Blue Cathode for Potassium Ion Storage by High‐Spin Fe Substitution Strategy,” Energy Storage Materials 71 (2024): 103399, https://doi.org/10.1016/j.ensm.2024.103399. + + + E. Watanabe, W. Zhao, A. Sugahara, et al., “Redox‐Driven Spin Transition in a Layered Battery Cathode Material,” Chemistry of Materials 31 (2019): 2358–2365, https://doi.org/10.1021/acs.chemmater.8b04775. + + + H. Yu, Y. Qian, M. Otani, et al., “Study of the Lithium/Nickel Ions Exchange in the Layered LiNi0.42Mn0.42Co0.16O2 Cathode Material for Lithium Ion Batteries: Experimental and First‐Principles Calculations,” Energy & Environmental Science 7 (2014): 1068, https://doi.org/10.1039/c3ee42398k. + + + T. Hu, T. Yang, J. Liu, et al., “A Spin‐Dependent Machine Learning Framework for Transition Metal Oxide Battery Cathode Materials,” arXiv Preprint arXiv (2023), https://doi.org/10.48550/arXiv.2309.01146. + + + M. Eckhoff, K. N. Lausch, P. E. Blöchl, and J. Behler, “Predicting Oxidation and Spin States by High‐Dimensional Neural Networks: Applications to Lithium Manganese Oxide Spinels,” The Journal of Chemical Physics 153 (2020): 164107, https://doi.org/10.1063/5.0021452. + + + +
+ + + 42212994 + + 2026 + 05 + 29 + +
+ + 1876-7591 + + + 2026 + May + 28 + + + JACC. Cardiovascular imaging + JACC Cardiovasc Imaging + + Machine Learning Model Using Pre-Cancer Therapy Cardiac Magnetic Resonance Images to Predict Cancer Therapy-Related Cardiac Dysfunction. + S1936-878X(26)00229-9 + 10.1016/j.jcmg.2026.04.007 + + Predicting risk of cancer therapy-related cardiac dysfunction (CTRCD) remains challenging. + The purpose of this study was to assess if deep learning (DL) approaches using cardiac magnetic resonance (CMR) images before cancer therapy can predict subsequent CTRCD and compare them with clinical and conventional imaging models. + Women with HER2+ breast cancer receiving anthracyclines and trastuzumab from 3 prospective studies (Toronto, Canada: EMBRACE-MRI, SPARE-HF; and Calgary, Canada: CIROC) were included. Patients were assessed before cancer therapy, after anthracycline, and trimonthly with repeated echocardiography and CMR. CTRCD was defined according to CMR. We calculated the HFA-ICOS risk score and measured CMR and echocardiography volumetric and functional parameters. Deep convolutional neural network architectures were used with pre-cancer therapy CMR short-axis cine images to develop image-based DL models to predict CTRCD. The Toronto patients were used for model derivation and internal validation; the Calgary patients were used for external validation. + A total of 229 patients (mean age 50.4 ± 9.7 years) were included: 176 in the internal (52 CTRCD events) development cohort and 53 in the external data set (14 CTRCD events). Our pre-cancer therapy CMR DL model demonstrated an AUC of 0.85 (95% CI: 0.69-0.97) and F1 score 0.69 (95% CI: 0.47-0.86) to predict CTRCD. On external validation, the DL model had an AUC of 0.80 (95% CI: 0.58-0.86) and F1 score of 0.55 (95% CI: 0.32-0.69). In comparison, the best-performing models using HFA-ICOS risk score, CMR, and echocardiographic parameters demonstrated, respectively, AUCs of 0.66 (95% CI: 0.53-0.75), 0.59 (95% CI: 0.41-0.73), 0.62 (95% CI: 0.44-0.78) and F1 scores of 0.56 (95% CI: 0.47-0.61), 0.20 (95% CI: 0.00-0.42) and 0.36 (95% CI: 0.12-0.62) to predict CTRCD. + A DL model using pre-cancer therapy CMR short-axis cines can predict future CTRCD risk better than clinical or manually quantified imaging models. + Copyright © 2026 American College of Cardiology Foundation. Published by Elsevier Inc. All rights reserved. + + + + Yu + Christopher + C + + Department of Medicine, Division of Cardiology, Ted Rogers Program in Cardiotoxicity Prevention, Peter Munk Cardiac Centre, Toronto General Hospital, University Health Network, University of Toronto, Toronto, Ontario, Canada. + + + + Peikari + Mohammad + M + + Ted Rogers Computational Program, Ted Rogers Centre for Heart Research, Peter Munk Cardiac Centre, University Health Network, University of Toronto, Toronto, Ontario, Canada. + + + + Labib + Dina + D + + Stephenson Cardiac Imaging Centre, Libin Cardiovascular Institute of Alberta, University of Calgary, Alberta, Canada. + + + + Houbois + Christian P + CP + + Sunnybrook Health Science Centre, University of Toronto, Toronto, Ontario, Canada. + + + + Steve Fan + Chun-Po + CP + + Ted Rogers Computational Program, Ted Rogers Centre for Heart Research, Peter Munk Cardiac Centre, University Health Network, University of Toronto, Toronto, Ontario, Canada. + + + + White + James A + JA + + Stephenson Cardiac Imaging Centre, Libin Cardiovascular Institute of Alberta, University of Calgary, Alberta, Canada. + + + + Amir + Eitan + E + + Princess Margaret Cancer Centre, University of Toronto, Toronto, Ontario, Canada. + + + + Hanneman + Kate + K + + Joint Department of Medical Imaging, Toronto General Hospital, University Health Network, University of Toronto, Toronto, Ontario, Canada. + + + + J Wintersperger + Bernd + B + + Joint Department of Medical Imaging, Toronto General Hospital, University Health Network, University of Toronto, Toronto, Ontario, Canada; Department of Radiology, LMU University Hospital, LMU Munich, Munich, Germany. + + + + Abdel-Qadir + Husam + H + + Department of Medicine, Division of Cardiology, Ted Rogers Program in Cardiotoxicity Prevention, Peter Munk Cardiac Centre, Toronto General Hospital, University Health Network, University of Toronto, Toronto, Ontario, Canada; Women's College Hospital, Toronto, Ontario, Canada. + + + + McIntosh + Chris + C + + Ted Rogers Computational Program, Ted Rogers Centre for Heart Research, Peter Munk Cardiac Centre, University Health Network, University of Toronto, Toronto, Ontario, Canada; Joint Department of Medical Imaging, Toronto General Hospital, University Health Network, University of Toronto, Toronto, Ontario, Canada; Princess Margaret Cancer Centre, Toronto, Ontario, Canada. + + + + Thavendiranathan + Paaladinesh + P + + Department of Medicine, Division of Cardiology, Ted Rogers Program in Cardiotoxicity Prevention, Peter Munk Cardiac Centre, Toronto General Hospital, University Health Network, University of Toronto, Toronto, Ontario, Canada; Joint Department of Medical Imaging, Toronto General Hospital, University Health Network, University of Toronto, Toronto, Ontario, Canada. Electronic address: dinesh.thavendiranathan@uhn.ca. + + + + eng + + Journal Article + + + 2026 + 05 + 28 + +
+ + United States + JACC Cardiovasc Imaging + 101467978 + 1876-7591 + + IM + + cardio-oncology + cardiotoxicity cancer therapy–related cardiac dysfunction + heart failure + machine learning + + Funding Support and Author Disclosures This study was funded by operating grants 137132, 142456, and 147814 from the Canadian Institutes of Health Research, an Ontario Early Research Award, a Grant Miller Research grant from the University of Toronto, and AHSC AFP Innovation Funds. Dr Thavendiranathan (147814) is supported by a Canada Research Chair in Cardiooncology (CRC-2019-00097) and the Canadian Cancer Society/Canadian Institutes of Health Research W. David Hargraft Grant. All other authors have reported that they have no relationships relevant to the contents of this paper to disclose. +
+ + + + 2026 + 5 + 29 + 15 + 45 + + + 2026 + 5 + 29 + 15 + 45 + + + 2025 + 10 + 2 + + + 2026 + 4 + 7 + + + 2026 + 4 + 10 + + + 2026 + 5 + 29 + 10 + 31 + + + aheadofprint + + 42212994 + 10.1016/j.jcmg.2026.04.007 + S1936-878X(26)00229-9 + + +
+ + + 42212964 + + 2026 + 05 + 29 + +
+ + 2198-3844 + + + 2026 + May + 29 + + + Advanced science (Weinheim, Baden-Wurttemberg, Germany) + Adv Sci (Weinh) + + Machine Learning Accelerated Non-Adiabatic Molecular Dynamics Elucidates Local Polarization Effects on Non-radiative Recombination in Halide Perovskites. + + e75903 + e75903 + + 10.1002/advs.75903 + + Non-radiative recombination is a critical factor limiting the optoelectronic performance of halide perovskites, yet how local polarization induced by charge redistribution regulates this process remains unclear. To gain deeper insight while reducing the high computational cost of conventional non-adiabatic molecular dynamics (NAMD), we developed Hefei-NAMD-S, a machine learning (ML) framework constructed using stacked models. The relative errors of the ML predicted non-adiabatic coupling and pure-dephasing time, calculated with respect to the first-principles values, remain below 1.10%, while the total computational time is reduced by approximately 78%, demonstrating the accuracy and efficiency of the proposed framework. NAMD simulations further reveal that the B-site local polarization is involved in regulating the non-radiative recombination process. The rubidium-substitution-doped system (FARb) and the cesium interstitial doped system exhibit recombination times of about 280 ns, nearly 2.8 times that of the pristine system, and the enhanced performance of FARb has been supported by previous experimental evidence. These results identify B-site local polarization as one of the important factors in suppressing non-radiative recombination and provide a theoretical foundation for designing perovskite materials through local polarization modulation. + © 2026 The Author(s). Advanced Science published by Wiley‐VCH GmbH. + + + + Yang + Bing + B + + State Key Laboratory of Flexible Electronics (LoFE) & Institute of Advanced Materials (IAM), Nanjing University of Posts & Telecommunications, Nanjing, China. + + + + Wei + Xiaoli + X + + School of Biological Science and Medical Engineering, Southeast University, Nanjing, China. + + + + Cai + Bo + B + 0000-0002-6605-5931 + + State Key Laboratory of Flexible Electronics (LoFE) & Institute of Advanced Materials (IAM), Nanjing University of Posts & Telecommunications, Nanjing, China. + + + Department of Materials Science and Metallurgy, University of Cambridge, Cambridge, UK. + + + + Yang + Yan + Y + + State Key Laboratory of Flexible Electronics (LoFE) & Institute of Advanced Materials (IAM), Nanjing University of Posts & Telecommunications, Nanjing, China. + + + + Zhu + Xinghai + X + + State Key Laboratory of Flexible Electronics (LoFE) & Institute of Advanced Materials (IAM), Nanjing University of Posts & Telecommunications, Nanjing, China. + + + + Liu + Yi + Y + + State Key Laboratory of Flexible Electronics (LoFE) & Institute of Advanced Materials (IAM), Nanjing University of Posts & Telecommunications, Nanjing, China. + + + + Xia + Junmin + J + 0000-0002-9805-5397 + + State Key Laboratory of Flexible Electronics (LoFE) & Institute of Advanced Materials (IAM), Nanjing University of Posts & Telecommunications, Nanjing, China. + + + + Liu + Lihui + L + + State Key Laboratory of Flexible Electronics (LoFE) & Institute of Advanced Materials (IAM), Nanjing University of Posts & Telecommunications, Nanjing, China. + + + + Cao + Kun + K + + State Key Laboratory of Flexible Electronics (LoFE) & Institute of Advanced Materials (IAM), Nanjing University of Posts & Telecommunications, Nanjing, China. + + + + Shen + Wei + W + + State Key Laboratory of Flexible Electronics (LoFE) & Institute of Advanced Materials (IAM), Nanjing University of Posts & Telecommunications, Nanjing, China. + + + + Xia + Pengfei + P + + State Key Laboratory of Flexible Electronics (LoFE) & Institute of Advanced Materials (IAM), Nanjing University of Posts & Telecommunications, Nanjing, China. + + + + Chen + Shufen + S + 0000-0003-0333-958X + + State Key Laboratory of Flexible Electronics (LoFE) & Institute of Advanced Materials (IAM), Nanjing University of Posts & Telecommunications, Nanjing, China. + + + + Chen + Siyu + S + + Department of Materials Science and Metallurgy, University of Cambridge, Cambridge, UK. + + + TCM Group, Cavendish Laboratory, University of Cambridge, Cambridge, UK. + + + + Zhao + Jin + J + + Department of Physics and ICQD/Hefei National Research Center for Physical Sciences at the Microscale, University of Science and Technology of China, Hefei, China. + + + Hefei National Laboratory, University of Science and Technology of China, Hefei, China. + + + Department of Physics and Astronomy, University of Pittsburgh, Pittsburgh, USA. + + + + eng + + + 62404107 + National Natural Science Foundation of China + + + + 62304111 + National Natural Science Foundation of China + + + + 62474097 + National Natural Science Foundation of China + + + + BK20220396 + Natural Science Foundation of Jiangsu Province + + + + GDX2022010009 + Project of the State Key Laboratory of Flexible Electronics + + + + GZR2023010041 + Project of the State Key Laboratory of Flexible Electronics + + + + BZ2023059 + Science and Technology Cooperation Project of Hong Kong, Macao, and Taiwan + + + + 20KJA510005 + Natural Science Fund for Colleges and Universities in Jiangsu Province + + + + NY223076 + Natural Science Foundation of Nanjing University of Posts and Telecommunications + + + + NY222069 + Natural Science Research Start-up Foundation of Recruiting Talents of Nanjing University of Posts and Telecommunications + + + + CSC202308320240 + China Scholarship Council + + + + KYCX23_1091 + Ministry of Education, as well as the Postgraduate Research & Practice Innovation Program of Jiangsu Province + + + + + Journal Article + + + 2026 + 05 + 29 + +
+ + Germany + Adv Sci (Weinh) + 101664569 + 2198-3844 + + IM + + excited‐state dynamics + local polarization + machine learning + non‐adiabatic molecular dynamics + +
+ + + + 2026 + 5 + 29 + 15 + 41 + + + 2026 + 5 + 29 + 15 + 41 + + + 2026 + 5 + 19 + + + 2026 + 3 + 6 + + + 2026 + 5 + 21 + + + 2026 + 5 + 29 + 10 + 22 + + + aheadofprint + + 42212964 + 10.1002/advs.75903 + + + + G. E. Eperon, S. D. Stranks, C. Menelaou, M. B. Johnston, L. M. Herz, and H. J. Snaith, “Formamidinium Lead Trihalide: A Broadly Tunable Perovskite for Efficient Planar Heterojunction Solar Cells,” Energy & Environmental Science 7 (2014): 982, https://doi.org/10.1039/c3ee43822h. + + + A. A. Zhumekenov, M. I. Saidaminov, M. A. Haque, et al., “Formamidinium Lead Halide Perovskite Crystals With Unprecedented Long Carrier Dynamics and Diffusion Length,” ACS Energy Letters 1 (2016): 32–37, https://doi.org/10.1021/acsenergylett.6b00002. + + + A. Amat, E. Mosconi, E. Ronca, et al., “Cation‐Induced Band‐Gap Tuning in Organohalide Perovskites: Interplay of Spin–Orbit Coupling and Octahedra Tilting,” Nano Letters 14 (2014): 3608–3616, https://doi.org/10.1021/nl5012992. + + + Y. X. Shen, T. K. Zhang, G. Y. Xu, et al., “Strain Regulation Retards Natural Operation Decay of Perovskite Solar Cells,” Nature 635 (2024): 882–889, https://doi.org/10.1038/s41586‐024‐08161‐x. + + + Y. Zou, W. J. Yu, H. Q. Guo, et al., “A Crystal Capping Layer for Formation of Black‐Phase FAPbI3 Perovskite in Humid Air,” Science 385 (2024): 161–167, https://doi.org/10.1126/science.adn9646. + + + S. W. He, L. X. Qin, Z. Z. Liu, J. W. Kang, J. J. Luo, and J. Du, “Efficient Thermally Evaporated Near‐Infrared Perovskite Light‐Emitting Diodes via Phase Regulation,” Nano‐Micro Letters 17 (2025): 270, https://doi.org/10.1007/s40820‐025‐01776‐3. + + + Q. F. Han, S. H. Bae, P. Y. Sun, et al., “Single Crystal Formamidinium Lead Iodide (FAPbI 3 ): Insight Into the Structural, Optical, and Electrical Properties,” Advanced Materials 28 (2016): 2253–2258, https://doi.org/10.1002/adma.201505002. + + + N. R. E. L, https://www.nrel.gov/pv/cell‐efficiency, 2025. + + + J. H. Tao, C. H. Zhao, Z. J. Wang, et al., “Suppressing Non‐Radiative Recombination for Efficient and Stable Perovskite Solar Cells,” Energy & Environmental Science 18 (2025): 509–544, https://doi.org/10.1039/D4EE02917H. + + + J. A. Christians, P. A. M. Herrera, and P. V. Kamat, “Transformation of the Excited State and Photovoltaic Efficiency of CH3NH3PbI3 Perovskite upon Controlled Exposure to Humidified Air,” Journal of the American Chemical Society 137 (2015): 1530–1538, https://doi.org/10.1021/ja511132a. + + + M. H. Liu, X. Han, H. Chen, Q. Peng, and H. Huang, “A Molecular Descriptor of Intramolecular Noncovalent Interaction for Regulating Optoelectronic Properties of Organic Semiconductors,” Nature Communications 14 (2023): 2500, https://doi.org/10.1038/s41467‐023‐38078‐4. + + + J. Y. Wang, Y. Xie, K. Chen, H. B. Wu, J. M. Hodgkiss, and X. W. Zhan, “Physical Insights into Non‐Fullerene Organic Photovoltaics,” Nature Reviews Physics 6 (2024): 365–381, https://doi.org/10.1038/s42254‐024‐00719‐y. + + + S. Han, R. Deng, Q. Gu, et al., “Lanthanide‐Doped Inorganic Nanoparticles Turn Molecular Triplet Excitons Bright,” Nature 587 (2020): 594–599, https://doi.org/10.1038/s41586‐020‐2932‐2. + + + B. Cai, Y. Ma, B. Yang, et al., “A New Descriptor for Complicated Effects of Electronic Density of States on Ion Migration,” Advanced Functional Materials 33 (2023): 2300445, https://doi.org/10.1002/adfm.202300445. + + + M. Yang, P. Moroz, E. Miller, et al., “Energy Transport in CsPbBr3 Perovskite Nanocrystal Solids,” ACS Photonics 7 (2020): 154–164. + + + H. Huang, M. I. Bodnarchuk, S. V. Kershaw, M. V. Kovalenko, and A. L. Rogach, “Lead Halide Perovskite Nanocrystals in the Research Spotlight: Stability and Defect Tolerance,” ACS Energy Letters 2 (2017): 2071–2083, https://doi.org/10.1021/acsenergylett.7b00547. + + + W. J. Yin, T. T. Shi, and Y. F. Yan, “Unique Properties of Halide Perovskites as Possible Origins of the Superior Solar Cell Performance,” Advanced Materials 26 (2014): 4653–4658, https://doi.org/10.1002/adma.201306281. + + + B. Yang, B. Cai, J. Xia, et al., “Reducing Nonradiative Recombination in Halide Perovskites Through Appropriate Band Gaps and Heavy Atomic Masses,” The Journal of Physical Chemistry Letters 16 (2025): 1253–1260, https://doi.org/10.1021/acs.jpclett.4c03358. + + + W. Chu, W. A. Saidi, J. Zhao, and O. V. Prezhdo, “Soft Lattice and Defect Covalency Rationalize Tolerance of β‐CsPbI 3 Perovskite Solar Cells to Native Defects,” Angewandte Chemie International Edition 59 (2020): 6435–6441, https://doi.org/10.1002/anie.201915702. + + + X. Qiao, R. Zhu, D. Yan, et al., “Multi‐Point Collaborative Passivation of Surface Defects for Efficient and Stable Perovskite Solar Cells,” Advanced Functional Materials 34 (2024): 2409852, https://doi.org/10.1002/adfm.202409852. + + + X. S. Tian and R. Long, “Extending Carrier Lifetimes of Metal Halide Perovskites by Defect Passivation With Alkaline Earth Metals: A Time‐Domain Study,” The Journal of Physical Chemistry Letters 16 (2025): 2438–2444, https://doi.org/10.1021/acs.jpclett.5c00139. + + + R. Long, Q. Fang, A. S. Vasenko, R. Shi, W. H. Fang, and O. V. Prezhdo, “Structural Disorder in Higher‐Temperature Phases Increases Charge Carrier Lifetimes in Metal Halide Perovskites,” Journal of the American Chemical Society 144 (2022): 19137–19149. + + + C. Y. Zhao, Q. Sun, P. Xu, et al., “Highly Diffusive Nonluminescent Carriers in Hybrid Phase Lead Triiodide Perovskite Nanowires,” Angewandte Chemie International Edition 63 (2024): 202411499, https://doi.org/10.1002/anie.202411499. + + + M. K. Panda, D. Acharjee, A. B. Mahato, and S. Ghosh, “Hot Carrier Trapping in Light‐Soaked Mixed Phase CsPbI3 Perovskite Nanocrystals,” Advanced Optical Materials 13 (2025): 2402899, https://doi.org/10.1002/adom.202402899. + + + Y. Wang, Y. Wang, T. A. S. Doherty, S. D. Stranks, F. Gao, and D. R. Yang, “Octahedral Units in Halide Perovskites,” Nature Reviews Chemistry 9 (2025): 261–277, https://doi.org/10.1038/s41570‐025‐00687‐6. + + + Z. F. Xu, H. Y. Tsai, J. Y. Cui, et al., “Optimizing Molecular Passivation in MAPbI3 Perovskites: Impact of Dipole Moments and Structural Parameters,” The Journal of Physical Chemistry Letters 15 (2024): 12017–12024, https://doi.org/10.1021/acs.jpclett.4c02965. + + + M. Menahem, Z. B. Dai, S. Aharon, et al., “Strongly Anharmonic Octahedral Tilting in Two‐Dimensional Hybrid Halide Perovskites,” ACS Nano 15 (2021): 10153–10162, https://doi.org/10.1021/acsnano.1c02022. + + + L. Qiao, W. H. Fang, O. Prezhdo, and R. Long, “Suppressing Oxygen‐Induced Deterioration of Metal Halide Perovskites by Alkaline Earth Metal Doping: A Quantum Dynamics Study,” Journal of the American Chemical Society 144 (2022): 5543–5551, https://doi.org/10.1021/jacs.2c00319. + + + Y. L. Liu, R. Long, and W. H. Fang, “Great Influence of Organic Cation Motion on Charge Carrier Dynamics in Metal Halide Perovskite Unraveled by Unsupervised Machine Learning,” The Journal of Physical Chemistry Letters 13 (2022): 8537–8545, https://doi.org/10.1021/acs.jpclett.2c02515. + + + W. Qin, W. Ali, J. F. Wang, et al., “Suppressing Non‐Radiative Recombination in Metal Halide Perovskite Solar Cells by Synergistic Effect of Ferroelasticity,” Nature Communications 14 (2023): 256, https://doi.org/10.1038/s41467‐023‐35837‐1. + + + A. Grieder, M. C. Andrade, H. Takenaka, T. Ogitsu, L. Z. Tan, and Y. Ping, “Carrier Localization and Spontaneous Formation of Two‐Dimensional Polarization Domain in Halide Perovskites,” Physical Review Letters 136301 (2025): 136301, https://doi.org/10.1103/4kyt‐jj6w. + + + C. Zhang, Y. Zhong, Z. Tao, et al., “Advancing nonadiabatic molecular dynamics simulations in solids With E(3) Equivariant Deep Neural Hamiltonians,” Nature Communications 16 (2025): 2033, https://doi.org/10.1038/s41467‐025‐57328‐1. + + + M. Lin, V. Kochat, A. Krishnamoorthy, et al., “Ultrafast non‐radiative dynamics of atomically thin MoSe2,” Nature Communications 8 (2017): 1745, https://doi.org/10.1038/s41467‐017‐01844‐2. + + + Z. Zheng, Y. Shi, J. J. Zhou, O. V. Prezhdo, Q. Zheng, and J. Zhao, “Ab Initio Real‐Time Quantum Dynamics of Charge Carriers in Momentum Space,” Nature Computational Science 3 (2023): 532–541, https://doi.org/10.1038/s43588‐023‐00456‐9. + + + O. V. Prezhdo, “Modeling Non‐adiabatic Dynamics in Nanoscale and Condensed Matter Systems,” Accounts of Chemical Research 54 (2021): 4239–4249, https://doi.org/10.1021/acs.accounts.1c00525. + + + Y. Liu, R. Long, W. Fang, and O. V. Prezhdo, “Nuclear Quantum Effects Prolong Charge Carrier Lifetimes in Hybrid Organic–Inorganic Perovskites,” Journal of the American Chemical Society 145 (2023): 14112–14123, https://doi.org/10.1021/jacs.3c04412. + + + K. Hyeon‐Deuk and O. V. Prezhdo, “Multiple Exciton Generation and Recombination Dynamics in Small Si and CdSe Quantum Dots: An Ab Initio Time‐Domain Study,” ACS Nano 6 (2012): 1239–1250, https://doi.org/10.1021/nn2038884. + + + H. Zhu, K. Miyata, Y. Fu, et al., “Screening in Crystalline Liquids Protects Energetic Carriers in Hybrid Perovskites,” Science 353 (2016): 1409–1413, https://doi.org/10.1126/science.aaf9570. + + + T. R. Nelson, S. Fernandez‐Alberti, and S. Tretiak, “Modeling excited‐state molecular dynamics Beyond the Born–Oppenheimer regime,” Nature Computational Science 2 (2022): 689–692, https://doi.org/10.1038/s43588‐022‐00357‐3. + + + Z. Ni, S. Xu, H. Jiao, H. Gu, C. Fei, and J. Huang, “High Grain Boundary Recombination Velocity in Polycrystalline Metal Halide Perovskites,” Science Advances 8 (2022): abq8345, https://doi.org/10.1126/sciadv.abq8345. + + + C. M. Wolff, P. Caprioglio, M. Stolterfoht, and D. Neher, “Nonradiative Recombination in Perovskite Solar Cells: The Role of Interfaces,” Advanced Materials 31 (2019): 1902762, https://doi.org/10.1002/adma.201902762. + + + D. Liu, B. Wang, Y. Wu, A. S. Vasenko, and O. V. Prezhdo, “Breaking the Size Limitation of Nonadiabatic Molecular Dynamics in Condensed Matter Systems with Local Descriptor Machine Learning,” Proceedings of the National Academy of Sciences 121 (2024): 2403497121, https://doi.org/10.1073/pnas.2403497121. + + + S. Axelrod, E. Shakhnovich, and R. Gomez‐Bombarelli, “Excited state Non‐Adiabatic Dynamics of Large Photoswitchable Molecules using A Chemically Transferable Machine Learning Potential,” Nature Communications 13 (2022): 3440, https://doi.org/10.1038/s41467‐022‐30999‐w. + + + H. Li, Z. Tang, X. Gong, N. Zou, W. Duan, and Y. Xu, “Deep‐Learning Electronic‐Structure Calculation of Magnetic Superstructures,” Nature Computational Science 3 (2023): 321–327, https://doi.org/10.1038/s43588‐023‐00424‐3. + + + B. Wang, W. Chu, A. Tkatchenko, and O. V. Prezhdo, “Interpolating Nonadiabatic Molecular Dynamics Hamiltonian With Artificial Neural Networks,” The Journal of Physical Chemistry Letters 12 (2021): 6070–6077, https://doi.org/10.1021/acs.jpclett.1c01645. + + + Y. Wu, N. Prezhdo, and W. Chu, “Increasing Efficiency of Nonadiabatic Molecular Dynamics by Hamiltonian Interpolation With Kernel Ridge Regression,” The Journal of Physical Chemistry A 125 (2021): 9191–9200, https://doi.org/10.1021/acs.jpca.1c05105. + + + W. Chu, Q. Zheng, O. V. Prezhdo, J. Zhao, and W. A. Saidi, “Low‐Frequency Lattice Phonons in Halide Perovskites Explain High Defect Tolerance Toward Electron‐Hole Recombination,” Science Advances 6 (2020): aaw7453, https://doi.org/10.1126/sciadv.aaw7453. + + + Q. Zheng, W. Chu, C. Zhao, et al., “Ab Initio Nonadiabatic Molecular Dynamics Investigations on The Excited Carriers in Condensed Matter Systems,” WIREs Computational Molecular Science 9 (2019): 1411, https://doi.org/10.1002/wcms.1411. + + + L. Zhang, Q. Zheng, Y. Xie, et al., “Delocalized Impurity Phonon Induced Electron–Hole Recombination in Doped Semiconductors,” Nano Letters 18 (2018): 1592–1599, https://doi.org/10.1021/acs.nanolett.7b03933. + + + W. Chu, W. A. Saidi, Q. Zheng, et al., “Ultrafast Dynamics of Photongenerated Holes at a CH3OH/TiO2 Rutile Interface,” Journal of the American Chemical Society 138 (2016): 13740–13749, https://doi.org/10.1021/jacs.6b08725. + + + Q. Zheng, W. A. Saidi, Y. Xie, et al., “Phonon‐Assisted Ultrafast Charge Transfer at van der Waals Heterostructure Interface,” Nano Letters 17 (2017): 6435–6442, https://doi.org/10.1021/acs.nanolett.7b03429. + + + L. Breiman, “Random Forests,” Machine learning 45 (2001): 5–32, https://doi.org/10.1023/A:1010933404324. + + + S. B. Kotsiantis, “Decision Trees: A Recent Overview,” Artificial Intelligence Review 39 (2013): 261–283, https://doi.org/10.1007/s10462‐011‐9272‐4. + + + D. E. Rumelhart, G. E. Hinton, and R. J. Williams, “Learning Representations by Back‐Propagating Errors,” Nature 323 (1986): 533–536, https://doi.org/10.1038/323533a0. + + + R. Durbin and D. E. Rumelhart, “Product Units: A Computationally Powerful and Biologically Plausible Extension to Backpropagation Networks,” Neural Computation 1 (1989): 133–142, https://doi.org/10.1162/neco.1989.1.1.133. + + + Z. Zhang, J. Wang, Y. Zhang, J. Xu, and R. Long, “Charge Recombination Dynamics in a Metal Halide Perovskite Simulated by Nonadiabatic Molecular Dynamics Combined With Machine Learning,” The Journal of Physical Chemistry Letters 13 (2022): 10734–10740, https://doi.org/10.1021/acs.jpclett.2c03097. + + + Y. Tu, W. Chu, Y. Shi, W. Zhu, Q. Zheng, and J. Zhao, “High Photoreactivity on a Reconstructed Anatase TiO2 (001) Surface Predicted by Ab Initio Nonadiabatic Molecular Dynamics,” The Journal of Physical Chemistry Letters 13 (2022): 5766–5775, https://doi.org/10.1021/acs.jpclett.2c01417. + + + W. Hui, L. Chao, H. Lu, et al., “Stabilizing Black‐Phase Formamidinium Perovskite Formation At Room Temperature and High Humidity,” Science 371 (2021): 1359–1364, https://doi.org/10.1126/science.abf7652. + + + Z. Wu, H. Cai, T. Wu, et al., “The Tricyclic Alkaloid Catalyzed Crystallization of α‐FAPbI3 For High Performance Antisolvent‐Free Perovskite Solar Cells,” Energy & Environmental Science 17 (2024): 4670–4680, https://doi.org/10.1039/D4EE01008F. + + + G. Chen, Y. Qiu, H. Gao, et al., “Air‐Stable Highly Crystalline Formamidinium Perovskite 1D Structures for Ultrasensitive Photodetectors,” Advanced Functional Materials 30 (2020): 1908894, https://doi.org/10.1002/adfm.201908894. + + + G. Ohad, D. Wing, S. E. Gant, et al., “Band Gaps of Halide Perovskites From a Wannier‐Localized Optimally Tuned Screened Range‐Separated Hybrid Functional,” Physical Review Materials 6 (2022): 104606, https://doi.org/10.1103/PhysRevMaterials.6.104606. + + + R. D. Shannon, “Revised Effective Ionic Radii and Systematic Studies of Interatomic Distances in Halides and Chalcogenides,” Acta Crystallographica Section A 32 (1976): 751–767, https://doi.org/10.1107/S0567739476001551. + + + P. Gratia, G. Grancini, J. N. Audinot, et al., “Intrinsic Halide Segregation at Nanometer Scale Determines the High Efficiency of Mixed Cation/Mixed Halide Perovskite Solar Cells,” Journal of the American Chemical Society 138 (2016): 15821–15824, https://doi.org/10.1021/jacs.6b10049. + + + T. F. Lu, W. B. Chu, S. Agrawal, Z. H. Zhang, and O. V. Prezhdo, “Lattice Distortion and Low‐Frequency Anharmonic Phonons Suppress Charge Recombination in Lead Halide Perovskites upon Pseudohalide Doping: Time‐Domain Ab Initio Analysis,” The Journal of Physical Chemistry Letters 14 (2023): 10685–10692, https://doi.org/10.1021/acs.jpclett.3c02850. + + + X. Li, Y. Li, Y. Feng, et al., “Strain Regulation of Mixed‐Halide Perovskites Enables High‐Performance Wide‐Bandgap Photovoltaics,” Advanced Materials 36 (2024): 2401103, https://doi.org/10.1002/adma.202401103. + + + J. B. Chen, H. Dong, J. R. Li, et al., “Solar Cell Efficiency Exceeding 25% Through Rb‐Based Perovskitoid Scaffold Stabilizing the Buried Perovskite Surface,” ACS Energy Letters 7 (2022): 3685–3694, https://doi.org/10.1021/acsenergylett.2c01661. + + + Q. Ji, Q. L. Fang, X. L. Wei, et al., “Origin and Suppression of Nonradiative Recombination in Inorganic Halide Perovskites,” Nano Letters 25 (2025): 5875–5880, https://doi.org/10.1021/acs.nanolett.5c00849. + + + +
+ + + 42212947 + + 2026 + 05 + 29 + +
+ + 1746-0921 + + + 2026 + May + 29 + + + Future microbiology + Future Microbiol + + AI-microbial hybrid biosensors: the next generation of intelligent detection systems. + + 1 + 21 + 1-21 + + 10.1080/17460913.2026.2678101 + + The convergence of artificial intelligence (AI) and microbial biosensor technology is transforming pathogen detection, environmental surveillance, antimicrobial resistance (AMR) profiling, and precision diagnostics. Microbial biosensors exploit the specificity of living microorganisms, but signal variability, scalability limits, and interpretive challenges have constrained clinical adoption. Integration of machine learning (ML) and deep neural networks (DNNs) now enables adaptive, high-performance sensing systems. Applied to multi-sensor datasets-such as electrochemical impedance, Raman spectroscopy, and hyperspectral microscopy-convolutional neural networks (CNNs) and ensemble models achieve bacterial classification accuracies of 95-99%, while markedly reducing diagnostic turnaround times and enabling continuous surveillance. Despite rapid progress, the field remains fragmented, lacking a unified synthesis of system architectures, computational strategies, translational barriers, and regulatory considerations. This narrative review provides an integrative analysis of AI-microbial hybrid biosensors, covering biorecognition principles, AI integration approaches, system designs, clinical and environmental applications, performance metrics, and key challenges. It also highlights emerging directions, including synthetic biology, CRISPR-enabled sensing, and edge computing. By consolidating these dimensions, this review positions AI-microbial hybrid biosensors as a next-generation platform for real-time pathogen detection and adaptive biosurveillance. Literature was identified through systematic searches of Google Scholar, PubMed, Web of Science, Scopus, and IEEE Xplore (2000-2026), supplemented by manual reference screening. + + + + Hama Soor + Taib A + TA + + Medical Laboratory Department, Technical College of Health and Medical Technology, Sulaimani Polytechnic University, Sulaymaniyah, Kurdistan Region, Iraq. + + + + Mustafa + Ayman M + AM + 0009-0005-4254-4182 + + Medical Laboratory Department, Technical College of Health and Medical Technology, Sulaimani Polytechnic University, Sulaymaniyah, Kurdistan Region, Iraq. + + + Scientific Affairs Department, Smart Health Tower, Sulaymaniyah, Kurdistan Region, Iraq. + + + Medical Laboratory Science Department, College of Health Sciences, University of Human Development, Sulaymaniyah, Kurdistan Region, Iraq. + + + Kscien Organization for Scientific Research (Middle East Office), Sulaymaniyah, Kurdistan Region, Iraq. + + + + Abdulkarim + Meer M + MM + + Scientific Affairs Department, Smart Health Tower, Sulaymaniyah, Kurdistan Region, Iraq. + + + + Abdullah + Hiwa O + HO + + Scientific Affairs Department, Smart Health Tower, Sulaymaniyah, Kurdistan Region, Iraq. + + + Kscien Organization for Scientific Research (Middle East Office), Sulaymaniyah, Kurdistan Region, Iraq. + + + + eng + + Journal Article + Review + + + 2026 + 05 + 29 + +
+ + England + Future Microbiol + 101278120 + 1746-0913 + + IM + + Artificial intelligence + antimicrobial resistance + deep learning + machine learning + microbial biosensors + pathogen detection + synthetic biology + +
+ + + + 2026 + 5 + 29 + 15 + 41 + + + 2026 + 5 + 29 + 15 + 41 + + + 2026 + 5 + 29 + 10 + 3 + + + aheadofprint + + 42212947 + 10.1080/17460913.2026.2678101 + + +
+ + + 42212939 + + 2026 + 05 + 29 + +
+ + 1520-4804 + + + 2026 + May + 29 + + + Journal of medicinal chemistry + J Med Chem + + Developing Predictive Models by Sharing Predictions - An Investigation of a Federated Learning Approach for ADMET Predictions. + 10.1021/acs.jmedchem.5c03681 + + Machine learning models for ADMET prediction benefit from large, diverse data sets, yet such data are typically siloed across organizations. Federated learning (FL) enables collaborative modeling while preserving data privacy. Here, we investigate a student-teacher model (STM) framework in which organizations train internal models on proprietary data and share predictions on a public data set to generate pseudolabels for a centralized student model. As a proof of concept, 11 pharmaceutical companies contributed predictions for rat steady-state volume of distribution, yielding a pseudolabeled data set of ∼133,000 compounds. The resulting student model achieved performance comparable to individual teacher models on an external test set (RMSE ≈ 0.51 vs 0.47-0.61). Compared with FL approaches such as MELLODY and Effiris, STM offers a simpler workflow that avoids direct data sharing or iterative collaboration, providing a practical and scalable framework for secure cross-company model development. + + + + Guha + Rajarshi + R + 0000-0001-7403-8819 + + Vertex Pharmaceuticals, 50 Northern Avenue, Boston, Massachusetts 02129, United States. + + + + Wang + Wenyi + W + + Drug Metabolism & Pharmacokinetics (DMPK), Genentech, Inc., 1 DNA Way, South San Francisco, California 94080, United States. + + + + Price + Edward + E + 0000-0002-6337-2288 + + Quantitative, Translational & ADME Sciences, AbbVie Inc., North Chicago, Illinois 60064, United States. + + + + Bhhatarai + Barun + B + + Novartis Institutes for BioMedical Research, Cambridge, Massachusetts 02139, United States. + + + + Hassan + Majdi + M + + Quantitative, Translational & ADME Sciences, AbbVie Inc., North Chicago, Illinois 60064, United States. + + + + DiFranzo + Anthony + A + 0000-0002-3151-9150 + + Medical Analytics Center, Merck & Co., Inc., Rahway, New Jersey 07065, United States. + + + + Keefer + Christopher + C + + Translational Modeling and Simulation, Pfizer Worldwide Research and Development, Groton, Connecticut 06340, United States. + + + + Woody + Nathaniel + N + + Translational Modeling and Simulation, Pfizer Worldwide Research and Development, Groton, Connecticut 06340, United States. + + + + Broccatelli + Fabio + F + + Drug Metabolism & Pharmacokinetics (DMPK), Genentech, Inc., 1 DNA Way, South San Francisco, California 94080, United States. + + + + Winiwarter + Susanne + S + 0000-0002-9808-1683 + + Drug Metabolism and Pharmacokinetics, Research and Early Development, Cardiovascular, Renal and Metabolism (CVRM), BioPharmaceuticals R&D, AstraZeneca, Mölndal 431 83, Sweden. + + + + He + Ling + L + + Daiichi Sankyo, Inc, 211 Mt. Airy Road, Basking Ridge, New Jersey 07920, United States. + + + + Green + Darren V S + DVS + + GSK Medicines Research Centre, Gunnels Wood Road, Stevenage, Hertfordshire SG1 2NY, U.K. + + + + Edwards + Christopher D + CD + + GSK Medicines Research Centre, Gunnels Wood Road, Stevenage, Hertfordshire SG1 2NY, U.K. + + + + Kato + Harutoshi + H + + DMPK Research Laboratories, Mitsubishi Tanabe Pharma Corporation, Yokohama, Kanagawa 227-0033, Japan. + + + + Kosugi + Yohei + Y + 0000-0001-9318-4723 + + DMPK & Modeling, Takeda Pharmaceutical Company Limited, 26-1 Muraoka-Higashi, 2-Chome, Fujisawa, Kanagawa 251-8555, Japan. + + + + Desai + Prashant + P + 0000-0002-2493-8218 + + Drug Metabolism & Pharmacokinetics (DMPK), Genentech, Inc., 1 DNA Way, South San Francisco, California 94080, United States. + + + + eng + + Journal Article + + + 2026 + 05 + 29 + +
+ + United States + J Med Chem + 9716531 + 0022-2623 + + IM +
+ + + + 2026 + 5 + 29 + 15 + 45 + + + 2026 + 5 + 29 + 15 + 45 + + + 2026 + 5 + 29 + 10 + 3 + + + aheadofprint + + 42212939 + 10.1021/acs.jmedchem.5c03681 + + +
+ + + 42212863 + + 2026 + 05 + 29 + + + 2026 + 05 + 29 + +
+ + 1438-8871 + + 28 + + 2026 + May + 29 + + + Journal of medical Internet research + J Med Internet Res + + From Virtual Molecules to Clinical Trials: How AI Is Reshaping Preclinical Drug Discovery. + + e101366 + e101366 + + 10.2196/101366 + + Pharmaceutical development is typically a long and arduous process, but advances in artificial intelligence may help streamline each stage of this pipeline. In this News and Perspectives article, JMIR Correspondent Benedette Cuffari reports on recent innovations and their potential implications for drug discovery. + © JMIR Publications. Originally published in the Journal of Medical Internet Research (https://www.jmir.org). + + + + Cuffari + Benedette + B + + + eng + + News + + + 2026 + 05 + 29 + +
+ + Canada + J Med Internet Res + 100959882 + 1438-8871 + + IM + + + Humans + + + Artificial Intelligence + + + Clinical Trials as Topic + + + Drug Design + + + Drug Discovery + methods + + + + artificial intelligence in drug discovery + computational drug discovery + de novo drug design + generative chemistry + machine learning in drug design + +
+ + + + 2026 + 5 + 29 + 15 + 45 + + + 2026 + 5 + 29 + 15 + 44 + + + 2026 + 5 + 14 + + + 2026 + 5 + 14 + + + 2026 + 5 + 29 + 9 + 23 + + + epublish + + 42212863 + 10.2196/101366 + v28i1e101366 + + +
+ + + 42212723 + + 2026 + 05 + 29 + +
+ + 1520-5010 + + + 2026 + May + 29 + + + Chemical research in toxicology + Chem Res Toxicol + + Democratizing Artificial Intelligence in Toxicology: Real-World Applications and Automated Computational Workflows. + 10.1021/acs.chemrestox.6c00093 + + Artificial intelligence (AI) and machine learning are transforming toxicological research and chemical safety assessment. Although user-friendly computational toxicology platforms are increasingly available, integrating, customizing, and deploying AI methods within end-to-end workflows still often requires programming expertise. This barrier increases the time to adoption of new methods and slows regulatory uptake. To address this limitation, we survey recent initiatives democratizing computational toxicology through no-code/low-code pipelines, automated workflows, and open-source tools. We emphasize solutions for four computational needs: (i) data extraction and access, (ii) data mining and curation, (iii) data analysis and visualization, and (iv) modeling and prediction. These initiatives transform complex computational methods into guided and web-accessible applications that enable toxicologists, regulators, and researchers to leverage AI without coding expertise. The broad applicability of computational methods will be essential for supporting and scaling federal initiatives that advance human-relevant alternatives to animal testing. We also offer practical considerations for domain-specific tool development, including large language model-based information extraction, chemical structure standardization, interactive chemical grouping, and the development of validated machine learning models, as used in the Modeling and Visualization (MoVIZ) pipeline. The authors map the future of computational toxicology and cheminformatics, one that does not require scientists to become programmers but rather makes sophisticated AI tools more broadly accessible, transparent, and guided through thoughtful interface design, transparent workflows, and open science initiatives. + + + + Mansouri + Kamel + K + 0000-0002-6426-8036 + + National Toxicology Program Interagency Center for Evaluation of Alternative Toxicological Methods (NICEATM), Division of Translational Toxicology, National Institute of Environmental Health Sciences, Research Triangle Park, Durham, North Carolina 27711, United States. + + + + Moreira-Filho + José Teófilo + JT + 0000-0002-0777-280X + + National Toxicology Program Interagency Center for Evaluation of Alternative Toxicological Methods (NICEATM), Division of Translational Toxicology, National Institute of Environmental Health Sciences, Research Triangle Park, Durham, North Carolina 27711, United States. + + + + S Tieghi + Ricardo + R + 0009-0004-0763-6412 + + National Toxicology Program Interagency Center for Evaluation of Alternative Toxicological Methods (NICEATM), Division of Translational Toxicology, National Institute of Environmental Health Sciences, Research Triangle Park, Durham, North Carolina 27711, United States. + + + + Kleinstreuer + Nicole + N + 0000-0002-7914-3682 + + National Toxicology Program Interagency Center for Evaluation of Alternative Toxicological Methods (NICEATM), Division of Translational Toxicology, National Institute of Environmental Health Sciences, Research Triangle Park, Durham, North Carolina 27711, United States. + + + + eng + + Journal Article + Review + + + 2026 + 05 + 29 + +
+ + United States + Chem Res Toxicol + 8807448 + 0893-228X + + IM +
+ + + + 2026 + 5 + 29 + 15 + 41 + + + 2026 + 5 + 29 + 15 + 41 + + + 2026 + 5 + 29 + 8 + 33 + + + aheadofprint + + 42212723 + 10.1021/acs.chemrestox.6c00093 + + +
+ + + 42212699 + + 2026 + 05 + 29 + +
+ + 1365-3156 + + + 2026 + May + 29 + + + Tropical medicine & international health : TM & IH + Trop Med Int Health + + Diet, Diarrhoea and Maternal Factors Associated With Wasting in Ghanaian Children Aged 6-23 Months: A Machine Learning Predictive Approach Using the 2022 Demographic and Health Survey. + 10.1111/tmi.70171 + + This study estimates the prevalence of wasting and examines associated factors among children aged 6-23 months in Ghana from a machine-learning perspective, with a particular focus on predicting new cases to inform preventive efforts. + This study is a secondary analysis of the 2022 Ghana Demographic and Health Survey, which includes 1506 children. Wasting status was assessed using the weight-for-height z-score. A broad set of 150 child-, maternal-, household- and environmental-level variables was considered. Factors associated with wasting were first identified using survey-weighted logistic regression, whereas Multiple Correspondence Analysis was applied to explore structural relationships among predictors. Subsequently, an ensemble machine learning model was fitted to evaluate the combined predictive capacity of these factors in classifying wasting status, also comparing algorithm performance. + Wasting prevalence in Ghana was 9.4%, with marked regional heterogeneity. Lower odds of wasting were associated with higher maternal body weight, maternal formal employment, female sex of child and consumption of animal-source foods, whereas recent diarrhoeal episodes were associated with higher odds. The exploratory analyses further showed that these factors clustered into coherent vulnerability profiles, distinguishing more clearly between wasting and non-wasting patterns. The ensemble model outperformed individual algorithms, achieving an AUC of 0.79, with high sensitivity (0.85) and moderate specificity (0.62), indicating moderate-to-good internal predictive performance. + These findings suggest that wasting is associated with interacting biological vulnerabilities and ecological constraints during a critical developmental window. Integrating nutritional quality, infection control and maternal socioeconomic conditions is essential for addressing acute malnutrition in early childhood and for advancing a holistic understanding of child growth within human populations, guiding data-driven public policies. + © 2026 John Wiley & Sons Ltd. + + + + Sánchez-Martínez + Luis Javier + LJ + 0000-0002-9700-3608 + + Unit of Physical Anthropology, Department of Biodiversity, Ecology and Evolution, Faculty of Biological Sciences, Complutense University of Madrid, Madrid, Spain. + + + + Bukari + Mohammed + M + + Department of Nutritional Sciences, School of Allied Health Sciences, University for Development Studies, Tamale, Ghana. + + + + Adokiya + Martin Nyaaba + MN + + Department of Epidemiology, Biostatistics, and Disease Control, School of Public Health, University for Development Studies, Tamale, Ghana. + + + + eng + + Journal Article + + + 2026 + 05 + 29 + +
+ + England + Trop Med Int Health + 9610576 + 1360-2276 + + IM + + epidemiology + machine learning + predictive algorithms + severe acute malnutrition + sub‐Saharan Africa + +
+ + + + 2026 + 5 + 29 + 15 + 44 + + + 2026 + 5 + 29 + 15 + 44 + + + 2026 + 5 + 11 + + + 2025 + 12 + 25 + + + 2026 + 5 + 22 + + + 2026 + 5 + 29 + 8 + 23 + + + aheadofprint + + 42212699 + 10.1111/tmi.70171 + + + + United Nations Children's Fund (UNICEF), World Health Organization, and World Bank Group, Levels and Trends in Child Malnutrition: Key Findings of the 2025 Edition (World Health Organization, 2025). + + + C. D. Bourke, J. A. Berkley, and A. J. Prendergast, “Immune Dysfunction as a Cause and Consequence of Malnutrition,” Trends in Immunology 37 (2016): 386–398, https://doi.org/10.1016/j.it.2016.04.003. + + + Z. A. Bhutta, J. A. Berkley, R. H. J. Bandsma, M. Kerac, I. Trehan, and A. Briend, “Severe Childhood Malnutrition,” Nature Reviews. Disease Primers 3 (2017): 17067, https://doi.org/10.1038/nrdp.2017.67. + + + T. Amorim, A. Khiyami, T. Latif, and P. K. Fazeli, “Neuroendocrine Adaptations to Starvation,” Psychoneuroendocrinology 157 (2023): 106365, https://doi.org/10.1016/j.psyneuen.2023.106365. + + + I. Olofin, C. M. McDonald, M. Ezzati, et al., “Associations of Suboptimal Growth With All‐Cause and Cause‐Specific Mortality in Children Under Five Years: A Pooled Analysis of Ten Prospective Studies,” PLoS One 8 (2013): e64636, https://doi.org/10.1371/journal.pone.0064636. + + + L. Liu, S. Oza, D. Hogan, et al., “Global, Regional, and National Causes of Child Mortality in 2000–13, With Projections to Inform Post‐2015 Priorities: An Updated Systematic Analysis,” Lancet 385 (2015): 430–440, https://doi.org/10.1016/S0140‐6736(14)61698‐6. + + + World Health Organization (WHO), WHO Guideline on the Prevention and Management of Wasting and Nutritional Oedema (Acute Malnutrition) in Infants and Children Under 5 Years (World Health Organization, 2023). + + + S. Collins, N. Dent, P. Binns, P. Bahwere, K. Sadler, and A. Hallam, “Management of Severe Acute Malnutrition in Children,” Lancet 368 (2006): 1992–2000, https://doi.org/10.1016/S0140‐6736(06)69443‐9. + + + A. Amouzou, S. Morris, L. H. Moulton, and D. Mukanga, “Assessing the Impact of Integrated Community Case Management (iCCM) Programs on Child Mortality: Review of Early Results and Lessons Learned in Sub‐Saharan Africa,” Journal of Global Health 4 (2014): 020411, https://doi.org/10.7189/jogh.04.020411. + + + I. Trehan and M. J. Manary, “Management of Severe Acute Malnutrition in Low‐Income and Middle‐Income Countries,” Archives of Disease in Childhood 100 (2015): 283–287, https://doi.org/10.1136/archdischild‐2014‐306026. + + + G. Heymsfield, E. Radin, M. Biotteau, et al., “Estimating Program Coverage in the Treatment of Acute Malnutrition Using Population‐Based Cluster Survey Methods: Results From Surveys in Burkina Faso, Chad, Democratic Republic of the Congo, and Niger,” Frontiers in Public Health 13 (2025): 1513567, https://doi.org/10.3389/fpubh.2025.1513567. + + + E. Rogers, M. Myatt, S. Woodhead, S. Guerrero, and J. L. Alvarez, “Coverage of Community‐Based Management of Severe Acute Malnutrition Programmes in Twenty‐One Countries, 2012–2013,” PLoS One 10 (2015): e0128666, https://doi.org/10.1371/journal.pone.0128666. + + + B. Beggs, M. Bustos, L. J. Brubacher, M. Little, L. Lau, and W. Dodd, “Facilitators and Barriers to Implementing Complex Community‐Based Interventions for Addressing Acute Malnutrition in Low‐ and Lower‐Middle Income Countries: A Scoping Review,” Nutrition and Health 30 (2024): 447–462, https://doi.org/10.1177/02601060241253327. + + + A. Hossain, B. Niroula, S. Duwal, S. Ahmed, and M. G. Kibria, “Maternal Profiles and Social Determinants of Severe Acute Malnutrition Among Children Under‐Five Years of Age: A Case‐Control Study in Nepal,” Heliyon 6 (2020): e03849, https://doi.org/10.1016/j.heliyon.2020.e03849. + + + O. A. Alaba, P. Chiwire, A. Siya, et al., “Socio‐Economic Inequalities in the Double Burden of Malnutrition Among Under‐Five Children: Evidence From 10 Selected Sub‐Saharan African Countries,” International Journal of Environmental Research and Public Health 20 (2023): 5489, https://doi.org/10.3390/ijerph20085489. + + + O. R. Katoch, “Determinants of Malnutrition Among Children: A Systematic Review,” Nutrition 96 (2022): 111565, https://doi.org/10.1016/j.nut.2021.111565. + + + J. Lin and X. L. Feng, “Exploring the Impact of Water, Sanitation and Hygiene (WASH), Early Adequate Feeding and Access to Health Care on Urban‐Rural Disparities of Child Malnutrition in China,” Maternal and Child Nutrition 19 (2023): e13542, https://doi.org/10.1111/mcn.13542. + + + United Nations Children's Fund (UNICEF), “UNICEF Conceptual Framework on Maternal and Child Nutrition,” (New York, United States of America: 2021). + + + Z. Li, R. Kim, S. Vollmer, and S. V. Subramanian, “Factors Associated With Child Stunting, Wasting, and Underweight in 35 Low‐ and Middle‐Income Countries,” JAMA Network Open 3 (2020): e203386, https://doi.org/10.1001/jamanetworkopen.2020.3386. + + + T. T. Tamir, A. F. Zegeye, B. S. Workneh, et al., “Childhood Wasting and Associated Factors in Africa: Evidence From Standard Demographic and Health Surveys From 35 Countries,” BMC Public Health 25 (2025): 454, https://doi.org/10.1186/s12889‐025‐21673‐z. + + + B. J. Akombi, K. E. Agho, D. Merom, A. M. Renzaho, and J. J. Hall, “Child Malnutrition in Sub‐Saharan Africa: A Meta‐Analysis of Demographic and Health Surveys (2006–2016),” PLoS One 12 (2017): e0177338, https://doi.org/10.1371/journal.pone.0177338. + + + Ghana Statistical Service (GSS) and ICF, Ghana Demographic and Health Survey 2022 (GSS and ICF, 2024). + + + R. Aryeetey and J. Coomson, “A Rapid Review of Key Policies and Programs Linked With Nutrition and Health in Ghana,” African Journal of Food, Agriculture, Nutrition and Development 22 (2022): 19727–19777, https://doi.org/10.18697/ajfand.107.21825. + + + Ministry of Health (MoH) and Ghana Health Service (GHS), “National Nutrition Policy,” (Accra, Ghana: 2016). + + + T. N. Croft, C. K. Allen, B. W. Zachary, et al., Guide to DHS Statistics (ICF, 2023). + + + W. Walana, M. Al‐Azab, I. B. Yabasin, and A. Abdul‐Mumin, “Childhood Immunization in Ghana: Tracing the History and Projecting the Future,” Public Health Challenges 3 (2024): e176, https://doi.org/10.1002/puh2.176. + + + World Health Organization (WHO) and United Nations Children's Fund (UNICEF), Indicators for Assessing Infant and Young Child Feeding Practices: Definitions and Measurement Methods (World Health Organization, 2021). + + + World Health Organization (WHO), WHO Child Growth Standards (World Health Organization, 2006). + + + M. de Onis, “WHO Child Growth Standards Based on Length/Height, Weight and Age,” Acta Paediatrica 450 (2006): 76–85, https://doi.org/10.1111/j.1651‐2227.2006.tb02378.x. + + + R Core Team, R: A Language and Environment for Statistical Computing (R Foundation for Statistical Computing, 2025). + + + R. J. A. Little, “A Test of Missing Completely at Random for Multivariate Data With Missing Values,” Journal of the American Statistical Association 83 (1988): 1198–1202, https://doi.org/10.1080/01621459.1988.10478722. + + + A. D. Shah, J. W. Bartlett, J. Carpenter, O. Nicholas, and H. Hemingway, “Comparison of Random Forest and Parametric Imputation Models for Imputing Missing Data Using MICE: A CALIBER Study,” American Journal of Epidemiology 179 (2014): 764–774, https://doi.org/10.1093/aje/kwt312. + + + T. Zhang and S. Li, “Information Criteria for Model Selection,” WIREs Computational Statistics 15 (2023): e1607, https://doi.org/10.1002/wics.1607. + + + F. Murtagh and P. Legendre, “Ward's Hierarchical Agglomerative Clustering Method: Which Algorithms Implement It Correctly?,” Journal of Classification 31 (2011): 274–295, https://doi.org/10.1007/s00357‐014‐9161‐z. + + + Z. Cai, Q. Sun, C. Li, J. Xu, and B. Jiang, “Machine‐Learning‐Based Prediction by Stacking Ensemble Strategy for Surgical Outcomes in Patients With Degenerative Cervical Myelopathy,” Journal of Orthopaedic Surgery and Research 19 (2024): 539, https://doi.org/10.1186/s13018‐024‐05004‐3. + + + S. M. Ganie, P. K. D. Pramanik, and Z. Zhao, “Ensemble Learning With Explainable AI for Improved Heart Disease Prediction Based on Multiple Datasets,” Scientific Reports 15 (2025): 13912, https://doi.org/10.1038/s41598‐025‐97547‐6. + + + O. Samuel, T. Zewotir, and D. North, “Application of Machine Learning Methods for Predicting Under‐Five Mortality: Analysis of Nigerian Demographic Health Survey 2018 Dataset,” BMC Medical Informatics and Decision Making 24 (2024): 86, https://doi.org/10.1186/s12911‐024‐02476‐5. + + + A. Jude and J. Uddin, “Explainable Software Defects Classification Using SMOTE and Machine Learning,” Annals of Emerging Technologies in Computing 8 (2024): 36–49. + + + N. A. Obuchowski and J. A. Bullen, “Receiver Operating Characteristic (ROC) Curves: Review of Methods With Applications in Diagnostic Medicine,” Physics in Medicine and Biology 63 (2018): 07TR01, https://doi.org/10.1088/1361‐6560/aab4b1. + + + D. Krstajic, L. J. Buturovic, D. E. Leahy, and S. Thomas, “Cross‐Validation Pitfalls When Selecting and Assessing Regression and Classification Models,” Journal of Cheminformatics 6 (2014): 10, https://doi.org/10.1186/1758‐2946‐6‐10. + + + H. Y. Addae, M. Sulemana, T. Yakubu, A. Atosona, R. Tahiru, and F. Azupogo, “Low Birth Weight, Household Socio‐Economic Status, Water and Sanitation Are Associated With Stunting and Wasting Among Children Aged 6–23 Months: Results From a National Survey in Ghana,” PLoS One 19 (2024): e0297698, https://doi.org/10.1371/journal.pone.0297698. + + + J. P. Kuwornu, J. Amoyaw, T. Manyanga, E. J. Cooper, E. Donkoh, and A. Nkrumah, “Measuring the Overall Burden of Early Childhood Malnutrition in Ghana: A Comparison of Estimates From Multiple Data Sources,” International Journal of Health Policy and Management 11 (2022): 1035–1046, https://doi.org/10.34172/ijhpm.2020.253. + + + M. de Onis, E. Borghi, M. Arimond, et al., “Prevalence Thresholds for Wasting, Overweight and Stunting in Children Under 5 Years,” Public Health Nutrition 22 (2019): 175–179, https://doi.org/10.1017/S1368980018002434. + + + M. Boah, F. Azupogo, D. A. Amporfro, and L. A. Abada, “The Epidemiology of Undernutrition and Its Determinants in Children Under Five Years in Ghana,” PLoS One 14 (2019): e0219665, https://doi.org/10.1371/journal.pone.0219665. + + + E. K. M. Darteh, E. Acquah, and F. Darteh, “Why Are Our Children Wasting: Determinants of Wasting Among Under 5s in Ghana,” Nutrition and Health 23 (2017): 159–166, https://doi.org/10.1177/0260106017722924. + + + S. Thurstans, C. Opondo, A. Seal, et al., “Boys Are More Likely to Be Undernourished Than Girls: A Systematic Review and Meta‐Analysis of Sex Differences in Undernutrition,” BMJ Global Health 5 (2020): e004030, https://doi.org/10.1136/bmjgh‐2020‐004030. + + + M. Ndiku, K. Jaceldo‐Siegl, P. Singh, and J. Sabaté, “Gender Inequality in Food Intake and Nutritional Status of Children Under 5 Years Old in Rural Eastern Kenya,” European Journal of Clinical Nutrition 65 (2011): 26–31, https://doi.org/10.1038/ejcn.2010.197. + + + R. Khera, S. Jain, R. Lodha, and S. Ramakrishnan, “Gender Bias in Child Care and Child Health: Global Patterns,” Archives of Disease in Childhood 99 (2014): 369–374, https://doi.org/10.1136/archdischild‐2013‐303889. + + + S. M. Davis, J. L. Kaar, B. M. Ringham, C. W. Hockett, D. H. Glueck, and D. Dabelea, “Sex Differences in Infant Body Composition Emerge in the First 5 Months of Life,” Journal of Pediatric Endocrinology and Metabolism 32 (2019): 1235–1239, https://doi.org/10.1515/jpem‐2019‐0243. + + + S. A. Norris, L. H. Nyati, A. Murphy‐Alford, et al., “Infant Growth and Body Composition From Birth to 24 Months: Are Infants Developing the Same?,” European Journal of Clinical Nutrition 78 (2024): 952–962, https://doi.org/10.1038/s41430‐023‐01386‐5. + + + A. E. Orimadegun, A. A. Adepoju, and L. Myer, “A Systematic Review and Meta‐Analysis of Sex Differences in Morbidity and Mortality of Acute Lower Respiratory Tract Infections Among African Children,” Journal of Pediatrics Review 8 (2020): 65–78, https://doi.org/10.32598/jpr.8.2.65. + + + A. Seid, D. D. Fufa, M. Weldeyohannes, et al., “Inadequate Dietary Diversity During Pregnancy Increases the Risk of Maternal Anemia and Low Birth Weight in Africa: A Systematic Review and Meta‐Analysis,” Food Science and Nutrition 11 (2023): 3706–3717, https://doi.org/10.1002/fsn3.3388. + + + R. Ahmed, S. E. Chibsa, M. A. Hussen, et al., “Undernutrition Among Exclusive Breastfeeding Mothers and Its Associated Factors in Southwest Ethiopia: A Community‐Based Study,” Women's Health 20 (2024): 17455057241231478, https://doi.org/10.1177/17455057241231478. + + + J. D. Kolog, A. Asem, and A. Mensah‐Bonsu, “The State of Food Security and Its Determinants in Ghana: An Ordered Probit Analysis of the Household Hunger Scale and Household Food Insecurity Access Scale,” Scientific African 19 (2023): e01579, https://doi.org/10.1016/j.sciaf.2023.e01579. + + + C. B. Ngandu, D. Momberg, A. Magan, L. Chola, S. A. Norris, and R. Said‐Mohamed, “The Association Between Household Socio‐Economic Status, Maternal Socio‐Demographic Characteristics and Adverse Birth and Infant Growth Outcomes in Sub‐Saharan Africa: A Systematic Review,” Journal of Developmental Origins of Health and Disease 11 (2020): 317–334, https://doi.org/10.1017/S2040174419000680. + + + M. R. K. Chowdhury, S. Rahman, B. Billah, et al., “Prevalence and Factors Associated With Severe Undernutrition Among Under‐5 Children in Bangladesh, Pakistan, and Nepal: A Comparative Study Using Multilevel Analysis,” Scientific Reports 13 (2023): 10183, https://doi.org/10.1038/s41598‐023‐36048‐w. + + + M. Saaka, “Women's Decision‐Making Autonomy and Its Relationship With Child Feeding Practices and Postnatal Growth,” Journal of Nutritional Science 9 (2020): e38, https://doi.org/10.1017/jns.2020.30. + + + A. Atosona, J. A. Mohammed, H. Issahaku, K. Saani, H. Y. Addae, and F. Azupogo, “Maternal Employment Status and Child Age Are Positive Determinants of Minimum Dietary Diversity Among Children Aged 6–23 Months in Sagnarigu Municipality, Ghana: A Cross‐Sectional Study,” BMC Nutrition 10 (2024): 57, https://doi.org/10.1186/s40795‐024‐00865‐7. + + + Z. Ali, M. Saaka, A. G. Adams, S. K. Kamwininaang, and A. R. Abizari, “The Effect of Maternal and Child Factors on Stunting, Wasting and Underweight Among Preschool Children in Northern Ghana,” BMC Nutrition 3 (2017): 31, https://doi.org/10.1186/s40795‐017‐0154‐2. + + + L. Pimpin, S. Kranz, E. Liu, et al., “Effects of Animal Protein Supplementation of Mothers, Preterm Infants, and Term Infants on Growth Outcomes in Childhood: A Systematic Review and Meta‐Analysis of Randomized Trials,” American Journal of Clinical Nutrition 110 (2019): 410–429, https://doi.org/10.1093/ajcn/nqy348. + + + S. Zaharia, S. Ghosh, R. Shrestha, et al., “Sustained Intake of Animal‐Sourced Foods Is Associated With Less Stunting in Young Children,” Nature Food 2 (2021): 246–254, https://doi.org/10.1038/s43016‐021‐00259‐z. + + + E. Becquey, F. Delpeuch, A. M. Konaté, et al., “Seasonality of the Dietary Dimension of Household Food Security in Urban Burkina Faso,” British Journal of Nutrition 107 (2012): 1860–1870, https://doi.org/10.1017/S0007114511005071. + + + M. M. Hasan, A. Kader, C. A. Al Asif, and A. Talukder, “Seasonal Variation in the Association Between Household Food Insecurity and Child Undernutrition in Bangladesh: Mediating Role of Child Dietary Diversity,” Maternal and Child Nutrition 19 (2023): e13465, https://doi.org/10.1111/mcn.13465. + + + A. R. Abizari, F. Azupogo, M. Nagasu, N. Creemers, and I. D. Brouwer, “Seasonality Affects Dietary Diversity of School‐Age Children in Northern Ghana,” PLoS One 12 (2017): e0183206, https://doi.org/10.1371/journal.pone.0183206. + + + K. Hirvonen, A. S. Taffesse, and I. W. Hassen, “Seasonality and Household Diets in Ethiopia,” Public Health Nutrition 19 (2016): 1723–1730, https://doi.org/10.1017/S1368980015003237. + + + A. Venkat, A. Marshak, H. Young, and E. N. Naumova, “Seasonality of Acute Malnutrition in African Drylands: Evidence From 15 Years of SMART Surveys,” Food and Nutrition Bulletin 44 (2023): S94–S108, https://doi.org/10.1177/03795721231178344. + + + L. Rodríguez, E. Cervantes, and R. Ortiz, “Malnutrition and Gastrointestinal and Respiratory Infections in Children: A Public Health Problem,” International Journal of Environmental Research and Public Health 8 (2011): 1174–1205, https://doi.org/10.3390/ijerph8041174. + + + N. Fauziah, J. K. Aviani, Y. N. Agrianfanny, and S. N. Fatimah, “Intestinal Parasitic Infection and Nutritional Status in Children Under Five Years Old: A Systematic Review,” Tropical Medicine and Infectious Disease 7 (2022): 371, https://doi.org/10.3390/tropicalmed7110371. + + + World Health Organization (WHO), Diarrhoeal Disease (World Health Organization, 2023). + + + D. N. Owusu, H. O. Duah, D. Dwomoh, and Y. Alhassan, “Prevalence and Determinants of Diarrhoea and Acute Respiratory Infections Among Children Aged Under Five Years in West Africa: Evidence From Demographic and Health Surveys,” International Health 16 (2024): 97–106, https://doi.org/10.1093/inthealth/ihad046. + + + G. A. Tadesse, L. Ferguson, C. Robinson, and B. Dilkina, “Forecasting Acute Childhood Malnutrition in Kenya Using Machine Learning and Diverse Sets of Indicators,” PLoS One 20 (2025): e0322959, https://doi.org/10.1371/journal.pone.0322959. + + + D. Backer and T. Billing, “Forecasting the Prevalence of Child Acute Malnutrition Using Environmental and Conflict Conditions as Leading Indicators,” World Development 176 (2024): 106484, https://doi.org/10.1016/j.worlddev.2023.106484. + + + F. Checchi, S. Frison, A. Warsame, and M. Nyawo, “Can We Predict the Burden of Acute Malnutrition in Crisis‐Affected Countries? Findings From Somalia and South Sudan,” BMC Nutrition 8 (2022): 92, https://doi.org/10.1186/s40795‐022‐00563‐2. + + + F. H. Bitew, C. S. Sparks, and S. H. Nyarko, “Machine Learning Algorithms for Predicting Undernutrition Among Under‐Five Children in Ethiopia,” Public Health Nutrition 25 (2022): 269–280, https://doi.org/10.1017/S1368980021004262. + + + L. J. Sánchez‐Martínez, P. Charle‐Cuéllar, A. O. Dougnon, and N. López‐Ejeda, “Socioeconomic Risk Factors Associated With Acute Malnutrition Severity Among Under‐Five Children Based on a Machine Learning Approach: The Case of Rural Emergency Contexts in Niger and Mali,” Maternal and Child Nutrition 21 (2025): e70039, https://doi.org/10.1111/mcn.70039. + + + E. K. Anku and H. O. Duah, “Predicting and Identifying Factors Associated With Undernutrition Among Children Under Five Years in Ghana Using Machine Learning Algorithms,” PLoS One 19 (2024): e0296625, https://doi.org/10.1371/journal.pone.0296625. + + + A. Hendy, S. M. F. Abdelaliem, H. M. Sultan, et al., “Unlocking Insights: Using Machine Learning to Identify Wasting and Risk Factors in Egyptian Children Under 5,” Nutrition 131 (2025): 112631, https://doi.org/10.1016/j.nut.2024.112631. + + + W. R. Mgomezulu, P. Thangata, B. Mkandawire, and N. Amoah, “Advancing Predictive Analytics in Child Malnutrition: Machine, Ensemble and Deep Learning Models With Balanced Class Distribution for Early Detection of Stunting and Wasting,” Human Nutrition and Metabolism 42 (2025): 200340, https://doi.org/10.1016/j.hnm.2025.200340. + + + +
+ + + 42212606 + + 2026 + 05 + 29 + +
+ + 1557-8100 + + + 2026 + May + 29 + + + Omics : a journal of integrative biology + OMICS + + Network Pharmacological Analysis of Lentinan in Regulating Intervertebral Disc Degeneration: Combined with Machine Learning-Based Screening and Molecular Dynamics Validation. + + 15578100261454407 + 15578100261454407 + + 10.1177/15578100261454407 + + Lentinan (LNT) is a polysaccharide with antioxidant and anti-inflammatory properties; however, its link to intervertebral disc degeneration (IVDD) remains unclear. Here, we integrated network pharmacology, machine learning, molecular docking, and molecular dynamics (MD) simulations to investigate the LNT-IVDD relationship. Using dataset GSE176205, 16,361 potential IVDD-related genes were identified, and 97 LNT-associated targets were collected from four databases, yielding 46 intersecting targets. GO and KEGG analyses revealed enrichment in pathways including calcium, PI3K-Akt, Notch, and Rap1 signaling. Protein-protein interaction network analysis combined with three ML methods prioritized two core targets: signal transducer and activator of transcription 3 (STAT3) and fibroblast growth factor 2 (FGF2). The diagnostic relevance of these genes was subsequently validated using receiver operating characteristic curves across three independent IVDD datasets. Molecular docking showed strong binding (energy < -5 kcal/mol) between LNT and these targets, further supported by stable complex formation in MD simulations. Immune-infiltration analysis delineated the IVDD microenvironment, and virtual knockout based on single-cell transcriptomics systematically assessed how perturbing key genes remodels cell states and signaling networks. Together, this work provides novel insights into the molecular mechanisms underlying LNT's therapeutic effects in IVDD and establishes a foundation for its translational study. + + + + Cai + Hanhua + H + + Department of Orthopedics, Affiliated Hospital of Putian University, Putian, Fujian, China. + + + + Chen + Yihuang + Y + + Basic Medicine College, Putian University, Putian, Fujian, China. + + + + Liu + Huan + H + 0000-0002-5519-7336 + + Department of Orthopedics, The Affiliated Traditional Chinese Medicine Hospital, Southwest Medical University, Luzhou, Sichuan, China. + + + Orthopaedic Research Center and Key Laboratory, The Affiliated Traditional Chinese Medicine Hospital, Southwest Medical University, Luzhou, Sichuan, China. + + + + Zhang + Tao + T + 0009-0002-6157-6073 + + Department of Orthopedics, The Affiliated Traditional Chinese Medicine Hospital, Southwest Medical University, Luzhou, Sichuan, China. + + + + eng + + Journal Article + + + 2026 + 05 + 29 + +
+ + United States + OMICS + 101131135 + 1536-2310 + + IM + + intervertebral disc degeneration + lentinan + machine learning + molecular dynamics validation + network pharmacology + +
+ + + + 2026 + 5 + 29 + 15 + 43 + + + 2026 + 5 + 29 + 15 + 43 + + + 2026 + 5 + 29 + 7 + 42 + + + aheadofprint + + 42212606 + 10.1177/15578100261454407 + + +
+ + + 42212596 + + 2026 + 05 + 29 + +
+ + 2169-5180 + + + 2026 + May + 29 + + + Soft robotics + Soft Robot + + Bioinspired Swallowing Soft Gripper with Toroidal Optical Waveguides for Multimodal Interactive Perception. + + 21695172261451702 + 21695172261451702 + + 10.1177/21695172261451702 + + Multimodal soft grippers can adapt grasping strategies to diverse environments, yet integrating sensors under large, coupled deformations remains challenging. Inspired by the mechanosensation of sea anemones and their ability to swallow, this article presents a soft gripper that integrates eight toroidal optical waveguides to realize three modes-contacting, expansion, and swallowing-with continuous proprioceptive feedback. Deformation-induced optical attenuation, processed by machine-learning pipelines, enables perception of object shape, hardness, and surface texture. Experiments show a 0.04 N detection limit, a 0.006 N resolution, a 55 ms response time, and sensitivity >1.4 dB/N, with machine-learning classification achieving >89% accuracy. Mode-specific experiments demonstrate sensing across the entire soft gripper with integrated optical waveguides. The outer surface localizes contact after inflation, the inner surface provides circumferential contact sensing of irregular objects during swallowing; and the pedal interface at the base distinguishes surface hardness and texture, achieving perception on the outer, inner, and bottom interfaces. We also demonstrate multi-object swallowing that grasps and counts 1-4 transparent bottles in real-time and a breakfast task that switches grasping modes to grasp a bowl and cup, swallowing fragile items without damage. These results show that our design enables mode-switching interactive perception and expands opportunities for soft robotics in fragile product handling and laboratory automation. + + + + Xiang + Sheng + S + 0000-0001-5151-0391 + + School of Automation, CICAEET, Nanjing University of Information Science and Technology, Nanjing, China. + + + + Niu + Muye + M + + School of Automation, CICAEET, Nanjing University of Information Science and Technology, Nanjing, China. + + + + Fang + Wenjie + W + + School of Automation, CICAEET, Nanjing University of Information Science and Technology, Nanjing, China. + + + + Xu + Xin + X + + School of Automation, CICAEET, Nanjing University of Information Science and Technology, Nanjing, China. + + + + Wei + Zhong + Z + + School of Automation, CICAEET, Nanjing University of Information Science and Technology, Nanjing, China. + + + + Hua + Chengcheng + C + + School of Automation, CICAEET, Nanjing University of Information Science and Technology, Nanjing, China. + + + + Yang + Yang + Y + + School of Automation, CICAEET, Nanjing University of Information Science and Technology, Nanjing, China. + + + + eng + + Journal Article + + + 2026 + 05 + 29 + +
+ + United States + Soft Robot + 101623819 + 2169-5172 + + IM + + machine learning + multimodal soft gripper + optical waveguides + proprioception + +
+ + + + 2026 + 5 + 29 + 15 + 40 + + + 2026 + 5 + 29 + 15 + 40 + + + 2026 + 5 + 29 + 7 + 32 + + + aheadofprint + + 42212596 + 10.1177/21695172261451702 + + +
+ + + 42212567 + + 2026 + 05 + 29 + +
+ + 1744-8328 + + + 2026 + May + 29 + + + Expert review of anticancer therapy + Expert Rev Anticancer Ther + + Predictors of warfarin therapeutic dose in cancer patients: a preliminary comparative study using machine learning-integrated explainable artificial intelligence and Bayesian models. + 10.1080/14737140.2026.2682871 + + Warfarin dosing in cancer patients is challenging due to altered pathophysiology and variable responses. While machine learning offers predictive potential, clinical adoption requires interpretability. This study is an initial attempt at addressing whether different dosing strategies are required in this vulnerable population. + This observational study analyzed 1,746 patients (124 with cancer) from the International Warfarin Pharmacogenetics Consortium database. Five machine learning algorithms were developed and compared with the best-performing model interpreted using SHAP analysis. Bayesian Additive Regression Trees provided uncertainty quantification, and the Virtual Twins method estimated cancer's individualized treatment effect on dose requirements. + Genetic variants, particularly VKORC1 and CYP2C9, dominated dose prediction in both cohorts. However, cancer introduced complexity: clinical predictors showed greater variability and prediction errors, while Bayesian analysis revealed wider uncertainty intervals for inaccurate estimates. The Virtual Twins method demonstrated substantial heterogeneity in cancer's effect, with mean individualized treatment effect of 3.35 mg/week, yet 62.5% of patients exhibited positive effects indicating higher dose requirements. These findings suggest uniform dose adjustments for cancer patients may be inappropriate. + Cancer patients may potentially require personalized warfarin dosing, as genetic and clinical factors interact unpredictably. Explainable artificial intelligence and Bayesian models potentially enable individualized anticoagulation in oncology. + + + + Sridharan + Kannan + K + 0000-0003-3811-6503 + + Department of Pharmacology & Therapeutics, College of Medicine & Health Sciences, Arabian Gulf University, Manama, Kingdom of Bahrain. + + + + Sivaramakrishnan + Gowri + G + + Bahrain Defence Force Royal Medical Services, Riffa, Kingdom of Bahrain. + + + + Santoni + Matteo + M + + ARON Research Foundation ETS, Macerata, Italy. + + + Oncology Unit, Macerata Hospital, Macerata, Italy. + + + + eng + + Journal Article + + + 2026 + 05 + 29 + +
+ + England + Expert Rev Anticancer Ther + 101123358 + 1473-7140 + + IM + + Anticoagulant + MLA + XAI + personalized medicine + warfarin + +
+ + + + 2026 + 5 + 29 + 15 + 46 + + + 2026 + 5 + 29 + 15 + 46 + + + 2026 + 5 + 29 + 7 + 3 + + + aheadofprint + + 42212567 + 10.1080/14737140.2026.2682871 + + +
+ + + 42212510 + + 2026 + 05 + 29 + +
+ + 1096-987X + + 47 + 14 + + 2026 + May + 30 + + + Journal of computational chemistry + J Comput Chem + + A Nonlinear Multi-Objective Prediction Strategy for Small-Sample Datasets in Homogeneous Catalysis. + + e70407 + e70407 + + 10.1002/jcc.70407 + + The development of homogeneous catalytic reactions is hindered by the resource-intensive nature of traditional experimental and computational methods, particularly when dealing with small, sparse datasets and complex multi-objective optimization. While machine learning (ML) offers a promising alternative, prevailing methods rely on large-scale datasets and often fail to address the challenges of small-sample datasets, high-dimensional descriptor spaces, and strong nonlinear relationships inherent in catalytic processes. To address this issue, we present a nonlinear multi-objective ML workflow, PSO_CRP, for predicting reaction categories (e.g., conversion or yield) and quantitative outcomes (e.g., enantioselectivity or site selectivity), as well as the interpretability analysis. Experimental results on 4 small-sample datasets demonstrate that our models, relying only on simple RDKit-derived molecular parameters rather than costly DFT calculations, achieve consistently higher predictive accuracy than at least five common ML models. Model-based permutation feature importance (PFI) and partial dependence plot (PDP) analyses identified the key molecular descriptors governing reaction outcomes. They quantified their contributions, producing results aligned with previous studies while providing added mechanistic insight to enhance model interpretability and guide rational catalyst design. As a high-precision, low-cost, and interpretable framework, this PSO-based workflow offers valuable insights for forward prediction in homogeneous catalytic systems. + © 2026 Wiley Periodicals LLC. + + + + Liu + Yining + Y + + State Key Laboratory of Fine Chemicals, Frontier Science Center for Smart Materials, School of Chemical Engineering, Ocean and Life Sciences, Dalian University of Technology, Panjin, People's Republic of China. + + + + Wang + Shen + S + 0009-0008-4174-4301 + + State Key Laboratory of Fine Chemicals, Frontier Science Center for Smart Materials, School of Chemical Engineering, Ocean and Life Sciences, Dalian University of Technology, Panjin, People's Republic of China. + + + Leicester International Institute, Dalian University of Technology, Panjin, People's Republic of China. + + + + Li + Yang + Y + 0000-0002-5719-9044 + + State Key Laboratory of Fine Chemicals, Frontier Science Center for Smart Materials, School of Chemical Engineering, Ocean and Life Sciences, Dalian University of Technology, Panjin, People's Republic of China. + + + + Bao + Ming + M + 0000-0002-5179-3499 + + State Key Laboratory of Fine Chemicals, Frontier Science Center for Smart Materials, School of Chemical Engineering, Ocean and Life Sciences, Dalian University of Technology, Panjin, People's Republic of China. + + + + eng + + + 21903010 + National Natural Science Foundation of China + + + + 22572016 + National Natural Science Foundation of China + + + + 22172014 + National Natural Science Foundation of China + + + + DUT24BK047 + Fundamental Research Funds for the Central Universities + + + + + Journal Article + +
+ + United States + J Comput Chem + 9878362 + 0192-8651 + + IM + + machine learning + multi‐objective prediction + nonlinear relationship + particle swarm optimization + small‐sample dataset + +
+ + + + 2026 + 5 + 29 + 15 + 45 + + + 2026 + 5 + 29 + 15 + 44 + + + 2026 + 4 + 23 + + + 2026 + 1 + 19 + + + 2026 + 5 + 12 + + + 2026 + 5 + 29 + 6 + 23 + + + ppublish + + 42212510 + 10.1002/jcc.70407 + + + + C. N. Hinshelwood, “Homogeneous Reactions,” Chemical Reviews 3 (1926): 227–256. + + + B. Su and J. F. Hartwig, “Development of Chiral Ligands for the Transition‐Metal‐Catalyzed Enantioselective Silylation and Borylation of C−H Bonds,” Angewandte Chemie, International Edition 61 (2022): e202113343. + + + S.‐W. Li, L.‐C. Xu, C. Zhang, S.‐Q. Zhang, and X. Hong, “Reaction Performance Prediction With an Extrapolative and Interpretable Graph Model Based on Chemical Knowledge,” Nature Communications 14 (2023): 3569. + + + Y. Liu, Q. Yang, Y. Li, L. Zhang, and S. Luo, “Application of Machine Learning in Organic Chemistry,” Chinese Journal of Organic Chemistry 40 (2020): 3812–3827. + + + M. Das, A. Ghosh, and R. B. Sunoj, “Advances in Machine Learning With Chemical Language Models in Molecular Property and Reaction Outcome Predictions,” Journal of Computational Chemistry 45 (2024): 1160–1176. + + + W. Yang, T. T. Fidelis, and W.‐H. Sun, “Prediction of Catalytic Activities of Bis(Imino)pyridine Metal Complexes by Machine Learning,” Journal of Computational Chemistry 41 (2020): 1064–1067. + + + S. Wang, W. Zhao, Y. Liu, and Y. Li, “Multi‐Modal Homogeneous Chemical Reaction Performance Prediction With Graph and Chemical Language Information,” Chinese Journal of Chemistry 43 (2025): 1230–1238. + + + W. Zhao, S. Wang, and Y. Li, “Designing Buchwald–Hartwig Reaction Graph for Yield Prediction,” Journal of Organic Chemistry 90 (2025): 12975–12983. + + + A. F. Zahrt, J. J. Henle, B. T. Rose, Y. Wang, W. T. Darrow, and S. E. Denmark, “Prediction of Higher‐Selectivity Catalysts by Computer‐Driven Workflow and Machine Learning,” Science 363 (2019): 247. + + + T. N. Nguyen, T. T. P. Nhat, K. Takimoto, et al., “High‐Throughput Experimentation and Catalyst Informatics for Oxidative Coupling of Methane,” ACS Catalysis 10 (2020): 921–932. + + + D. Perera, J. W. Tucker, S. Brahmbhatt, et al., “A Platform for Automated Nanomole‐Scale Reaction Screening and Micromole‐Scale Synthesis in Flow,” Science 359 (2018): 429–434. + + + D. T. Ahneman, J. G. Estrada, S. Lin, S. D. Dreher, and A. G. Doyle, “Predicting Reaction Performance in C–N Cross‐Coupling Using Machine Learning,” Science 360 (2018): 186–190. + + + R. Kwok, “How to Pick an Electronic Laboratory Notebook,” Nature 560 (2018): 269–270. + + + S. M. Kearnes, M. R. Maser, M. Wleklinski, et al., “The Open Reaction Database,” Journal of the American Chemical Society 143 (2021): 18820–18826. + + + M. Saebi, B. Nan, J. E. Herr, et al., “On the Use of Real‐World Datasets for Reaction Yield Prediction,” Chemical Science 14 (2023): 4997–5005. + + + L. C. Xu, S. Q. Zhang, X. Li, et al., “Towards Data‐Driven Design of Asymmetric Hydrogenation of Olefins: Database and Hierarchical Learning,” Angewandte Chemie International Edition 60 (2021): 22804–22811. + + + S. Wang, Y. Liu, W. Zhao, and Y. Li, “Optimizing Model Learning Performance on a Challenging Heck Reaction Yield Data Set,” Journal of Organic Chemistry 90 (2025): 12768–12777. + + + C. W. Coley, R. Barzilay, T. S. Jaakkola, W. H. Green, and K. F. Jensen, “Prediction of Organic Reaction Outcomes Using Machine Learning,” ACS Central Science 3 (2017): 434–443. + + + J. N. Wei, D. Duvenaud, and A. Aspuru‐Guzik, “Neural Networks for the Prediction of Organic Chemistry Reactions,” ACS Central Science 2 (2016): 725–732. + + + G. Pesciullesi, P. Schwaller, T. Laino, and J.‐L. Reymond, “Transfer Learning Enables the Molecular Transformer to Predict Regio‐ and Stereoselective Reactions on Carbohydrates,” Nature Communications 11 (2020): 4874. + + + Y. Zhang, L. Wang, X. Wang, et al., “Data Augmentation and Transfer Learning Strategies for Reaction Prediction in Low Chemical Data Regimes,” Organic Chemistry Frontiers 8 (2021): 1415–1423. + + + E. King‐Smith, “Transfer Learning for a Foundational Chemistry Model,” Chemical Science 15 (2024): 5143–5151. + + + H. Chen, S. Yamaguchi, Y. Morita, et al., “Data‐Driven Catalyst Optimization for Stereodivergent Asymmetric Synthesis by Iridium/Boron Hybrid Catalysis,” Cell Reports Physical Science 2 (2021): 100679. + + + H. Lv and X. Chen, “Intelligent Control of Nanoparticle Synthesis Through Machine Learning,” Nanoscale 14 (2022): 6688–6708. + + + J. J. Dotson, L. Dijk, J. C. Timmerman, et al., “Data‐Driven Multi‐Objective Optimization Tactics for Catalytic Asymmetric Reactions Using Bisphosphine Ligands,” Journal of the American Chemical Society 145 (2023): 110–121. + + + V. L. Deringer, A. P. Bartók, N. Bernstein, D. M. Wilkins, M. Ceriotti, and G. Csányi, “Gaussian Process Regression for Materials and Molecules,” Chemical Reviews 121 (2021): 10073–10141. + + + W. L. Williams, L. Zeng, T. Gensch, M. S. Sigman, A. G. Doyle, and E. V. Anslyn, “The Evolution of Data‐Driven Modeling in Organic Chemistry,” ACS Central Science 7 (2021): 1622–1637. + + + P. R. Lorenzo, J. Nalepa, M. Kawulok, L. S. Ramos, and J. R. Pastor, Proceedings of the Genetic and Evolutionary Computation Conference (GECCO'17) (Association for Computing Machinery, 2017), 481–488. + + + D. Antoniou and S. D. Schwartz, “Toward Identification of the Reaction Coordinate Directly From the Transition State Ensemble Using the Kernel PCA Method,” Journal of Physical Chemistry. B 115 (2011): 2465–2469. + + + B. C. Haas, N.‐K. Lim, J. Jermaks, et al., “Enantioselective Sulfonimidamide Acylation via a Cinchona Alkaloid‐Catalyzed Desymmetrization: Scope, Data Science, and Mechanistic Investigation,” Journal of the American Chemical Society 146 (2024): 8536–8546. + + + Z. L. Niemeyer, A. Milo, D. P. Hickey, and M. S. Sigman, “Parameterization of Phosphine Ligands Reveals Mechanistic Pathways and Predicts Reaction Outcomes,” Nature Chemistry 8 (2016): 610–617. + + + A. Glielmo, B. E. Husic, A. Rodriguez, C. Clementi, F. Noé, and A. Laio, “Unsupervised Learning Methods for Molecular Simulation Data,” Chemical Reviews 121 (2021): 9722–9758. + + + L. Kaufman and P. J. Rousseeuw, Finding Groups in Data: An Introduction To Cluster Analysis (John Wiley, 1990). + + + S. Lloyd, “Least Squares Quantization in PCM,” IEEE Transactions on Information Theory 28 (1982): 129–137. + + + M.‐S. Yang, C.‐Y. Lai, and C.‐Y. Lin, “A Robust EM Clustering Algorithm for Gaussian Mixture Models,” Pattern Recognition 45 (2012): 3950–3961. + + + A. Y. Ng, M. I. Jordan, and Y. Weiss, “On Spectral Clustering: Analysis and an Algorithm,” Advances in Neural Information Processing Systems 14 (2002): 849–856. + + + A. Fisher, C. Rudin, and F. Dominici, “Model Class Reliance: Variable Importance Measures for Any Machine Learning Model Class, from the ‘Rashomon’ Perspective,” arXiv (2018), https://doi.org/10.48550/arXiv.1801.01489. + + + B. M. Greenwell, “Pdp: An R Package for Constructing Partial Dependence Plots,” R Journal 9 (2017): 421–436. + + + “RDKit: Open‐Source Chemoinformatics and Machine Learning,” http://www.rdkit.org. + + + C. Brittany, D. Kalyani, and M. S. Sigman, “Applying Statistical Modeling Strategies to Sparse Datasets in Synthetic Chemistry,” Science Advances 11 (2025): eadt3013. + + + J. R. Quinlan, “Induction of Decision Trees,” Machine Learning 1 (1986): 81–106. + + + A. Call, A. Palone, J. P. Liles, et al., “Understanding Catalytic Enantioselective C–H Bond Oxidation at Nonactivated Methylenes Through Predictive Statistical Modeling Analysis,” ACS Catalysis 15 (2025): 2110–2123. + + + J. H. Friedman, “Greedy Function Approximation: A Gradient Boosting Machine,” Annals of Statistics 29 (2001): 1189–1232. + + + W. S. Noble, “What Is a Support Vector Machine?,” Nature Biotechnology 24 (2006): 1565–1567. + + + E. M. Menéndez and J. Parraga‐Alava, “Artificial Neural Networks for Classification Tasks: A Systematic Literature Review,” Enfoque UTE 15 (2024): 1–10. + + + S. Tasoulis, N. G. Pavlidis, and T. Roos, “Nonlinear Dimensionality Reduction for Clustering,” Pattern Recognition 107 (2020): 107508. + + + Y. Cai, H. Yang, J. Zhu, and F. Nie, “Multi‐Subspace Graph Clustering Joint Dimensionality Reduction and Feature Selection,” Pattern Recognition 172 (2026): 12557. + + + D. Rajput, W.‐J. Wang, and C.‐C. Chen, “Evaluation of a Decided Sample Size in Machine Learning Applications,” BMC Bioinformatics 24 (2023): 48. + + + J. Briscoe, G. Kepler, D. Deford, and A. Gebremedhin, “Algorithmic Accountability in Small Data: Sample‐Size‐Induced Bias Within Classification Metrics,” (2025), https://doi.org/10.48550/arXiv.2505.03992. + + + F. R. Bach and M. I. Jordan, “Kernel Independent Component Analysis,” Journal of Machine Learning Research 3 (2003): 1–48. + + + S. Payamifar, M. Abdouss, S. Javanshir, and A. P. Marjani, “A Review of the Latest Advancements in Using β‐Cyclodextrin‐Based as Supramolecular Catalysts for Heck Reactions,” Carbohydrate Research 550 (2025): 109381. + + + L. H. Hall, B. Mohney, and L. B. Kier, “The Electrotopological State: Structure Information at the Atomic Level for Molecular Graphs,” Journal of Chemical Information and Computer Sciences 31 (1991): 76–82. + + + P. Labute, “A Widely Applicable Set of Descriptors,” Journal of Molecular Graphics & Modelling 18 (2000): 464–477. + + + L. H. Hall, B. Mohney, and L. B. Kier, “The Electrotopological State: An Atom Index for QSAR,” Quantitative Structure‐Activity Relationships 10 (1991): 43–51. + + + D. M. Cartney and P. J. Guiry, “The Asymmetric Heck and Related Reactions,” Chemical Society Reviews 40 (2011): 5122–5150. + + + R. J. Deeth, A. Smith, and J. M. Brown, “Electronic Control of the Regiochemistry in Palladium−Phosphine Catalyzed Intermolecular Heck Reactions,” Journal of the American Chemical Society 126 (2004): 7144–7151. + + + A. Milo, A. J. Neel, F. D. Toste, and M. S. Sigman, “A Data‐Intensive Approach to Mechanistic Elucidation Applied to Chiral Anion Catalysis,” Science 347 (2015): 737–743. + + + J. P. Reid and J. M. Goodman, “Goldilocks Catalysts: Computational Insights Into the Role of the 3,3′ Substituents on the Selectivity of BINOL‐Derived Phosphoric Acid Catalysts,” Journal of the American Chemical Society 138 (2016): 7910–7917. + + + T. Akiyama, J. Itoh, K. Yokota, and K. Fuchibe, “Enantioselective Mannich‐Type Reaction Catalyzed by a Chiral Brønsted Acid,” Angewandte Chemie, International Edition 43 (2004): 1566–1568. + + + D. Parmar, E. Sugiono, S. Raja, and M. Ruepingm, “Complete Field Guide to Asymmetric BINOL‐Phosphate Derived Brønsted Acid and Metal Catalysis: History and Classification by Mode of Activation; Brønsted Acidity, Hydrogen Bonding, Ion Pairing, and Metal Phosphates,” Chemical Reviews 114 (2014): 9047–9153. + + + +
+ + + 42212473 + + 2026 + 05 + 29 + +
+ + 1872-6623 + + + 2026 + May + 27 + + + Pain + Pain + + Distinct transcriptional signatures of large-scale functional gradient organization in acute and chronic low back-related leg pain. + 10.1097/j.pain.0000000000004010 + + Low back-related leg pain (LBLP)-a severe subtype marked by radicular symptoms and high chronicity rates-implicates central nervous system reorganization, yet the large-scale functional gradient organization principles governing brain-wide functional shifts during chronicization remain unknown. Here, we used "Functional Gradient-Transcriptomics" analysis to characterize hierarchical brain reorganization and the underlying molecular landscape in patients with acute (n = 40) and chronic (n = 103) LBLP compared to healthy controls (n = 109). Acute LBLP showed elevated gradient values within the sensorimotor network, and genes associated with these gradient alterations were significantly enriched for processes related to dysregulated energy metabolism. In contrast, chronic LBLP exhibited enhanced activity of the limbic network and diminished attention networks, corresponding genes were significantly enriched for synaptic plasticity, neurotransmitter imbalance, neuronal hyperexcitability, and transcriptional reprogramming. Regional gradient features exhibited trending associations with clinical measures and effectively discriminated patient groups. This "Functional Gradient-Transcriptomics" framework provides a novel, multiscale perspective on LBLP pathophysiology, advancing theoretical insights and informing future therapeutic strategies. + Copyright © 2026 International Association for the Study of Pain. + + + + Liang + Xiao + X + + Jiangxi Provincial Key Laboratory for Precision Pathology and Intelligent Diagnosis, Department of Radiology, the First Affiliated Hospital, Jiangxi Medical College, Nanchang University, Nanchang, Jiangxi, People's Republic of China. + + + Jiangxi Province Medical Imaging Research Institute, Nanchang, Jiangxi, People's Republic of China. + + + Clinical Research Center for Medical Imaging in Jiangxi Province, Nanchang, Jiangxi, People's Republic of China. + + + + Wang + Yao + Y + + Department of Radiology, Shandong Cancer Hospital and Institute, Shandong First Medical University, Shandong Academy of Medical Sciences, Jinan, Shandong, People's Republic of China. + + + + Yang + Chen + C + + Jiangxi Provincial Key Laboratory for Precision Pathology and Intelligent Diagnosis, Department of Radiology, the First Affiliated Hospital, Jiangxi Medical College, Nanchang University, Nanchang, Jiangxi, People's Republic of China. + + + Jiangxi Province Medical Imaging Research Institute, Nanchang, Jiangxi, People's Republic of China. + + + Clinical Research Center for Medical Imaging in Jiangxi Province, Nanchang, Jiangxi, People's Republic of China. + + + + Yang + Ziwei + Z + + Jiangxi Provincial Key Laboratory for Precision Pathology and Intelligent Diagnosis, Department of Radiology, the First Affiliated Hospital, Jiangxi Medical College, Nanchang University, Nanchang, Jiangxi, People's Republic of China. + + + Jiangxi Province Medical Imaging Research Institute, Nanchang, Jiangxi, People's Republic of China. + + + Clinical Research Center for Medical Imaging in Jiangxi Province, Nanchang, Jiangxi, People's Republic of China. + + + + Ji + Yuqi + Y + + The Second Affiliated Hospital of Xi'an Jiaotong University, Xi'an, Shaanxi Province, People's Republic of China. + + + + Pei + Yixiu + Y + + Jiangxi Province Medical Imaging Research Institute, Nanchang, Jiangxi, People's Republic of China. + + + + Xiong + Wei + W + + Jiangxi Provincial Key Laboratory for Precision Pathology and Intelligent Diagnosis, Department of Radiology, the First Affiliated Hospital, Jiangxi Medical College, Nanchang University, Nanchang, Jiangxi, People's Republic of China. + + + Jiangxi Province Medical Imaging Research Institute, Nanchang, Jiangxi, People's Republic of China. + + + Clinical Research Center for Medical Imaging in Jiangxi Province, Nanchang, Jiangxi, People's Republic of China. + + + + Zuo + Xiaoying + X + + Jiangxi Provincial Key Laboratory for Precision Pathology and Intelligent Diagnosis, Department of Radiology, the First Affiliated Hospital, Jiangxi Medical College, Nanchang University, Nanchang, Jiangxi, People's Republic of China. + + + Jiangxi Province Medical Imaging Research Institute, Nanchang, Jiangxi, People's Republic of China. + + + Clinical Research Center for Medical Imaging in Jiangxi Province, Nanchang, Jiangxi, People's Republic of China. + + + + Peng + Xiaoqi + X + + Jiangxi Provincial Key Laboratory for Precision Pathology and Intelligent Diagnosis, Department of Radiology, the First Affiliated Hospital, Jiangxi Medical College, Nanchang University, Nanchang, Jiangxi, People's Republic of China. + + + Jiangxi Province Medical Imaging Research Institute, Nanchang, Jiangxi, People's Republic of China. + + + Clinical Research Center for Medical Imaging in Jiangxi Province, Nanchang, Jiangxi, People's Republic of China. + + + + Dai + Jiankun + J + + MR Research, GE Healthcare, Beijing, China. + + + + Zhang + Yong + Y + + Department of Pain Clinic, The First Affiliated Hospital, Jiangxi Medical College, Nanchang University, Nanchang, Jiangxi Province, People's Republic of China. + + + + Zhou + Fuqing + F + 0000-0002-0890-910 + + Jiangxi Provincial Key Laboratory for Precision Pathology and Intelligent Diagnosis, Department of Radiology, the First Affiliated Hospital, Jiangxi Medical College, Nanchang University, Nanchang, Jiangxi, People's Republic of China. + + + Jiangxi Province Medical Imaging Research Institute, Nanchang, Jiangxi, People's Republic of China. + + + Clinical Research Center for Medical Imaging in Jiangxi Province, Nanchang, Jiangxi, People's Republic of China. + + + + eng + + + 82160331 + National Natural Science Foundation of China + + + + jxsq2023201039 + Double Thousand Plan of Jiangxi Province + + + + 20223BCG74001 + Jiangxi Clinical Research Center for Medical Imaging + + + + 2024SSY06281 + Jiangxi Province Key Laboratory for Precision Pathology and Intelligent Diagnosis + + + + NCUJCCX-2024-05 + Medical Cross Innovation Fund of Nanchang University + + + + + Journal Article + + + 2026 + 05 + 27 + +
+ + United States + Pain + 7508686 + 0304-3959 + + IM + + Functional gradient + Functional magnetic resonance imaging + Low back–related leg pain + Machine learning + Transcriptomic + +
+ + + + 2026 + 5 + 29 + 15 + 45 + + + 2026 + 5 + 29 + 15 + 45 + + + 2025 + 12 + 3 + + + 2026 + 4 + 1 + + + 2026 + 5 + 29 + 6 + 3 + + + aheadofprint + + 42212473 + 10.1097/j.pain.0000000000004010 + 00006396-990000000-01192 + + + + Alshelh Z, Brusaferri L, Saha A, Morrissey E, Knight P, Kim M, Zhang Y, Hooker JM, Albrecht D, Torrado-Carvajal A, Placzek MS, Akeju O, Price J, Edwards RR, Lee J, Sclocco R, Catana C, Napadow V, Loggia ML. Neuroimmune signatures in chronic low back pain subtypes. Brain 2022;145:1098–110. + + + Arnatkeviciute A, Fulcher BD, Fornito A. A practical guide to linking brain-wide gene expression and neuroimaging data. Neuroimage 2019;189:353–67. + + + Bott FS, Zebhauser PT, Hohn VD, Turgut Ö, May ES, Tiemann L, Gil Ávila C, Heitmann H, Nickel MM, Day MA, Adhia DB, Ashar YK, Wager TD, Granovsky Y, Yarnitsky D, Jensen MP, Gross J, Ploner M. Exploring electroencephalographic chronic pain biomarkers: a mega-analysis. EBioMedicine 2025;120:105955. + + + Bu S, Li X, Pang H, Zhao M, Wang J, Liu Y, Yu H, Jiang Y, Fan G. Motor functional hierarchical organization of cerebrum and its underlying genetic architecture in Parkinson's disease. J Neurosci 2025;45:e1492242024. + + + Buckner RL, Krienen FM. The evolution of distributed association networks in the human brain. Trends Cogn Sci 2013;17:648–65. + + + Cheng J, Deng Y, Zhou J. Role of the ubiquitin system in chronic pain. Front Mol Neurosci 2021;14:674914. + + + Dolman AJ, Loggia ML, Edwards RR, Gollub RL, Kong J, Napadow V, Wasan AD. Phenotype matters: the absence of a positive association between cortical thinning and chronic low back pain when controlling for salient clinical variables. Clin J Pain 2014;30:839–45. + + + Dong D, Wang Y, Zhou F, Chang X, Qiu J, Feng T, He Q, Lei X, Chen H. Functional connectome hierarchy in schizotypy and its associations with expression of schizophrenia-related genes. Schizophrenia Bull 2024;51:145–58. + + + Esteban O, Markiewicz CJ, Blair RW, Moodie CA, Isik AI, Erramuzpe A, Kent JD, Goncalves M, DuPre E, Snyder M, Oya H, Ghosh SS, Wright J, Durnez J, Poldrack RA, Gorgolewski KJ. fMRIPrep: a robust preprocessing pipeline for functional MRI. Nat Methods 2019;16:111–6. + + + Freo U, Brugnatelli V, Turco F, Zanette G. Analgesic and antidepressant effects of the clinical glutamate modulators Acetyl-L-Carnitine and ketamine. Front Neurosci 2021;15:584649. + + + Géranton SM, Morenilla-Palao C, Hunt SP. A role for transcriptional repressor methyl-CPG-binding protein 2 and plasticity-related gene serum- and glucocorticoid-inducible kinase 1 in the induction of inflammatory pain states. J Neurosci 2007;27:6163–73. + + + Gil Avila C, May ES, Bott FS, Tiemann L, Hohn V, Heitmann H, Zebhauser PT, Gross J, Ploner M. Assessing the balance between excitation and inhibition in chronic pain through the aperiodic component of EEG. Elife 2025;13:RP101727. + + + Global, regional, and national burden of low back pain, 1990-2020, its attributable risk factors, and projections to 2050: a systematic analysis of the Global Burden of Disease Study 2021. Lancet Rheumatol 2023;5:e316–29. + + + Guo T, Zhou C, Wen J, Wu J, Yan Y, Qin J, Xuan M, Wu H, Wu C, Chen J, Tan S, Duanmu X, Zhang B, Xu X, Zhang M, Guan X. Aberrant functional connectome gradient and its neurotransmitter basis in Parkinson's disease. Neurobiol Dis 2025;206:106821. + + + Hashmi JA, Baliki MN, Huang L, Baria AT, Torbey S, Hermann KM, Schnitzer TJ, Apkarian AV. Shape shifting pain: chronification of back pain shifts brain representation from nociceptive to emotional circuits. Brain 2013;136:2751–68. + + + Hawrylycz MJ, Lein ES, Guillozet-Bongaarts AL, Shen EH, Ng L, Miller JA, van de Lagemaat LN, Smith KA, Ebbert A, Riley ZL, Abajian C, Beckmann CF, Bernard A, Bertagnolli D, Boe AF, Cartagena PM, Chakravarty MM, Chapin M, Chong J, Dalley RA, Daly BD, Dang C, Datta S, Dee N, Dolbeare TA, Faber V, Feng D, Fowler DR, Goldy J, Gregor BW, Haradon Z, Haynor DR, Hohmann JG, Horvath S, Howard RE, Jeromin A, Jochim JM, Kinnunen M, Lau C, Lazarz ET, Lee C, Lemon TA, Li L, Li Y, Morris JA, Overly CC, Parker PD, Parry SE, Reding M, Royall JJ, Schulkin J, Sequeira PA, Slaughterbeck CR, Smith SC, Sodt AJ, Sunkin SM, Swanson BE, Vawter MP, Williams D, Wohnoutka P, Zielke HR, Geschwind DH, Hof PR, Smith SM, Koch C, Grant SGN, Jones AR. An anatomically comprehensive atlas of the adult human brain transcriptome. Nature 2012;489:391–9. + + + Hoegh M. Pain Science in Practice (Part 4): central sensitization I. J Orthop Sports Phys Ther 2023;53:1–4. + + + Hong SJ, Vos de Wael R, Bethlehem RAI, Lariviere S, Paquola C, Valk SL, Milham MP, Di Martino A, Margulies DS, Smallwood J, Bernhardt BC. Atypical functional connectome hierarchy in autism. Nat Commun 2019;10:1022. + + + Huang D, Dong YT, He LX, Zhou RZ, Zhou JX, Yang S, Yu SG. Decoding chronic pain: the glutamate-GABA tug of war in the cerebral cortex. Front Mol Neurosci 2025;18:1572775. + + + Ji Y, Liang X, Pei Y, Zuo X, Zhu Y, Xu J, Kuang Q, Yang Z, Zhou F, Zhang Y. Disrupted topological organization of brain connectome in patients with chronic low back related leg pain and clinical correlations. Sci Rep 2025;15:7515. + + + Kiebel SJ, Daunizeau J, Friston KJ. A hierarchy of time-scales and the brain. PLoS Comput Biol 2008;4:e1000209. + + + Kreiner DS, Hwang SW, Easa JE, Resnick DK, Baisden JL, Bess S, Cho CH, DePalma MJ, Dougherty P II, Fernand R, Ghiselli G, Hanna AS, Lamer T, Lisi AJ, Mazanec DJ, Meagher RJ, Nucci RC, Patel RD, Sembrano JN, Sharma AK, Summers JT, Taleghani CK, Tontz WL Jr, Toton JF. An evidence-based clinical guideline for the diagnosis and treatment of lumbar disc herniation with radiculopathy. Spine J 2014;14:180–91. + + + Krienen FM, Sherwood CC. Gradients of connectivity in the cerebral cortex. Trends Cogn Sci 2017;21:61–3. + + + Lee JJ, Lee S, Lee DH, Woo CW. Functional brain reconfiguration during sustained pain. Elife 2022;11:e74463. + + + Liu X, Chen X, Cheng J, Wei F, Hou H, Li J, Liu K, Guo Z, Yan Z, Wu A. Functional connectivity gradients and neurotransmitter maps among patients with mild cognitive impairment and depression symptoms. J Psychiatry Neurosci 2025;50:E11–20. + + + Luchtmann M, Steinecke Y, Baecke S, Lützkendorf R, Bernarding J, Kohl J, Jöllenbeck B, Tempelmann C, Ragert P, Firsching R. Structural brain alterations in patients with lumbar disc herniation: a preliminary study. PLoS One 2014;9:e90816. + + + Margulies DS, Ghosh SS, Goulas A, Falkiewicz M, Huntenburg JM, Langs G, Bezgin G, Eickhoff SB, Castellanos FX, Petrides M, Jefferies E, Smallwood J. Situating the default-mode network along a principal gradient of macroscale cortical organization. Proc Natl Acad Sci U S A 2016;113:12574–9. + + + Mauceri D. Role of epigenetic mechanisms in chronic pain. Cells 2022;11:2613. + + + Moser I, Sommer I, Gartlehner G. Who guideline for non-surgical management of chronic primary low back pain in adults in primary and community care settings. Gesundheitswesen 2024;86:715–22. + + + Nasir A, Afridi M, Afridi OK, Khan MA, Khan A, Zhang J, Qian B. The persistent pain enigma: molecular drivers behind acute-to-chronic transition. Neurosci Biobehav Rev 2025;173:106162. + + + Pei Y, Zhang Y, Zhu Y, Zhao Y, Zhou F, Huang M, Wu L, Gong H. Hyperconnectivity and high temporal variability of the primary somatosensory cortex in low-back-related leg pain: an fMRI study of static and dynamic functional connectivity. J Pain Res 2020;13:1665–75. + + + Pei Y, Peng J, Zhang Y, Huang M, Zhou F. Aberrant functional connectivity and temporal variability of the dynamic pain connectome in patients with low back related leg pain. Sci Rep 2022;12:6324. + + + Rehman Y, Bala M, Rehman N, Agarwal A, Koperny M, Crandon H, Abdullah R, Hull A, Makhdami N, Grodecki S, Wrzosek A, Lesniak W, Evaniew N, Ashoorion V, Wang L, Couban R, Drew B, Busse JW. Predictors of recovery following lumbar microdiscectomy for sciatica: a systematic review and meta-analysis of observational studies. Cureus 2023;15:e39664. + + + Romero-Garcia R, Seidlitz J, Whitaker KJ, Morgan SE, Fonagy P, Dolan RJ, Jones PB, Goodyer IM, Suckling J, Bullmore E, Dolan R, Goodyer I, Fonagy P, Jones P, Vaghi M, Moutoussis M, Hauser T, Neufeld S, Romero-Garcia R, St Clair M, Whitaker K, Inkster B, Prabhu G, Ooi C, Toseeb U, Widmer B, Bhatti J, Villis L, Alrumaithi A, Birt S, Bowler A, Cleridou K, Dadabhoy H, Davies E, Firkins A, Granville S, Harding E, Hopkins A, Isaacs D, King J, Kokorikou D, Maurice C, McIntosh C, Memarzia J, Mills H, O'Donnell C, Pantaleone S, Scott J, Fearon P, Suckling J, Harmelen ALv, Kievit R, Vértes P, Vértes PE, Bullmore ET. Schizotypy-related magnetization of cortex in healthy adolescence is colocated with expression of schizophrenia-related genes. Biol Psychiatry 2020;88:248–59. + + + Sharma S, McAuley JH. Low back pain in Low- and middle-income countries, part 1: the problem. J Orthop Sports Phys Ther 2022;52:233–5. + + + Simonetti M, Hagenston AM, Vardeh D, Freitag HE, Mauceri D, Lu J, Satagopam VP, Schneider R, Costigan M, Bading H, Kuner R. Nuclear calcium signaling in spinal neurons drives a genomic program required for persistent inflammatory pain. Neuron 2013;77:43–57. + + + Sloan G, Anton A, Caunt S, Wilkinson I, Selvarajah D, Tesfaye S. Higher sensory cortical energy metabolism in painful diabetic neuropathy: evidence from a cerebral magnetic resonance spectroscopy study. Diabetes 2023;72:1028–34. + + + Treede RD, Rief W, Barke A, Aziz Q, Bennett MI, Benoliel R, Cohen M, Evers S, Finnerup NB, First MB, Giamberardino MA, Kaasa S, Korwisi B, Kosek E, Lavand'homme P, Nicholas M, Perrot S, Scholz J, Schug S, Smith BH, Svensson P, Vlaeyen JWS, Wang SJ. Chronic pain as a symptom or a disease: the IASP classification of chronic pain for the International Classification of Diseases (ICD-11). PAIN 2019;160:19–27. + + + Vachon-Presseau E, Tétreault P, Petre B, Huang L, Berger SE, Torbey S, Baria AT, Mansour AR, Hashmi JA, Griffith JW, Comasco E, Schnitzer TJ, Baliki MN, Apkarian AV. Corticolimbic anatomical characteristics predetermine risk for chronic pain. Brain 2016;139:1958–70. + + + Velasco E, Flores-Cortés M, Guerra-Armas J, Flix-Díez L, Gurdiel-Álvarez F, Donado-Bermejo A, van den Broeke EN, Pérez-Cervera L, Delicado-Miralles M. Is chronic pain caused by central sensitization? A review and critical point of view. Neurosci Biobehav Rev 2024;167:105886. + + + Wang JH, Wu C, Lian YN, Liu L, Li XY. Targeting long-term depression of excitatory synaptic transmission for the treatment of neuropathic pain. FEBS J 2022;289:7334–42. + + + Woolf CJ, Costigan M. Transcriptional and posttranslational plasticity and the generation of inflammatory pain. Proc Natl Acad Sci U S A 1999;96:7723–30. + + + Yeo BT, Krienen FM, Sepulcre J, Sabuncu MR, Lashkari D, Hollinshead M, Roffman JL, Smoller JW, Zöllei L, Polimeni JR, Fischl B, Liu H, Buckner RL. The organization of the human cerebral cortex estimated by intrinsic functional connectivity. J Neurophysiol 2011;106:1125–65. + + + Zhang Y, Zhu Y, Pei Y, Zhao Y, Zhou F, Huang M, Wu L, Zhang D, Gong H. Disrupted interhemispheric functional coordination in patients with chronic low back-related leg pain: a multiscale frequency-related homotopic connectivity study. J Pain Res 2019;12:2615–26. + + + Zhou F, Wu L, Guo L, Zhang Y, Zeng X. Local connectivity of the resting brain connectome in patients with low back-related leg pain: a multiscale frequency-related Kendall's coefficient of concordance and coherence-regional homogeneity study. Neuroimage Clin 2019;21:101661. + + + Zhou F, Zhao Y, Zhu L, Jiang J, Huang M, Zhang Y, Zhuang Y, Gong H. Compressing the lumbar nerve root changes the frequency-associated cerebral amplitude of fluctuations in patients with low back/leg pain. Sci Rep 2019;9:2246. + + + +
+ + + 42212456 + + 2026 + 05 + 29 + +
+ + 1463-9084 + + + 2026 + May + 29 + + + Physical chemistry chemical physics : PCCP + Phys Chem Chem Phys + + Interpretable machine-learning prediction of DFT energies per atom and identification of magic numbers in coinage-metal nanoclusters (N ≤ 55) from the open quantum cluster database. + 10.1039/d6cp01474g + + Atomically precise coinage-metal nanoclusters (Cu, Ag, and Au) exhibit size-dependent stability critical for catalysis, plasmonics, and photocatalysis, yet first-principles screening becomes prohibitive beyond ∼55 atoms. We use the open quantum cluster database (QCD; 4381 Cu/Ag/Au clusters, N ≤ 55, PBE/PAW) to build an interpretable machine-learning framework for the DFT energy per atom (E + DFT/N). Nine geometric descriptors (radius of gyration, asphericity, compactness, and bounding-box dimensions) are combined with cluster size N, metal identity, and three QCD-derived electronic features. On a stratified 70/15/15 split, LightGBM attains a test MAE of 0.0144 eV atom-1 and R + 2 = 0.996, with stable 5-fold cross-validation (0.0142 ± 0.0004 eV per atom); ExtraTrees yielded near-equivalent accuracy. A geometry-only variant trained without electronic inputs retains an MAE = 0.0148 eV per atom (only 3% above the full model), demonstrating that energies can be ranked from coordinates alone. Per-metal second-difference (Δ2 + E) analysis with adaptive thresholds identifies universal peaks at N = 8 and 34 across all three metals; N = 32 and 38 are resolved only for Au, which is consistent with relativistic stabilization, whereas Au shows an anomalous Δ2 + E at N = 20 that is absent in Cu and Ag. SHAP analysis reveals that metal identity and cluster size dominate predictions, whereas geometric descriptors govern the ∼10 meV per atom differences that determine magic-number locations. Size-grouped cross-validation shows that interpolation within the QCD is highly accurate, but extrapolation across size domains is substantially harder (MAE ≈ 0.10 eV per atom), bounding the model's scope. The complete open-source pipeline is released to support FAIR data practices. + + + + Khairbek + Ali A + AA + 0000-0002-0477-5896 + + Department of Mechanical Engineering, University Centre for Research & Development, Chandigarh University, Gharuan, Mohali, Punjab, India. alikhairbek@gmail.com. + + + + Al-Zaben + Maha I + MI + + Department of Chemistry, College of Science, King Saud University, P.O. Box 2455, Riyadh, 11451, Saudi Arabia. + + + + Alzahrani + Abdullah Yahya Abdullah + AYA + + Department of Chemistry, Faculty of Science, King Khalid University, Abha, 61413, Saudi Arabia. + + + + Thomas + Renjith + R + 0000-0003-0011-633X + + Department of Chemistry, St Berchmans College (Autonomous), Changanassery, Kerala, 686101, India. renjith@sbcollege.ac.in. + + + Centre for Theoretical and Computational Chemistry, St Berchmans College (Autonomous), Changanassery, Kerala, 686101, India. + + + + eng + + Journal Article + + + 2026 + 05 + 29 + +
+ + England + Phys Chem Chem Phys + 100888160 + 1463-9076 + + IM +
+ + + + 2026 + 5 + 29 + 15 + 46 + + + 2026 + 5 + 29 + 15 + 46 + + + 2026 + 5 + 29 + 5 + 43 + + + aheadofprint + + 42212456 + 10.1039/d6cp01474g + + +
+ + + 42212409 + + 2026 + 05 + 29 + + + 2026 + 05 + 29 + +
+ + 1541-4337 + + 25 + 4 + + 2026 + Jul + + + Comprehensive reviews in food science and food safety + Compr Rev Food Sci Food Saf + + Machine Learning-Enabled Intelligent Technologies Across the Grape and Wine Value Chain: From Vineyard Sensing to Winemaking Optimization. + + e70523 + e70523 + + 10.1111/1541-4337.70523 + + Machine learning is transforming the grape and wine industry by shifting traditional experience-driven practices toward data-driven and intelligent decision making across the entire value chain. This review provides a conceptually driven synthesis of machine learning-enabled technologies spanning vineyard sensing, precision viticulture, fermentation monitoring, and winemaking optimization. An integrated analytical framework is proposed, linking multisource data acquisition, preprocessing and representation learning, model development, and intelligent decision making into a unified end-to-end pipeline. Building on this framework, the review critically examines advances related to five key scientific challenges: multimodal data integration, model interpretability, cross-domain generalization, whole-chain decision coordination, and scalable industrial deployment. Particular emphasis is placed on the mechanisms and trade-offs of multiscale sensing technologies (including spectroscopy, chromatography-mass spectrometry, imaging, and electronic sensing), as well as data preprocessing, feature engineering, and multimodal fusion strategies. A task-oriented and data-structured perspective on model selection is highlighted, covering linear models, kernel methods, ensemble learning, deep neural networks, and probabilistic frameworks, alongside evaluation protocols and interpretability approaches. In contrast to fragmented task-specific studies, this review highlights the importance of cross-stage integration and closed-loop decision systems linking vineyard management with downstream vinification and quality evaluation. Despite rapid progress, key challenges remain, including data scarcity and heterogeneity, limited model transferability, and high implementation costs. Emerging directions such as knowledge-guided machine learning, causal inference, small-sample learning, and human-AI collaboration are expected to enhance robustness and interpretability. Overall, this review provides a structured roadmap for advancing intelligent and sustainable practices in the grape and wine industry. + © 2026 Institute of Food Technologists®. + + + + Li + Xian + X + + College of Enology, Northwest A&F University, Yangling, Shaanxi Province, China. + + + + Bai + Mengmeng + M + + School of Chemistry and Chemical Engineering, North University of China, Taiyuan, China. + + + + Wang + Junhe + J + + College of Enology, Northwest A&F University, Yangling, Shaanxi Province, China. + + + + Pan + Qiliang + Q + + College of Enology, Northwest A&F University, Yangling, Shaanxi Province, China. + + + + Shi + Jiajun + J + + College of Enology, Northwest A&F University, Yangling, Shaanxi Province, China. + + + + Peng + Qirui + Q + + College of Enology, Northwest A&F University, Yangling, Shaanxi Province, China. + + + + Ma + Danyang + D + + College of Enology, Northwest A&F University, Yangling, Shaanxi Province, China. + + + International Grape and Wine Ningxia Exchange and Cooperation Center, Yinchuan, Ningxia Hui Autonomous Region, China. + + + + Mu + Haibin + H + + International Grape and Wine Ningxia Exchange and Cooperation Center, Yinchuan, Ningxia Hui Autonomous Region, China. + + + + Su + Baofeng + B + + College of Mechanical and Electronic Engineering, Northwest A&F University, Yangling, Shaanxi Province, China. + + + + Jiang + Jiao + J + + College of Enology, Northwest A&F University, Yangling, Shaanxi Province, China. + + + + Qin + Yi + Y + 0000-0001-6563-4790 + + College of Enology, Northwest A&F University, Yangling, Shaanxi Province, China. + + + + Liu + Yanlin + Y + + College of Enology, Northwest A&F University, Yangling, Shaanxi Province, China. + + + + Song + Yuyang + Y + 0000-0002-4377-6875 + + College of Enology, Northwest A&F University, Yangling, Shaanxi Province, China. + + + + eng + + + 2024YFD2100600 + National Key R&D Program of China + + + + 2023JH-NYCL-0011 + Municipal Science and Technology Planning Project + + + + CARS-29-jg-03 + National Modern Agriculture (Grape) Industry Technology System Construction Project + + + + 26ZDNA009 + Major Special Project Plan of Gansu Province + + + + + Journal Article + Review + +
+ + United States + Compr Rev Food Sci Food Saf + 101305205 + 1541-4337 + + IM + + + Wine + analysis + + + Vitis + + + Machine Learning + + + Fermentation + + + Soft Computing + + + Agriculture + + + + data fusion + deep learning + fermentation modeling + interpretability + precision viticulture + quality prediction + +
+ + + + 2026 + 5 + 29 + 15 + 42 + + + 2026 + 5 + 29 + 15 + 41 + + + 2026 + 4 + 30 + + + 2026 + 3 + 4 + + + 2026 + 5 + 11 + + + 2026 + 5 + 29 + 5 + 13 + + + ppublish + + 42212409 + 10.1111/1541-4337.70523 + + + + Abbatantuono, F., G. Lopriore, A. Tallou, et al. 2024. “Recent Progress on Grapevine Water Status Assessment Through Remote and Proximal Sensing: A Review.” Scientia Horticulturae 338: 113658. https://doi.org/10.1016/j.scienta.2024.113658. + + + Acevedo‐Opazo, C., S. Ortega‐Farias, and S. Fuentes. 2021. “In‐Field and Non‐Destructive Monitoring of Grapes Maturity by Hyperspectral Imaging.” Biosystems Engineering 207, no. 7: 59–67. https://doi.org/10.1016/j.agwat.2010.01.025. + + + Adamashvili, N., N. Zhizhilashvili, and C. Tricase. 2024. “The Integration of the Internet of Things, Artificial Intelligence, and Blockchain Technology for Advancing the Wine Supply Chain.” Computers 13, no. 3: 72. https://doi.org/10.3390/computers13030072. + + + Adão, T., S. Shahrabadi, J. Mendes, et al. 2025. “Advancing Digital Ampelography: Automated Classification of Grapevine Varieties.” Computers and Electronics in Agriculture 229: 109675. https://doi.org/10.1016/j.compag.2024.109675. + + + Aguiar, A. S., S. A. Magalhães, F. N. Dos Santos, et al. 2021. “Grape Bunch Detection at Different Growth Stages Using Deep Learning Quantized Models.” Agronomy 11, no. 9: 1890. https://doi.org/10.3390/agronomy11091890. + + + Aguilera, T., J. Lozano, J. A. Paredes, F. J. Álvarez, and J. I. Suárez. 2012. “Electronic Nose Based on Independent Component Analysis Combined With Partial Least Squares and Artificial Neural Networks for Wine Prediction.” Sensors 12, no. 6: 8055–8072. https://doi.org/10.3390/s120608055. + + + Alessandrini, M., R. Calero Fuentes Rivera, L. Falaschetti, D. Pau, V. Tomaselli, and C. Turchetti. 2021. “A Grapevine Leaves Dataset for Early Detection and Classification of Esca Disease in Vineyards Through Machine Learning.” Data in Brief 35: 106809. https://doi.org/10.1016/j.dib.2021.106809. + + + Alfieri, G., M. Modesti, R. Riggi, and A. Bellincontro. 2024. “Recent Advances and Future Perspectives in the E‐Nose Technologies Addressed to the Wine Industry.” Sensors 24, no. 7: 2293. https://doi.org/10.3390/s24072293. + + + Amzad Basha, M. S., K. Desai, S. Christina, M. M. Sucharitha, and A. Maheshwari. 2023. “Enhancing Red Wine Quality Prediction Through Machine Learning Approaches With Hyperparameters Optimization Technique.” In 2023 2nd International Conference on Electrical, Electronics, Information and Communication Technologies, ICEEICT 2023, 7719. https://doi.org/10.1109/ICEEICT56924.2023.10157719. + + + An, J., R. C. Deed, B. R. Young, P. A. Kilmartin, and W. Yu. 2025. “Product Extrinsic Cues as Quality Predictors in New Zealand Pinot Noir: Vintage Outperforms Price.” Food and Humanity 5: 100696. https://doi.org/10.1016/j.foohum.2025.100696. + + + Anami, B. S., K. Mainalli, S. Kallur, and V. Patil. 2022. “A Machine Learning Based Approach for Wine Quality Prediction.” In 2022 2nd Asian Conference on Innovation in Technology, ASIANCON 2022, 22. https://doi.org/10.1109/ASIANCON55314.2022.9908870. + + + Andrade, C. B., J. M. Moura‐Bueno, J. J. Comin, and G. Brunetto. 2023. “Grape Yield Prediction Models: Approaching Different Machine Learning Algorithms.” Horticulturae 9, no. 12: 1294. https://doi.org/10.3390/horticulturae9121294. + + + Anjos, O., I. Caldeira, T. A. Fernandes, et al. 2021. “PLS‐R Calibration Models for Wine Spirit Volatile Phenols Prediction by Near‐Infrared Spectroscopy.” Sensors 22, no. 1: 286. https://doi.org/10.3390/s22010286. + + + Arab, S. T., R. Noguchi, S. Matsushita, and T. Ahamed. 2021. “Prediction of Grape Yields From Time‐Series Vegetation Indices Using Satellite Remote Sensing and a Machine‐Learning Approach.” Remote Sensing Applications: Society and Environment 22: 100485. https://doi.org/10.1016/j.rsase.2021.100485. + + + Armstrong, C. E. J., A. M. Gilmore, P. K. Boss, V. Pagay, and D. W. Jeffery. 2023. “Machine Learning for Classifying and Predicting Grape Maturity Indices Using Absorbance and Fluorescence Spectra.” Food Chemistry 403: 134321. https://doi.org/10.1016/j.foodchem.2022.134321. + + + Armstrong, C. E. J., J. Niimi, P. K. Boss, V. Pagay, and D. W. Jeffery. 2023. “Use of Machine Learning With Fused Spectral Data for Prediction of Product Sensory Characteristics: The Case of Grape to Wine.” Foods 12, no. 4: 757. https://doi.org/10.3390/foods12040757. + + + Astray, G., J. C. Mejuto, V. Martínez‐Martínez, I. Nevares, M. Alamo‐Sanza, and J. Simal‐Gandara. 2019. “Prediction Models to Control Aging Time in Red Wine.” Molecules 24, no. 5: 826. https://doi.org/10.3390/molecules24050826. + + + Aznar, M., R. López, J. Cacho, and V. Ferreira. 2003. “Prediction of Aged Red Wine Aroma Properties From Aroma Chemical Composition. Partial Least Squares Regression Models.” Journal of Agricultural and Food Chemistry 51, no. 9: 2700–2707. https://doi.org/10.1021/jf026115z. + + + Bai, X., B. Dai, X. Liu, et al. 2024. “Design and Implementation of Popular Quality Analysis System for Dry Red Wines Originating From Northwest China.” International Journal of Food Science & Technology 59, no. 5: 3478–3490. https://doi.org/10.1111/ijfs.16989. + + + Barriguinha, A., M. de Castro Neto, and A. Gil. 2021. “Vineyard Yield Estimation, Prediction, and Forecasting: A Systematic Literature Review.” Agronomy 11, no. 9: 1789. https://doi.org/10.3390/agronomy11091789. + + + Basalekou, M., P. Tataridis, K. Georgakis, and C. Tsintonis. 2023. “Measuring Wine Quality and Typicity.” Beverages 9, no. 2: 41. https://doi.org/10.3390/beverages9020041. + + + Basile, T., A. D. Marsico, and R. Perniola. 2021. “NIR Analysis of Intact Grape Berries: Chemical and Physical Properties Prediction Using Multivariate Analysis.” Foods 10, no. 1: 113. https://doi.org/10.3390/foods10010113. + + + Basile, T., A. D. Marsico, and R. Perniola. 2022. “Use of Artificial Neural Networks and NIR Spectroscopy for Non‐Destructive Grape Texture Prediction.” Foods 11, no. 3: 281. https://doi.org/10.3390/foods11030281. + + + Bastard, A., and A. Chaillet. 2023. “Digitalization From Vine to Wine: Successes and Remaining Challenges—A Review.” BIO Web of Conferences 68: 01034. https://doi.org/10.1051/bioconf/20236801034. + + + Beri, M., K. S. Gill, and N. Sharma. 2024. “Predictive Modeling of Wine Quality Using Machine Learning Techniques.” In 2024 Second International Conference on Intelligent Cyber Physical Systems and Internet of Things (ICoICI), 1017–1022. https://doi.org/10.1109/ICoICI62503.2024.10696690. + + + Bhardwaj, P., P. Tiwari, K. Olejar, W. Parr, and D. Kulasiri. 2022. “A Machine Learning Application in Wine Quality Prediction.” Machine Learning with Applications 8: 100261. https://doi.org/10.1016/j.mlwa.2022.100261. + + + Brillante, L., F. Gaiotti, L. Lovat, et al. 2015. “Investigating the Use of Gradient Boosting Machine, Random Forest and Their Ensemble to Predict Skin Flavonoid Content From Berry Physical–Mechanical Characteristics in Wine Grapes.” Computers and Electronics in Agriculture 117: 186–193. https://doi.org/10.1016/j.compag.2015.07.017. + + + Brillante, L., O. Mathieu, J. Lévêque, and B. Bois. 2016. “Ecophysiological Modeling of Grapevine Water Stress in Burgundy Terroirs by a Machine‐Learning Approach.” Frontiers in Plant Science 7: 796. https://doi.org/10.3389/fpls.2016.00796. + + + Bruni, V., G. Dominijanni, and D. Vitulano. 2023. “A Machine‐Learning Approach for Automatic Grape‐Bunch Detection Based on Opponent Colors.” Sustainability (Switzerland) 15, no. 5: 4341. https://doi.org/10.3390/su15054341. + + + Cao, J. 2025. “AI: A New and Impactful Player in the Quality Evaluation of Wine.” Harvard Data Science Review 7, no. 1: be44bdad. https://doi.org/10.1162/99608f92.be44bdad. + + + Cardoso Schwindt, V., M. M. Coletto, M. F. Díaz, and I. Ponzoni. 2022. “Could QSOR Modelling and Machine Learning Techniques Be Useful to Predict Wine Aroma?” Food and Bioprocess Technology 16, no. 1: 24–42. https://doi.org/10.1007/s11947‐022‐02836‐x. + + + Carneiro, C. N., F. J. V. Gomez, A. Spisso, M. F. Silva, J. L. O. Santos, and F. S. Dias. 2022. Exploratory Analysis of South America Wines Using Artificial Intelligence. https://doi.org/10.21203/rs.3.rs‐2155932/v1. + + + Carneiro, G. A., A. Cunha, T. J. Aubry, and J. Sousa. 2024. “Advancing Grapevine Variety Identification: A Systematic Review of Deep Learning and Machine Learning Approaches.” AgriEngineering 6, no. 4: 4851–4888. https://doi.org/10.3390/agriengineering6040277. + + + Charan, V., R. Jashwanth, K. S. Krishna, S. R. Reddy, and S. Makka. 2024. “Grapes to Grades: Machine Learning Insights Into Grape Nectar Quality.” In 2024 4th International Conference on Advancement in Electronics and Communication Engineering, AECE 2024, 162–167. https://doi.org/10.1109/AECE62803.2024.10911540. + + + Chen, M., F. Brun, M. Raynal, and D. Makowski. 2020. “Forecasting Severe Grape Downy Mildew Attacks Using Machine Learning.” PLoS ONE 15, no. 3: e0230254. https://doi.org/10.1371/journal.pone.0230254. + + + Chiu, T. H. Y., C. Wu, and C. H. Chen. 2021. “A Generalized Wine Quality Prediction Framework by Evolutionary Algorithms.” International Journal of Interactive Multimedia and Artificial Intelligence 6, no. 7: 60–70. https://doi.org/10.9781/ijimai.2021.04.006. + + + Cobo, M., I. Heredia, F. Aguilar, et al. 2022. “Artificial Intelligence to Estimate Wine Volume From Single‐View Images.” Heliyon 8, no. 9: e10557. https://doi.org/10.1016/j.heliyon.2022.e10557. + + + Cozzolino, D., M. J. Kwiatkowski, M. Parker, et al. 2004. “Prediction of Phenolic Compounds in Red Wine Fermentations by Visible and Near Infrared Spectroscopy.” Analytica Chimica Acta 513, no. 1: 73–80. https://doi.org/10.1016/j.aca.2003.08.066. + + + da Costa, N. L., and M. D. de Lima. 2025. “A Methodological Framework for Wine and Grape Authenticity: Combining Bibliometrics and Text Mining.” Quality & Quantity 60: 61–86. https://doi.org/10.1007/s11135‐025‐02252‐1. + + + da Costa, N. L., L. A. Valentin, I. A. Castro, and R. M. Barbosa. 2021. “Predictive Modeling for Wine Authenticity Using a Machine Learning Approach.” Artificial Intelligence in Agriculture 5: 157–162. https://doi.org/10.1016/j.aiia.2021.07.001. + + + da Costa, N. L., J. P. B. Ximenez, J. L. Rodrigues, F. Barbosa, and R. Barbosa. 2020. “Characterization of Cabernet Sauvignon Wines From California: Determination of Origin Based on ICP‐MS Analysis and Machine Learning Techniques.” European Food Research and Technology 246, no. 6: 1193–1205. https://doi.org/10.1007/s00217‐020‐03480‐5. + + + De La Cruz Rojas, E. M., J. Nuñez‐Pérez, M. Lara‐Fiallos, J. M. Pais‐Chanfrau, R. Espín‐Valladares, and J. C. DelaVega‐Quintero. 2024. “An Artificial Intelligence Approach for Estimating the Turbidity of Artisanal Wine and Dosage of Clarifying Agents.” Applied Sciences 14, no. 11: 4416. https://doi.org/10.3390/app14114416. + + + Dimitri, G. M., and A. Trambusti. 2024. “Precision Agriculture for Wine Production: A Machine Learning Approach to Link Weather Conditions and Wine Quality.” Heliyon 10, no. 11: e31648. https://doi.org/10.1016/j.heliyon.2024.e31648. + + + Fan, P., K. Li, T. Li, P. Zhang, and S. Huang. 2025. “Nanopore Signatures of Major Alcoholic Beverages.” Matter 8, no. 3: 101931. https://doi.org/10.1016/j.matt.2024.11.025. + + + Fernandes, M., J. D. Gamba, F. Pelusi, et al. 2025. “Grapevine Winter Pruning: Merging 2D Segmentation and 3D Point Clouds for Pruning Point Generation.” Computers and Electronics in Agriculture 237: 110589. https://doi.org/10.1016/j.compag.2025.110589. + + + Ferrara, G., A. Melle, V. Marcotuli, D. Botturi, O. A. Fawole, and A. Mazzeo. 2022. “The Prediction of Ripening Parameters in Primitivo Wine Grape Cultivar Using a Portable NIR Device.” Journal of Food Composition and Analysis 114: 104836. https://doi.org/10.1016/j.jfca.2022.104836. + + + Florea, A., A. Sipos, and M. C. Stoisor. 2022. “Applying AI Tools for Modeling, Predicting and Managing the White Wine Fermentation Process.” Fermentation 8, no. 4: 137. https://doi.org/10.3390/FERMENTATION8040137. + + + Fraga, H., T. R. Freitas, M. Moriondo, D. Molitor, and J. A. Santos. 2024. “Determining the Climatic Drivers for Wine Production in the Côa Region (Portugal) Using a Machine Learning Approach.” Land 13, no. 6: 749. https://doi.org/10.3390/land13060749. + + + Franczyk, B., M. Hernes, A. Kozierkiewicz, et al. 2020. “Deep Learning for Grape Variety Recognition.” Procedia Computer Science 176: 1211–1220. https://doi.org/10.1016/j.procs.2020.09.117. + + + Fuentes, S., E. J. Tongson, R. De Bei, et al. 2019. “Non‐Invasive Tools to Detect Smoke Contamination in Grapevine Canopies, Berries and Wine: A Remote Sensing and Machine Learning Modeling Approach.” Sensors 19, no. 15: 3335. https://doi.org/10.3390/s19153335. + + + Fuentes, S., E. Tongson, D. D. Torrico, and C. Gonzalez Viejo. 2020. “Modeling Pinot Noir Aroma Profiles Based on Weather and Water Management Information Using Machine Learning Algorithms: A Vertical Vintage Analysis Using Artificial Intelligence.” Foods 9, no. 1: 33. https://doi.org/10.3390/foods9010033. + + + Fuller, H., C. Beaver, and J. Harbertson. 2021. “Alcoholic Fermentation Monitoring and pH Prediction in Red and White Wine by Combining Spontaneous Raman Spectroscopy and Machine Learning Algorithms.” Beverages 2021 7, no. 4: 78. https://doi.org/10.3390/beverages7040078. + + + Garde‐Cerdán, T., N. L. da Costa, P. Rubio‐Bretón, et al. 2021. “The Most Important Parameters to Differentiate Tempranillo and Tempranillo Blanco Grapes and Wines Through Machine Learning.” Food Analytical Methods 14, no. 11: 2221–2236. https://doi.org/10.1007/s12161‐021‐02049‐6. + + + Geană, E. I., C. T. Ciucure, and C. Apetrei. 2020. “Electrochemical Sensors Coupled With Multivariate Statistical Analysis as Screening Tools for Wine Authentication Issues: A Review.” Chemosensors 8, no. 3: 59. https://doi.org/10.3390/CHEMOSENSORS8030059. + + + Geetha, C., B. Arunsundar, G. Vasumathi, K. Thamizhazhakan, and C. V. Sudhakar. 2024. “Decoding AI: Experimental Analysis of Artificial Intelligence Based Wine Quality Prediction Logic Using Convoluted Deep Classification Strategy.” Proceedings of 9th International Conference on Science, Technology, Engineering and Mathematics: The Role of Emerging Technologies in Digital Transformation, ICONSTEM 2024, 6509. https://doi.org/10.1109/ICONSTEM60960.2024.10568783. + + + Giglio, C., Y. Yang, and P. Kilmartin. 2023. “Analysis of Phenolics in New Zealand Pinot Noir Wines Using UV‐Visible Spectroscopy and Chemometrics.” Journal of Food Composition and Analysis 117: 105106. https://doi.org/10.1016/j.jfca.2022.105106. + + + Gomes, V., and P. Melo‐Pinto. 2021. “Towards Robust Machine Learning Models for Grape Ripeness Assessment.” In JCSSE 2021 ‐ 18th International Joint Conference on Computer Science and Software Engineering: Cybernetics for Human Beings. https://doi.org/10.1109/JCSSE53117.2021.9493822. + + + Gomes, V., M. S. Reis, F. Rovira‐Más, A. Mendes‐Ferreira, and P. Melo‐Pinto. 2021. “Prediction of Sugar Content in Port Wine Vintage Grapes Using Machine Learning and Hyperspectral Imaging.” Processes 9, no. 7: 1241. https://doi.org/10.3390/pr9071241. + + + Gómez‐Meire, S., C. Campos, E. Falqué, F. Díaz, and F. Fdez‐Riverola. 2014. “Assuring the Authenticity of Northwest Spain White Wine Varieties Using Machine Learning Techniques.” Food Research International 60: 230–240. https://doi.org/10.1016/j.foodres.2013.09.032. + + + Gu, H. W., H. H. Zhou, Y. Lv, et al. 2023. “Geographical Origin Identification of Chinese Red Wines Using Ultraviolet‐Visible Spectroscopy Coupled With Machine Learning Techniques.” Journal of Food Composition and Analysis 119: 105265. https://doi.org/10.1016/j.jfca.2023.105265. + + + Guo, T., Y. Li, W. Yong, et al. 2021. “Non‐Target Geographic Region Discrimination of Cabernet Sauvignon Wine by Direct Analysis in Real Time Mass Spectrometry With Chemometrics Methods.” International Journal of Mass Spectrometry 464: 116577. https://doi.org/10.1016/j.ijms.2021.116577. + + + Gupta, Y. 2018. “Selection of Important Features and Predicting Wine Quality Using Machine Learning Techniques.” Procedia Computer Science 125: 305–312. https://doi.org/10.1016/j.procs.2017.12.041. + + + Gutiérrez, S., J. Fernández‐Novales, M. P. Diago, and J. Tardaguila. 2018. “On‐the‐Go Hyperspectral Imaging Under Field Conditions and Machine Learning for the Classification of Grapevine Varieties.” Frontiers in Plant Science 9: 366559. https://doi.org/10.3389/fpls.2018.01102. + + + Harris, N., C. Gonzalez Viejo, C. Barnes, and S. Fuentes. 2023. “Non‐Invasive Digital Technologies to Assess Wine Quality Traits and Provenance Through the Bottle.” Fermentation 9, no. 1: 10. https://doi.org/10.3390/fermentation9010010. + + + Harris, N., C. Gonzalez Viejo, C. Barnes, A. Pang, and S. Fuentes. 2023. “Wine Quality Assessment for Shiraz Vertical Vintages Based on Digital Technologies and Machine Learning Modeling.” Food Bioscience 56: 103354. https://doi.org/10.1016/j.fbio.2023.103354. + + + Hategan, A. R., M. David, A. Pirnau, et al. 2024. “Fusing 1H NMR and Raman Experimental Data for the Improvement of Wine Recognition Models.” Food Chemistry 458, no. 1: 140245. https://doi.org/10.1016/j.foodchem.2024.140245. + + + Hategan, A. R., A. Pirnau, and D. A. Magdas. 2025. “Applications of Machine Learning for Wine Recognition Based on 1H‐NMR Spectroscopy.” Beverages 11, no. 2: 45. https://doi.org/10.3390/beverages11020045. + + + Hensel, M., J. Vestner, J. Fahrer, and D. Durner. 2025. “Evaluation of Machine Learning Algorithms to Classify Blanc De Noir Wines With Spectrophotometric Data.” American Journal of Enology and Viticulture 76, no. 1: 0760006. https://doi.org/10.5344/ajev.2024.24029. + + + Hiniesta‐Valero, J., A. Guerra‐Castellano, A. Fernández‐Veloso, M. A. De la Rosa, and I. Díaz‐Moreno. 2025. “A Machine Learning‐Based Nuclear Magnetic Resonance Profiling Model to Authenticate ‘Jerez‐Xérès‐Sherry’ Wines.” Spectrochimica Acta Part A: Molecular and Biomolecular Spectroscopy 337: 126102. https://doi.org/10.1016/j.saa.2025.126102. + + + Huang, Z., A. Qin, J. Lu, A. Menon, and J. Gao. 2020. “Grape Leaf Disease Detection and Classification Using Machine Learning.” In Proceedings—IEEE Congress on Cybermatics: 2020 IEEE International Conferences on Internet of Things, IThings 2020, IEEE Green Computing and Communications, GreenCom 2020, IEEE Cyber, Physical and Social Computing, CPSCom 2020 and IEEE Smart Data, Smart…, 870–877. https://doi.org/10.1109/iThings‐GreenCom‐CPSCom‐SmartData‐Cybermatics50389.2020.00150. + + + Izquierdo‐Bueno, I., J. Moraga, J. M. Cantoral, M. Carbú, C. Garrido, and V. E. González‐Rodríguez. 2024. “Smart Viniculture: Applying Artificial Intelligence for Improved Winemaking and Risk Management.” Applied Sciences (Switzerland) 14, no. 22: 10277. https://doi.org/10.3390/app142210277. + + + Jana, D. K., P. Bhunia, S. D. Adhikary, and A. Mishra. 2023. “Analyzing of Salient Features and Classification of Wine Type Based on Quality Through Various Neural Network and Support Vector Machine Classifiers.” Results in Control and Optimization 11: 100219. https://doi.org/10.1016/j.rico.2023.100219. + + + Javidan, S. M., A. Banakar, K. A. Vakilian, and Y. Ampatzidis. 2023. “Diagnosis of Grape Leaf Diseases Using Automatic K‐Means Clustering and Machine Learning.” Smart Agricultural Technology 3: 100081. https://doi.org/10.1016/j.atech.2022.100081. + + + Jensen, J. S., S. Demiray, M. Egebo, and A. S. Meyer. 2008. “Prediction of Wine Color Attributes From the Phenolic Profiles of Red Grapes (Vitis vinifera).” Journal of Agricultural and Food Chemistry 56, no. 3: 1105–1115. https://doi.org/10.1021/jf072541e. + + + Kalopesa, E., T. Gkrimpizis, N. Samarinas, N. L. Tsakiridis, and G. C. Zalidis. 2023. “Rapid Determination of Wine Grape Maturity Level From pH, Titratable Acidity, and Sugar Content Using Non‐Destructive In Situ Infrared Spectroscopy and Multi‐Head Attention Convolutional Neural Networks.” Sensors 23, no. 23: 9536. https://doi.org/10.3390/s23239536. + + + Kalopesa, E., K. Karyotis, N. Tziolas, N. Tsakiridis, N. Samarinas, and G. Zalidis. 2023. “Estimation of Sugar Content in Wine Grapes via In Situ VNIR–SWIR Point Spectroscopy Using Explainable Artificial Intelligence Techniques.” Sensors 23, no. 3: 1065. https://doi.org/10.3390/s23031065. + + + Kasimati, A., B. Espejo‐García, N. Darra, and S. Fountas. 2022. “Predicting Grape Sugar Content Under Quality Attributes Using Normalized Difference Vegetation Index Data and Automated Machine Learning.” Sensors 22, no. 9: 3249. https://doi.org/10.3390/s22093249. + + + Kasimati, A., B. Espejo‐Garcia, E. Vali, I. Malounas, and S. Fountas. 2021. “Investigating a Selection of Methods for the Prediction of Total Soluble Solids Among Wine Grape Quality Characteristics Using Normalized Difference Vegetation Index Data From Proximal and Remote Sensing.” Frontiers in Plant Science 12: 683078. https://doi.org/10.3389/fpls.2021.683078. + + + Kaushal, R. K., S. Soman, A. Sharma, S. Vishwakarma, R. Dani, and I. Ahamad. 2025. “Quality of Wine Prediction Using Machine Learning Algorithms.” In 2025 International Conference on Intelligent and Secure Engineering Solutions (CISES), 313–318. https://doi.org/10.1109/CISES66934.2025.11265636. + + + Khalafyan, A., Z. Temerdashev, A. Abakumov, O. Sheludko, and V. Akin'shina. 2025. “Assessment of the Sensory Properties of Wines Using Artificial Intelligence Technologies.” ACS Food Science & Technology 5: 2691–2700. https://doi.org/10.1021/acsfoodscitech.5c00192. + + + Koljančić, N., K. Furdíková, A. de Araújo Gomes, and I. Špánik. 2024. “Wine Authentication: Current Progress and State of the Art.” Trends in Food Science and Technology 150: 104598. https://doi.org/10.1016/j.tifs.2024.104598. + + + Kontogiannis, S., M. Tsoumani, G. Kokkonis, C. Pikridas, and Y. Kotseridis. 2025. Deep Learning Assessment of Wine Fermentation Processes Using IoT Nose and Tongue Probes. https://doi.org/10.20944/preprints202505.2143.v1. + + + Kulasiri, D., S. Somin, and S. Kumara Pathirannahalage. 2024. “A Machine Learning Pipeline for Predicting Pinot Noir Wine Quality From Viticulture Data: Development and Implementation.” Foods 13, no. 19: 3091. https://doi.org/10.3390/foods13193091. + + + Kunduracioglu, I., and I. Pacal. 2024. “Advancements in Deep Learning for Accurate Classification of Grape Leaves and Diagnosis of Grape Diseases.” Journal of Plant Diseases and Protection 131, no. 3: 1061–1080. https://doi.org/10.1007/s41348‐024‐00896‐z. + + + Kurtanjek, Ž. 2023. “Wine Quality Analysis by the Structural Causal Model (SCM).” Croatian Journal of Food Science and Technology 15, no. 2: 173–184. https://doi.org/10.17508/cjfst.2023.15.2.05. + + + Laroche‐Pinel, E., K. Singh, M. Flasco, M. L. Cooper, M. Fuchs, and L. Brillante. 2025. “Grapevine Red Blotch Virus Detection in the Vineyard: Leveraging Machine Learning With VIS/NIR Hyperspectral Images for Asymptomatic and Symptomatic Vines.” Computers and Electronics in Agriculture 234: 110251. https://doi.org/10.1016/j.compag.2025.110251. + + + Le, L., P. N. Hurtado, I. Lawrence, Q. Tian, and B. Chen. 2023. “Applying Neural Networks in Wineinformatics With the New Computational Wine Wheel.” Fermentation 9, no. 7: 629. https://doi.org/10.3390/fermentation9070629. + + + Ling, M., X. Bai, D. Cui, Y. Shi, C. Duan, and Y. Lan. 2023. “An Efficient Methodology for Modeling to Predict Wine Aroma Expression Based on Quantitative Data of Volatile Compounds: A Case Study of Oak Barrel‐Aged Red Wines.” Food Research International 164: 112440. https://doi.org/10.1016/j.foodres.2022.112440. + + + Liu, H., Q. Li, B. Yan, L. Zhang, and Y. Gu. 2019. “Bionic Electronic Nose Based on Mos Sensors Array and Machine Learning Algorithms Used for Wine Properties Detection.” Sensors 19, no. 1: 45. https://doi.org/10.3390/s19010045. + + + Liu, Z., Y. Zhang, Y. Zhang, L. Guo, C. Wu, and W. Shen. 2023. “Evaluation of Table Grape Flavor Based on Deep Neural Networks.” Applied Sciences 13, no. 11: 6532. https://doi.org/10.3390/app13116532. + + + Loggenberg, K., A. Strever, B. Greyling, and N. Poona. 2018. “Modelling Water Stress in a Shiraz Vineyard Using Hyperspectral Imaging and Machine Learning.” Remote Sensing 10, no. 2: 202. https://doi.org/10.3390/rs10020202. + + + Lohumi, S., S. Lee, H. Lee, and B. K. Cho. 2024. “An Artificial Intelligence‐Based Tool to Predict “Unhealthy” Wine and Olive Oil.” Journal of Agriculture and Food Research 16, no. 1: 101179. https://doi.org/10.1016/j.tifs.2015.08.003. + + + Lourenço‐Gomes, L., M. G. Pereira, N. J. Gonçalves, T. Gonçalves, and J. Rebelo. 2025. “Willingness to Pay of Portuguese Sparkling Wine Consumers: Econometric and Machine Learning Approaches.” Journal of Wine Economics 20, no. 1: 68–88. https://doi.org/10.1017/jwe.2024.22. + + + Lu, B., F. Tian, C. Chen, et al. 2023. “Identification of Chinese Red Wine Origins Based on Raman Spectroscopy and Deep Learning.” Spectrochimica Acta Part A: Molecular and Biomolecular Spectroscopy 291: 122355. https://doi.org/10.1016/j.saa.2023.122355. + + + Lv, Z., G. Gu, K. Xia, et al. 2025. “Faster and Lighter Surface Defect Detection Model for Transparent Wine Bottle.” International Journal of Machine Learning and Cybernetics 16, no. 5: 3413–3428. https://doi.org/10.1007/s13042‐024‐02459‐y. + + + Lyu, H., M. Grafton, T. Ramilan, M. Irwin, and E. Sandoval. 2025a. “Non‐Destructive and On‐Site Estimation of Grape Total Soluble Solids by Field Spectroscopy and Stack Ensemble Learning.” European Journal of Agronomy 167: 127558. https://doi.org/10.1016/j.eja.2025.127558. + + + Lyu, H., M. Grafton, T. Ramilan, M. Irwin, and E. Sandoval. 2025b. “Synthetic Hyperspectral Reflectance Data Augmentation by Generative Adversarial Network to Enhance Grape Maturity Determination.” Computers and Electronics in Agriculture 235: 110341. https://doi.org/10.1016/j.compag.2025.110341. + + + Ma, R., D. Mao, D. Cao, S. Luo, S. Gupta, and Y. Wang. 2024. “From Vineyard to Table: Uncovering Wine Quality for Sales Management Through Machine Learning.” Journal of Business Research 176: 114576. https://doi.org/10.1016/j.jbusres.2024.114576. + + + Mahima. Gupta, U., Y. Patidar, A. Agarwal, and K. P. Singh. 2020. “Wine Quality Analysis Using Machine Learning Algorithms.” Lecture Notes in Networks and Systems 106: 11–18. https://doi.org/10.1007/978‐981‐15‐2329‐8_2. + + + Maimaitiyiming, M., V. Sagan, P. Sidike, and M. T. Kwasniewski. 2019. “Dual Activation Function‐Based Extreme Learning Machine (ELM) for Estimating Grapevine Berry Yield and Quality.” Remote Sensing 11, no. 7: 740. https://doi.org/10.3390/rs11070740. + + + Majeed, Y., M. Karkee, Q. Zhang, L. Fu, and M. D. Whiting. 2020. “Determining Grapevine Cordon Shape for Automated Green Shoot Thinning Using Semantic Segmentation‐Based Deep Learning Networks.” Computers and Electronics in Agriculture 171: 105308. https://doi.org/10.1016/j.compag.2020.105308. + + + Malisic, B., N. Misic, S. Krco, A. Martinovic, S. Tinaj, and T. Popovic. 2023. “Blockchain Adoption in the Wine Supply Chain: A Systematic Literature Review.” Sustainability (Switzerland) 15, no. 19: 14408. https://doi.org/10.3390/su151914408. + + + Mascellani, A., G. Hoca, M. Babisz, P. Krska, P. Kloucek, and J. Havlik. 2021. “1H NMR Chemometric Models for Classification of Czech Wine Type and Variety.” Food Chemistry 339: 127852. https://doi.org/10.1016/j.foodchem.2020.127852. + + + Mendes, E., and N. Duarte. 2021. “Mid‐Infrared Spectroscopy as a Valuable Tool to Tackle Food Analysis: A Literature Review on Coffee, Dairies, Honey, Olive Oil and Wine.” Foods 10, no. 2: 477. https://doi.org/10.3390/foods10020477. + + + Mohimont, L., F. Alin, M. Rondeau, N. Gaveau, and L. A. Steffenel. 2022. “Computer Vision and Deep Learning for Precision Viticulture.” Agronomy 12, no. 10: 2463. https://doi.org/10.3390/agronomy12102463. + + + Moreira, D. O., L. Paulo Reis, and P. Cortez. 2024. “Using Machine Learning to Predict Wine Quality and Prices: A Demonstrative Case Using a Large Tabular Database.” IEEE Access 12: 182296–182309. https://doi.org/10.1109/ACCESS.2024.3509022. + + + Mu, W., Y. Feng, H. Shu, B. Wang, and D. Tian. 2022. “Wine Recommendation Algorithm Based on Partitioning and Stacking Integration Strategy for Chinese Wine Consumers.” Italian Journal of Food Science 34, no. 2: 98–109. https://doi.org/10.15586/IJFS.V34I2.2209. + + + Nguyen, C., V. Sagan, M. Maimaitiyiming, M. Maimaitijiang, S. Bhadra, and M. T. Kwasniewski. 2021. “Early Detection of Plant Viral Disease Using Hyperspectral Imaging and Deep Learning.” Sensors 21, no. 3: 742. https://doi.org/10.3390/s21030742. + + + Niimi, J., K. H. Liland, O. Tomic, D. W. Jeffery, S. E. P. Bastian, and P. K. Boss. 2021. “Prediction of Wine Sensory Properties Using Mid‐Infrared Spectra of Cabernet Sauvignon and Chardonnay Grape Berries and Wines.” Food Chemistry 344: 128634. https://doi.org/10.1016/j.foodchem.2020.128634. + + + Niimi, J., O. Tomic, T. Næs, et al. 2020. “Objective Measures of Grape Quality: From Cabernet Sauvignon Grape Composition to Wine Sensory Characteristics.” LWT 123: 109105. https://doi.org/10.1016/j.lwt.2020.109105. + + + Niranjala, S. H., and S. B. Goyal. 2025. “Improving Wine Quality Forecasts Using Dynamic Integral Neural Networks and Optimized Against Interference.” International Journal on Smart & Sustainable Intelligent Computing 2, no. 1: 52–64. https://doi.org/10.63503/j.ijssic.2025.42. + + + Niyogisubizo, J., J. D. D. Ninteretse, E. Nziyumva, M. Nshimiyimana, E. Murwanashyaka, and E. Habiyakare. 2024. “Towards Predicting the Quality of Red Wine Using Novel Machine Learning Methods for Classification, Data Visualization and Analysis.” Artificial Intelligence and Applications 3, no. 1: 31–42. https://doi.org/10.47852/bonviewaia42021999. + + + Onetto, C. A., C. M. Ward, S. Van Den Heuvel, L. Hale, K. Cuijvers, and A. R. Borneman. 2024. “Temporal and Spatial Dynamics Within the Fungal Microbiome of Grape Fermentation.” Environmental Microbiology 26, no. 6: 16660. https://doi.org/10.1111/1462‐2920.16660. + + + Orecchio, C., R. Rabezzana, M. Vincenti, et al. 2025. “Characterization of the Aromatic Profile of Ruché Wine From Piedmont (Italy) With Gas Chromatography–Mass Spectrometry and Unsupervised Machine Learning Techniques.” Journal of the Science of Food and Agriculture 105, no. 6: 3193–3204. https://doi.org/10.1002/jsfa.14083. + + + Pádua, L., A. Matese, S. F. Di Gennaro, R. Morais, E. Peres, and J. J. Sousa. 2022. “Vineyard Classification Using OBIA on UAV‐Based RGB and Multispectral Data: A Case Study in Different Wine Regions.” Computers and Electronics in Agriculture 196: 106905. https://doi.org/10.1016/j.compag.2022.106905. + + + Palacios, F., G. Bueno, J. Salido, M. P. Diago, I. Hernández, and J. Tardaguila. 2020. “Automated Grapevine Flower Detection and Quantification Method Based on Computer Vision and Deep Learning From On‐the‐Go Imaging Using a Mobile Sensing Platform Under Field Conditions.” Computers and Electronics in Agriculture 178: 105796. https://doi.org/10.1016/j.compag.2020.105796. + + + Palacios, F., M. P. Diago, P. Melo‐Pinto, and J. Tardaguila. 2023. “Early Yield Prediction in Different Grapevine Varieties Using Computer Vision and Machine Learning.” Precision Agriculture 24, no. 2: 407–435. https://doi.org/10.1007/s11119‐022‐09950‐y. + + + Panahi, B., S. A. Mohammadi, and H. Doulati‐Baneh. 2020. “Characterization of Iranian Grapevine Cultivars Using Machine Learning Models.” Proceedings of the National Academy of Sciences, India Section B: Biological Sciences 90, no. 3: 615–621. https://doi.org/10.1007/s40011‐019‐01131‐8. + + + Peng, X., D. Chen, Z. Zhou, et al. 2022. “Prediction of the Nitrogen, Phosphorus and Potassium Contents in Grape Leaves at Different Growth Stages Based on UAV Multispectral Remote Sensing.” Remote Sensing 14, no. 11: 2659. https://doi.org/10.3390/rs14112659. + + + Peters, M. S., M. J. Ahlebæk, M. T. Frandsen, et al. 2025. “Investigating the Applicability of a Snapshot Computed Tomography Imaging Spectrometer for the Prediction of °Brix and pH of Grapes.” Spectrochimica Acta Part A: Molecular and Biomolecular Spectroscopy 336, no. 10: 126017. https://doi.org/10.1016/j.saa.2025.126017. + + + Philippidis, A., E. Poulakis, R. Kontzedaki, et al. 2021. “Application of Ultraviolet‐Visible Absorption Spectroscopy With Machine Learning Techniques for the Classification of Cretan Wines.” Foods 10, no. 1: 9. https://doi.org/10.3390/foods10010009. + + + Pôças, I., J. Gonçalves, P. M. Costa, I. Gonçalves, L. S. Pereira, and M. Cunha. 2017. “Hyperspectral‐Based Predictive Modelling of Grapevine Water Status in the Portuguese Douro Wine Region.” International Journal of Applied Earth Observation and Geoinformation 58: 177–190. https://doi.org/10.1016/j.jag.2017.02.013. + + + Pôças, I., R. Tosin, I. Gonçalves, and M. Cunha. 2020. “Toward a Generalized Predictive Model of Grapevine Water Status in Douro region From Hyperspectral Data.” Agricultural and Forest Meteorology 280: 107793. https://doi.org/10.1016/j.agrformet.2019.107793. + + + Pucoe, G., and I. C. Obagbuwa. 2024. “Wine Quality Prediction Using Supervised and Unsupervised Machine Learning Techniques.” In International Conference on Science, Engineering and Business for Driving Sustainable Development Goals, SEB4SDG 2024. https://doi.org/10.1109/SEB4SDG60871.2024.10629999. + + + Qiang, W., H. Wang, T. Ma, et al. 2024. “Enhancing Phenolic Profiles in ‘Cabernet Franc’ Grapes through Chitooligosaccharide Treatments: Impacts on Phenolic Compounds Accumulation Across Developmental Stages.” Agriculture (Switzerland) 14, no. 11: 14112039. https://doi.org/10.3390/agriculture14112039. + + + Raihen, M. N., and S. Akter. 2024. “Prediction Modeling Using Deep Learning for the Classification of Grape‐Type Dried Fruits.” International Journal of Mathematics and Computer in Engineering 2, no. 1: 1–12. https://doi.org/10.2478/ijmce‐2024‐0001. + + + Ramos, R. P., J. S. Gomes, R. M. Prates, E. F. Simas Filho, B. J. Teruel, and D. dos Santos Costa. 2021. “Non‐Invasive Setup for Grape Maturation Classification Using Deep Learning.” Journal of the Science of Food and Agriculture 101, no. 5: 2042–2051. https://doi.org/10.1002/jsfa.10824. + + + Ranaweera, R. K. R., D. L. Capone, S. E. P. Bastian, D. Cozzolino, and D. W. Jeffery. 2021. “A Review of Wine Authentication Using Spectroscopic Approaches in Combination With Chemometrics.” Molecules 26, no. 14: 4334. https://doi.org/10.3390/molecules26144334. + + + Ranaweera, R. K. R., A. M. Gilmore, D. L. Capone, S. E. P. Bastian, and D. W. Jeffery. 2021a. “Authentication of the Geographical Origin of Australian Cabernet Sauvignon Wines Using Spectrofluorometric and Multi‐Element Analyses With Multivariate Statistical Modelling.” Food Chemistry 335: 127592. https://doi.org/10.1016/j.foodchem.2020.127592. + + + Ranaweera, R. K. R., A. M. Gilmore, D. L. Capone, S. E. P. Bastian, and D. W. Jeffery. 2021b. “Spectrofluorometric Analysis Combined With Machine Learning for Geographical and Varietal Authentication, and Prediction of Phenolic Compound Concentrations in Red Wine.” Food Chemistry 361: 130149. https://doi.org/10.1016/j.foodchem.2021.130149. + + + Ricardo, F. A., M. Eizaguirre, D. K. Moru, and D. Borro. 2024. “Intelligent Manufacturing in Wine Barrel Production: Deep Learning‐Based Wood Stave Classification.” AI (Switzerland) 5, no. 4: 2018–2036. https://doi.org/10.3390/ai5040099. + + + Rizwana, S., P. M. Priya, K. Suvarshitha, M. Gayathri, E. Ramakrishna, and M. Sireesha. 2025. “Enhancing Wine Quality Prediction through Machine Learning Techniques.” In 2025 IEEE International Conference on Interdisciplinary Approaches in Technology and Management for Social Innovation, IATMSI 2025. https://doi.org/10.1109/IATMSI64286.2025.10984544. + + + Ropelewska, E., and Y. Noutfia. 2023. “Application of Image Analysis and Machine Learning for the Assessment of Grape (Vitis L.) Berry Behavior Under Different Storage Conditions.” European Food Research and Technology 250, no. 3: 935–944. https://doi.org/10.1007/s00217‐023‐04441‐4. + + + Rudnitskaya, A., S. M. Rocha, A. Legin, V. Pereira, and J. C. Marques. 2010. “Evaluation of the Feasibility of the Electronic Tongue as a Rapid Analytical Tool for Wine Age Prediction and Quantification of the Organic Acids and Phenolic Compounds. The Case‐Study of Madeira Wine.” Analytica Chimica Acta 662, no. 1: 82–89. https://doi.org/10.1016/j.aca.2009.12.042. + + + Sabina Del Castillo, E. J., R. J. Díaz Armas, and D. Gutiérrez Taño. 2021. “An Extended Model of the Theory of Planned Behaviour to Predict Local Wine Consumption Intention and Behaviour.” Foods 10, no. 9: 2187. https://doi.org/10.3390/foods10092187. + + + Sáenz‐Navajas, M. P., C. Ferreira, S. E. P. Bastian, and D. W. Jeffery. 2025. “Bagging and Boosting Machine Learning Algorithms for Modelling Sensory Perception From Simple Chemical Variables: Wine Mouthfeel as a Case Study.” Food Quality and Preference 129: 105494. https://doi.org/10.1016/j.foodqual.2025.105494. + + + Sáenz‐Navajas, M. P., S. Ferrero‐Del‐Teso, M. Romero, et al. 2019. “Modelling Wine Astringency From Its Chemical Composition Using Machine Learning Algorithms: Special Macrowine 2018 (Sarragosse).” OENO One 53, no. 3: 499–509. https://doi.org/10.20870/oeno‐one.2019.53.3.2380. + + + Sapaev, J., J. Fayziev, I. Sapaev, D. Abdullaev, D. Nazaraliev, and B. Sapaev. 2023. “Viticulture and Wine Production: Challenges, Opportunities and Possible Implications.” E3S Web of Conferences 452: 01037. https://doi.org/10.1051/e3sconf/202345201037. + + + Sárdy, Á. D. N., M. Ladányi, Z. Varga, Á. P. Szövényi, and R. Matolcsi. 2022. “The Effect of Grapevine Variety and Wine Region on the Primer Parameters of Wine Based on 1H NMR‐Spectroscopy and Machine Learning Methods.” Diversity 14, no. 2: 74. https://doi.org/10.3390/d14020074. + + + Sawyer, E., E. Laroche‐Pinel, M. Flasco, et al. 2023. “Phenotyping Grapevine Red Blotch Virus and Grapevine Leafroll‐Associated Viruses Before and After Symptom Expression Through Machine‐Learning Analysis of Hyperspectral Images.” Frontiers in Plant Science 14: 1117869. https://doi.org/10.3389/fpls.2023.1117869. + + + Schober, D., A. Gilmore, L. Chen, J. Zincker, and A. Gonzalez. 2022. “Determination of Cabernet Sauvignon Wine Quality Parameters in Chile by Absorbance‐Transmission and Fluorescence Excitation Emission Matrix (A‐TEEM) Spectroscopy.” Food Chemistry 392: 133101. https://doi.org/10.1016/j.foodchem.2022.133101. + + + Shahrajabian, M. H., and W. Sun. 2023. “Assessment of Wine Quality, Traceability and Detection of Grapes Wine, Detection of Harmful Substances in Alcohol and Liquor Composition Analysis.” Letters in Drug Design & Discovery 21, no. 8: 1377–1399. https://doi.org/10.2174/1570180820666230228115450. + + + Shantkumari, M., and S. V. Uma. 2023. “Machine Learning Techniques Implementation for Detection of Grape Leaf Disease.” Multimedia Tools and Applications 82, no. 20: 30709–30731. https://doi.org/10.1007/s11042‐023‐14441‐x. + + + Sherman, E., M. Coe, C. Grose, D. Martin, and D. R. Greenwood. 2020. “Metabolomics Approach to Assess the Relative Contributions of the Volatile and Non‐Volatile Composition to Expert Quality Ratings of Pinot Noir Wine Quality.” Journal of Agricultural and Food Chemistry 68, no. 47: 13380–13396. https://doi.org/10.1021/acs.jafc.0c04095. + + + Sirsat, M. S., J. Mendes‐Moreira, C. Ferreira, and M. Cunha. 2019. “Machine Learning Predictive Model of Grapevine Yield Based on Agroclimatic Patterns.” Engineering in Agriculture, Environment and Food 12, no. 4: 443–450. https://doi.org/10.1016/j.eaef.2019.07.003. + + + Summerson, V., C. Gonzalez Viejo, A. Pang, D. D. Torrico, and S. Fuentes. 2021. “Assessment of Volatile Aromatic Compounds in Smoke Tainted Cabernet Sauvignon Wines Using a Low‐Cost E‐Nose and Machine Learning Modelling.” Molecules 26, no. 16: 5108. https://doi.org/10.3390/molecules26165108. + + + Summerson, V., C. Gonzalez Viejo, D. D. Torrico, A. Pang, and S. Fuentes. 2020. “Detection of Smoke‐Derived Compounds From Bushfires in Cabernet‐Sauvignon Grapes, Must, and Wine Using Near‐Infrared Spectroscopy and Machine Learning Algorithms.” OENO One 54, no. 4: 1105–1119. https://doi.org/10.20870/OENO‐ONE.2020.54.4.4501. + + + Sun, X., F. Zhang, G. Gutiérrez‐Gamboa, et al. 2022. “Real Wine or Not? Protecting Wine With Traceability and Authenticity for Consumers: Chemical and Technical Basis, Technique Applications, Challenge, and Perspectives.” Critical Reviews in Food Science and Nutrition 62, no. 24: 6783–6808. https://doi.org/10.1080/10408398.2021.1906624. + + + Tanabe, C. K., J. Nelson, R. B. Boulton, S. E. Ebeler, and H. Hopfer. 2020. “The Use of Macro, Micro, and Trace Elemental Profiles to Differentiate Commercial Single Vineyard Pinot Noir Wines at a Sub‐Regional Level.” Molecules 25, no. 11: 2552. https://doi.org/10.3390/molecules25112552. + + + Tang, Z., Y. Jin, M. M. Alsina, A. J. McElrone, N. Bambach, and W. P. Kustas. 2022. “Vine Water Status Mapping With Multispectral UAV Imagery and Machine Learning.” Irrigation Science 40, no. 4–5: 715–730. https://doi.org/10.1007/s00271‐022‐00788‐w. + + + Tariku, G., I. Ghiglieno, A. Sanchez Morchio, et al. 2025. “Deep‐Learning‐Based Land Cover Mapping in Franciacorta Wine Growing Area.” Applied Sciences (Switzerland) 15, no. 2: 871. https://doi.org/10.3390/app15020871. + + + Tiwari, P., P. Bhardwaj, S. Somin, W. V. Parr, R. Harrison, and D. Kulasiri. 2022. “Understanding Quality of Pinot Noir Wine: Can Modelling and Machine Learning Pave the Way?” Foods 11, no. 19: 3072. https://doi.org/10.3390/foods11193072. + + + Tong, W., H. Zhai, M. Qi, et al. 2024. “Characterization of Chemical and Sensory Properties of Cabernet Sauvignon and Marselan Wines Made by Flash Détente Technique.” Food Research International 184: 114229. https://doi.org/10.1016/j.foodres.2024.114229. + + + Tosin, R., L. Rodrigues, M. Santos‐Campos, et al. 2025. “Metabolic Mapping for Precision Grape Maturation: Application of a Tomography‐Like Method for Site‐Specific Management.” Smart Agricultural Technology 11: 100967. https://doi.org/10.1016/j.atech.2025.100967. + + + Tufariello, M., S. Pati, L. Palombi, F. Grieco, and I. Losito. 2022. “Use of Multivariate Statistics in the Processing of Data on Wine Volatile Compounds Obtained by HS‐SPME‐GC‐MS.” Foods 11, no. 7: 910. https://doi.org/10.3390/foods11070910. + + + Urtubia, A., G. Hernández, and J. M. Roger. 2021. “ATR‐MIR Spectroscopy as a Process Analytical Technology in Wine Alcoholic Fermentation—A Tutorial.” Microchemical Journal 166, no. 4: 106215. https://doi.org/10.1016/j.jbiotec.2011.09.031. + + + Urvieta, R., G. Jones, F. Buscema, R. Bottini, and A. Fontana. 2021. “Terroir and Vintage Discrimination of Malbec Wines Based on Phenolic Composition Across Multiple Sites in Mendoza, Argentina.” Scientific Reports 11, no. 1: 2863–. https://doi.org/10.1038/s41598‐021‐82306‐0. + + + Utegenova, L. S., O. E. Sarmanova, S. A. Burikov, I. V. Plastinin, T. A. Dolenko, and S. A. Dolenko. 2024. “Domain‐Adversarial Approach to Neural Networks Training to Determine the Composition of Wines Using Various Techniques for Measuring IR Absorption Spectra.” Bulletin of the Russian Academy of Sciences: Physics 88, no. suppl. 2: S160–S165. https://doi.org/10.1134/S106287382470895X. + + + Verslype, N. I., A. C. A. Nascimento, R. S. Musser, R. M. S. Caldas, L. S. S. Martins, and P. C. S. Leão. 2023. “Drought Tolerance Classification of Grapevine Rootstock by Machine Learning for the São Francisco Valley.” Smart Agricultural Technology 4: 100192. https://doi.org/10.1016/j.atech.2023.100192. + + + Viejo, C. G., and S. Fuentes. 2022. “Digital Assessment and Classification of Wine Faults Using a Low‐Cost Electronic Nose, Near‐Infrared Spectroscopy and Machine Learning Modelling.” Sensors 22, no. 6: 2303. https://doi.org/10.3390/s22062303. + + + Vishnuvarthan, K., R. Renugadevi, and S. Santhi. 2025. “A CNN and HBA Based Approach for Grape Disease Identification.” In 4th International Conference on Sentiment Analysis and Deep Learning, ICSADL 2025 ‐ Proceedings, 688–692. https://doi.org/10.1109/ICSADL65848.2025.10933347. + + + Volpi, I., D. Guidotti, M. Mammini, and S. Marchi. 2021. “Predicting Symptoms of Downy Mildew, Powdery Mildew, and Gray Mold Diseases of Grapevine Through Machine Learning.” Italian Journal of Agrometeorology 2, no. 2: 57–69. https://doi.org/10.36253/ijam‐1131. + + + Wang, H., and D. W. Jeffery. 2024. “Machine Learning Model Stability for Sub‐Regional Classification of Barossa Valley Shiraz Wine Using A‐TEEM Spectroscopy.” Foods 13, no. 9: 1376. https://doi.org/10.3390/foods13091376. + + + Wu, H., G. Lin, L. Tian, et al. 2021. “Origin Verification of French Red Wines Using Isotope and Elemental Analyses Coupled With Chemometrics.” Food Chemistry 339: 127760. https://doi.org/10.1016/j.foodchem.2020.127760. + + + Xie, F., X. Chen, Y. Jing, M. Li, J. Li, and L. Zhao. 2025. “Wine Variety Traceability by Data Fusion of Near‐Infrared (NIR) Spectroscopy and Mid‐Infrared (MIR) Spectroscopy Combined With GAF and ResNet.” Chemometrics and Intelligent Laboratory Systems 264: 105468. https://doi.org/10.1016/j.chemolab.2025.105468. + + + Xu, M., J. Sun, K. Yao, et al. 2022. “Developing Deep Learning Based Regression Approaches for Prediction of Firmness and pH in Kyoho Grape Using Vis/NIR Hyperspectral Imaging.” Infrared Physics & Technology 120: 104003. https://doi.org/10.1016/j.infrared.2021.104003. + + + Yang, Y., H. Liu, and Y. Gu. 2020. “A Model Transfer Learning Framework With Back‐Propagation Neural Network for Wine and Chinese Liquor Detection by Electronic Nose.” IEEE Access 8: 105278–105285. https://doi.org/10.1109/ACCESS.2020.2999591. + + + Yao, R. 2025. “Cross‐Correlation and Causality Analysis for Wine Quality: A Stacked Machine Learning Approach.” Journal of Food Science 90, no. 6: 70351. https://doi.org/10.1111/1750‐3841.70351. + + + Yavas, C. E., J. Kim, L. Chen, C. Kadlec, and Y. Ji. 2025. “Exploring Predictive Modeling for Food Quality Enhancement: A Case Study on Wine.” Big Data and Cognitive Computing 9, no. 3: 55. https://doi.org/10.3390/bdcc9030055. + + + Ye, C., K. Li, and G. Z. Jia. 2020. “A New Red Wine Prediction Framework Using Machine Learning.” Journal of Physics: Conference Series 1684, no. 1: 12067. https://doi.org/10.1088/1742‐6596/1684/1/012067. + + + Ye, W., W. Xu, T. Yan, J. Yan, P. Gao, and C. Zhang. 2023. “Application of Near‐Infrared Spectroscopy and Hyperspectral Imaging Combined With Machine Learning Algorithms for Quality Inspection of Grape: A Review.” Foods 12, no. 1: 132. https://doi.org/10.3390/foods12010132. + + + Ye, W., T. Yan, C. Zhang, et al. 2022. “Detection of Pesticide Residue Level in Grape Using Hyperspectral Imaging With Machine Learning.” Foods 11, no. 11: 1609. https://doi.org/10.3390/foods11111609. + + + Yu, D., X. Wang, H. Liu, and Y. Gu. 2019. “A Multitask Learning Framework for Multi‐Property Detection of Wine.” IEEE Access 7: 123151–123157. https://doi.org/10.1109/ACCESS.2019.2937599. + + + Zeng, C., J. Fang, Q. Yang, C. Xiang, Z. Zhao, and Y. Lei. 2024. “Wine Quality Grade Data Analysis and Prediction Based on Multiple Machine Learning Algorithms.” Applied and Computational Engineering 65: 241–246. https://doi.org/10.54254/2755‐2721/65/20240509. + + + Zhang, J., J. E. Plowman, B. Tian, S. Clerens, and S. L. W. On. 2022. “Predictive Potential of MALDI‐TOF Analyses for Wine and Brewing Yeast.” Microorganisms 10, no. 2: 265. https://doi.org/10.3390/microorganisms10020265. + + + Zhang, X. K., Y. B. Lan, Y. Huang, X. Zhao, and C. Q. Duan. 2021. “Targeted Metabolomics of Anthocyanin Derivatives During Prolonged Wine Aging: Evolution, Color Contribution and Aging Prediction.” Food Chemistry 339: 127795. https://doi.org/10.1016/j.foodchem.2020.127795. + + + +
+ + + 42212377 + + 2026 + 05 + 29 + + + 2026 + 05 + 29 + +
+ + 1791-3004 + + 34 + 1 + + 2026 + Jul + + + Molecular medicine reports + Mol Med Rep + + FOSL2 drives transcriptional activation of super‑enhancer-regulated DYNC1H1 to promote hypoxia‑induced oral squamous cell carcinoma progression. + 209 + 10.3892/mmr.2026.13919 + + Hypoxia is a hallmark of oral squamous cell carcinoma (OSCC) and plays a critical role in driving tumor progression. However, the mechanisms by which OSCC cells respond to hypoxic signaling to promote malignant phenotypes remain unclear. The present study aimed to identify the key regulatory factors governing hypoxic adaptation in OSCC. Based on bulk RNA‑sequencing (RNA‑seq) data from The Cancer Genome Atlas (TCGA) database, hypoxia was identified as a prognostic risk factor for OSCC. Hierarchical clustering revealed 'glycolysis' and 'hypoxia' as the most strongly associated cancer hallmarks. Using single‑cell RNA‑seq data from the Gene Expression Omnibus (GEO) database, 104 hypoxia‑ and glycolysis‑associated genes were identified. Integration of bulk RNA‑seq data from TCGA and GEO databases enabled the development of an optimized prognostic model [stepwise Cox (backward) + elastic network (α=0.8)] through machine learning and highlighted four core genes: Heparan sulfate proteoglycan 2, immunoglobulin superfamily member 3, dihydrouridine synthase 1‑like and dynein cytoplasmic 1 heavy chain 1 (DYNC1H1). Further analysis of chromatin immunoprecipitation sequencing data from GEO database identified DYNC1H1 as the sole super‑enhancer (SE)‑regulated gene among these candidates, characterized by hypoxia‑responsive upregulation. DYNC1H1 knockdown significantly abrogated hypoxia‑induced proliferation, invasion, glucose uptake and lactate production in OSCC cells. Hypoxia‑responsive transcription factor FOS‑like 2 (FOSL2) activated DYNC1H1 transcription by binding to enhancer regions. Functional validation established that the FOSL2/DYNC1H1 axis was a pivotal regulatory hub for hypoxia‑driven malignant phenotypes in OSCC. Overall, DYNC1H1 is an SE‑regulated hypoxia‑responsive gene that undergoes transcriptional activation via FOSL2‑specific binding to typical enhancer and SE regions. The FOSL2/DYNC1H1 axis drives the hypoxia‑induced malignant progression of OSCC. The present study therefore establishes a novel target for precision therapies targeting the hypoxic tumor microenvironment in OSCC. + + + + Jin + Linyu + L + + Department of Stomatology, The Fourth Hospital of Hebei Medical University, Shijiazhuang, Hebei 050000, P.R. China. + + + + Zhang + Jing + J + + Department of Medical Periodical Press, The Fourth Hospital of Hebei Medical University, Shijiazhuang, Hebei 050000, P.R. China. + + + + Wang + Wenjing + W + + Department of Stomatology, The Fourth Hospital of Hebei Medical University, Shijiazhuang, Hebei 050000, P.R. China. + + + + Zhang + Nan + N + + Department of Stomatology, The Second Hospital of Shijiazhuang, Shijiazhuang, Hebei 050000, P.R. China. + + + + Liu + Yang + Y + + Department of Stomatology, The Second Hospital of Shijiazhuang, Shijiazhuang, Hebei 050000, P.R. China. + + + + Tian + Alin + A + + Department of Stomatology, Children's Hospital of Hebei Province, Shijiazhuang, Hebei 050000, P.R. China. + + + + Yin + Weiwei + W + + Department of Stomatology, Children's Hospital of Hebei Province, Shijiazhuang, Hebei 050000, P.R. China. + + + + Qiu + Yongle + Y + + Department of Stomatology, The Fourth Hospital of Hebei Medical University, Shijiazhuang, Hebei 050000, P.R. China. + + + + eng + + Journal Article + + + 2026 + 05 + 29 + +
+ + Greece + Mol Med Rep + 101475259 + 1791-2997 + + + + EC 3.6.4.2 + Cytoplasmic Dyneins + + + 0 + Fos-Related Antigen-2 + + + 0 + FOSL2 protein, human + + + IM + + + Humans + + + Mouth Neoplasms + genetics + pathology + metabolism + + + Gene Expression Regulation, Neoplastic + + + Super Enhancers + + + Transcriptional Activation + + + Cell Line, Tumor + + + Cytoplasmic Dyneins + genetics + metabolism + + + Fos-Related Antigen-2 + genetics + metabolism + + + Carcinoma, Squamous Cell + genetics + pathology + metabolism + + + Disease Progression + + + Cell Proliferation + + + + FOS‑like 2 + dynein cytoplasmic 1 heavy chain 1 + hypoxia + oral squamous cell carcinoma + super‑enhancer + +
+ + + + 2026 + 5 + 29 + 15 + 47 + + + 2026 + 5 + 29 + 15 + 46 + + + 2025 + 8 + 13 + + + 2026 + 4 + 24 + + + 2026 + 5 + 29 + 5 + 3 + + + ppublish + + 42212377 + 10.3892/mmr.2026.13919 + 209 + + +
+ + + 42212372 + + 2026 + 05 + 29 + +
+ + 1549-960X + + + 2026 + May + 29 + + + Journal of chemical information and modeling + J Chem Inf Model + + Physics-Aware Representation Learning on Electronic Charge Density for Materials Property Prediction. + 10.1021/acs.jcim.6c00235 + + The fundamental quantity governing the mechanical and thermodynamic properties of a crystalline solid is its electronic charge density. Yet, its direct use for the rapid prediction of materials properties remains challenging due to its high dimensionality. Here, we present a physics-informed deep learning framework that directly predicts mechanical and thermodynamic properties from the three-dimensional electronic charge density derived from density functional theory (DFT). The proposed approach first utilizes a three-dimensional convolutional autoencoder for unsupervised dimensionality reduction, compressing a high-resolution charge-density grid (128 × 128 × 128) into a compact latent representation (16 × 16 × 16 × 16) while preserving physically meaningful features, as confirmed by negligible reconstruction errors across diverse crystal systems. The compressed latent-space representation of charge density is then used by two different regression models for property prediction: Light Gradient Boosting Machine (LightGBM) and Attention-based 3D Convolutional Neural Networks (Att CNN), and their performance is compared. Combining composition-based descriptors (Material Agnostic Platform for Informatics and Exploration or MAGPIE) with electronic charge density data further improves the model accuracy. Using a data set of about 6059 inorganic compounds spanning multiple crystal symmetries, the models achieve strong predictive performance for bulk modulus K (R2 = 0.94), Young's modulus E (R2 = 0.88), shear modulus G (R2 = 0.87), formation energy Eform (R2 = 0.96), and Debye temperature Θ (R2 = 0.89). This work establishes electronic charge density as a transferable, physics-grounded descriptor for materials property prediction, requiring ≈1/25 of the computational resources of full-fledged DFT calculations. + + + + Kumar + Kammampati Sai + KS + + Department of Materials Science & Engineering, Indian Institute of Technology Kanpur, Kanpur 208016, India. + + + + Linda + Albert + A + + Department of Materials Science & Engineering, Indian Institute of Technology Kanpur, Kanpur 208016, India. + + + + Maurya + Shubham Kumar + SK + + Department of Materials Science & Engineering, Indian Institute of Technology Kanpur, Kanpur 208016, India. + + + + Bhowmick + Somnath + S + 0000-0003-4094-5204 + + Department of Materials Science & Engineering, Indian Institute of Technology Kanpur, Kanpur 208016, India. + + + + eng + + Journal Article + + + 2026 + 05 + 29 + +
+ + United States + J Chem Inf Model + 101230060 + 1549-9596 + + IM +
+ + + + 2026 + 5 + 29 + 15 + 44 + + + 2026 + 5 + 29 + 15 + 44 + + + 2026 + 5 + 29 + 5 + 3 + + + aheadofprint + + 42212372 + 10.1021/acs.jcim.6c00235 + + +
+ + + 42212226 + + 2026 + 05 + 29 + + + 2026 + 05 + 29 + +
+ + 2837-6056 + + 4 + + 2026 + + + Imaging neuroscience (Cambridge, Mass.) + Imaging Neurosci (Camb) + + Modelling discrete states and long-term dynamics in functional brain networks. + IMAG.a.1237 + 10.1162/IMAG.a.1237 + + Functional brain network dynamics underlie fundamental aspects of human cognition and behaviour, including memory, ageing, and a range of clinical disorders. It has been shown that ongoing brain network dynamics can be reliably inferred at fast, sub-second timescales from electrophysiological data using unsupervised machine learning. However, these methods often struggle with inherent trade-offs. For example, Hidden Markov Models (HMMs) have been used to infer categorical brain network states that provide good interpretability but do not model long-range temporal structure. Recently, deep learning approaches using recurrent neural networks (e.g., Dynamic Network Modes) have been proposed to model long-range temporal dependencies, but at the expense of interpretability. In this paper, we introduce Dynamic Network States (DyNeStE) to address this problem. This new model employs amortised Bayesian inference with recurrent neural networks to model long-range temporal structure and uses a Gumbel-Softmax distribution to enforce categorical states for greater interpretability. In both simulations and real resting-state magnetoencephalography data, DyNeStE was able to recover plausible dynamic brain network states and showed superior performance over the HMM in capturing long-range temporal dependencies in network dynamics. These dynamic networks were reproducible across independent data splits and build on established HMM-based findings. Together, these results highlight DyNeStE as an interpretable and temporally informative framework, capable of representing large-scale neural activity as discrete state transitions while capturing transient and long-range brain network dynamics. + © 2026 The Authors. Published under a Creative Commons Attribution 4.0 International (CC BY 4.0) license. + + + + Cho + SungJun + S + 0000-0002-2787-3739 + + Oxford Centre for Integrative Neuroimaging (OxCIN), University of Oxford, Oxford, United Kingdom. + + + Nuffield Department of Clinical Neurosciences, University of Oxford, Oxford, United Kingdom. + + + + Huang + Rukuang + R + 0000-0002-6545-7517 + + Oxford Centre for Integrative Neuroimaging (OxCIN), University of Oxford, Oxford, United Kingdom. + + + Department of Psychiatry, University of Oxford, Oxford, United Kingdom. + + + + Gohil + Chetan + C + 0000-0002-0888-1207 + + Oxford Centre for Integrative Neuroimaging (OxCIN), University of Oxford, Oxford, United Kingdom. + + + + Jones + Oiwi Parker + OP + 0000-0003-0307-9837 + + Oxford Centre for Integrative Neuroimaging (OxCIN), University of Oxford, Oxford, United Kingdom. + + + Department of Engineering Science, University of Oxford, Oxford, United Kingdom. + + + + Woolrich + Mark W + MW + 0000-0001-8460-8854 + + Oxford Centre for Integrative Neuroimaging (OxCIN), University of Oxford, Oxford, United Kingdom. + + + Department of Psychiatry, University of Oxford, Oxford, United Kingdom. + + + + eng + + Journal Article + + + 2026 + 05 + 26 + +
+ + United States + Imaging Neurosci (Camb) + 9918663686606676 + 2837-6056 + + + MEG + dynamics + electrophysiology + machine learning + resting-state networks + + The authors declare no competing financial interests or personal relationships that could be perceived as influencing the findings reported in this article. +
+ + + + 2026 + 5 + 29 + 15 + 45 + + + 2026 + 5 + 29 + 15 + 44 + + + 2025 + 10 + 7 + + + 2026 + 2 + 17 + + + 2026 + 4 + 13 + + + 2026 + 5 + 29 + 4 + 58 + + + epublish + + 42212226 + PMC13214575 + 10.1162/IMAG.a.1237 + IMAG.a.1237 + + +
+ + + 42212221 + + 2026 + 05 + 29 + + + 2026 + 05 + 29 + +
+ + 2837-6056 + + 4 + + 2026 + + + Imaging neuroscience (Cambridge, Mass.) + Imaging Neurosci (Camb) + + Fast segmentation with the NextBrain histological atlas. + IMAG.a.1244 + 10.1162/IMAG.a.1244 + + Structural brain analysis at the subregion level offers critical insights into healthy aging and neurodegenerative diseases. The NextBrain histological atlas was recently introduced to support such fine-grained investigations, but its existing Bayesian segmentation framework remains computationally prohibitive, particularly for large-scale studies. We present a new, open-source tool that dramatically accelerates segmentation using a hybrid approach combining: machine learning, contrast-adaptive segmentation; target-specific image synthesis; and fast diffeomorphic registration (all three with GPU support). Our method enables highly granular segmentation of brain MRI scans of any resolution and contrast (in vivo or ex vivo) at a fraction of the computational cost of the original method ( + < + 5 minutes on a GPU). We validate our tool on four different modalities (in vivo MRI, ex vivo MRI, HiP-CT, and photography) across a total of approximately 4,000 brain scans. Our results demonstrate that the accelerated approach achieves comparable accuracy to the original method in terms of Dice scores, while reducing runtime by over an order of magnitude. This work enables high-resolution anatomical analysis at unprecedented scale and flexibility, providing a practical solution for large neuroimaging studies. Our tool is publicly available in FreeSurfer (https://surfer.nmr.mgh.harvard.edu/fswiki/HistoAtlasSegmentation). + © 2026 The Authors. Published under a Creative Commons Attribution 4.0 International (CC BY 4.0) license. + + + + Puonti + Oula + O + 0000-0003-3186-244X + + Danish Research Centre for Magnetic Resonance, Centre for Functional and Diagnostic Imaging and Research, Copenhagen University Hospital - Amager and Hvidovre, Copenhagen, Denmark. + + + Athinoula A. Martinos Center for Biomedical Imaging, Massachusetts General Hospital and Harvard Medical School, Boston, MA, United States. + + + + Nolan + Jackson + J + + Athinoula A. Martinos Center for Biomedical Imaging, Massachusetts General Hospital and Harvard Medical School, Boston, MA, United States. + + + + Dicamillo + Robert + R + + Athinoula A. Martinos Center for Biomedical Imaging, Massachusetts General Hospital and Harvard Medical School, Boston, MA, United States. + + + + Balbastre + Yael + Y + + Athinoula A. Martinos Center for Biomedical Imaging, Massachusetts General Hospital and Harvard Medical School, Boston, MA, United States. + + + Department of Medical Physics and Biomedical Engineering, University College London, London, United Kingdom. + + + Department of Experimental Psychology, University College London, London, United Kingdom. + + + + Casamitjana + Adria + A + + Department of Medical Physics and Biomedical Engineering, University College London, London, United Kingdom. + + + Research Institute of Computer Vision and Robotics, University of Girona, Girona, Spain. + + + + Mancini + Matteo + M + + Department of Medical Physics and Biomedical Engineering, University College London, London, United Kingdom. + + + Enrico Fermi Research Center, Rome, Italy. + + + Cardiff University Brain Research Imaging Centre, Cardiff University, Cardiff, United Kingdom. + + + + Robinson + Eleanor + E + + Department of Medical Physics and Biomedical Engineering, University College London, London, United Kingdom. + + + + Peter + Loic + L + + Department of Medical Physics and Biomedical Engineering, University College London, London, United Kingdom. + + + + Annunziata + Roberto + R + + Department of Medical Physics and Biomedical Engineering, University College London, London, United Kingdom. + + + + Althonayan + Juri + J + + Department of Medical Physics and Biomedical Engineering, University College London, London, United Kingdom. + + + + Crampsie + Shauna + S + + Department of Medical Physics and Biomedical Engineering, University College London, London, United Kingdom. + + + + Blackburn + Emily + E + + Department of Medical Physics and Biomedical Engineering, University College London, London, United Kingdom. + + + + Billot + Benjamin + B + + Department of Medical Physics and Biomedical Engineering, University College London, London, United Kingdom. + + + Computer Science and Artificial Intelligence Laboratory, Massachusetts Institute of Technology, Cambridge, MA, United States. + + + + Atzeni + Alessia + A + + Department of Medical Physics and Biomedical Engineering, University College London, London, United Kingdom. + + + + Schmidt + Peter + P + + Advanced Research Computing Centre, University College London, London, United Kingdom. + + + + Hughes + James + J + + Advanced Research Computing Centre, University College London, London, United Kingdom. + + + + Augustinack + Jean C + JC + + Athinoula A. Martinos Center for Biomedical Imaging, Massachusetts General Hospital and Harvard Medical School, Boston, MA, United States. + + + + Edlow + Brian L + BL + + Athinoula A. Martinos Center for Biomedical Imaging, Massachusetts General Hospital and Harvard Medical School, Boston, MA, United States. + + + Center for Neurotechnology and Neurorecovery, Department of Neurology, Massachusetts General Hospital and Harvard Medical School, Boston, MA, United States. + + + + Zöllei + Lilla + L + + Athinoula A. Martinos Center for Biomedical Imaging, Massachusetts General Hospital and Harvard Medical School, Boston, MA, United States. + + + + Thomas + David L + DL + + Dementia Research Centre, Department of Neurodegenerative Disease, UCL Queen Square Institute of Neurology, University College London, London, United Kingdom. + + + Neuroradiological Academic Unit, Department of Translational Neuroscience and Stroke, UCL Queen Square Institute of Neurology, University College London, London, United Kingdom. + + + + Kliemann + Dorit + D + + Department of Psychological and Brain Sciences, University of Iowa, Iowa City, IA, United States. + + + + Bocchetta + Martina + M + + Dementia Research Centre, Department of Neurodegenerative Disease, UCL Queen Square Institute of Neurology, University College London, London, United Kingdom. + + + Centre for Cognitive and Clinical Neuroscience, Division of Psychology, Department of Life Sciences, College of Health, Medicine and Life Sciences, Brunel University of London, London, United Kingdom. + + + + Strand + Catherine + C + + Queen Square Brain Bank for Neurological Disorders, Department of Clinical and Movement Neurosciences, UCL Queen Square Institute of Neurology, University College London, London, United Kingdom. + + + + Holton + Janice L + JL + + Queen Square Brain Bank for Neurological Disorders, Department of Clinical and Movement Neurosciences, UCL Queen Square Institute of Neurology, University College London, London, United Kingdom. + + + + Jaunmuktane + Zane + Z + + Queen Square Brain Bank for Neurological Disorders, Department of Clinical and Movement Neurosciences, UCL Queen Square Institute of Neurology, University College London, London, United Kingdom. + + + + Iglesias + Juan Eugenio + JE + + Athinoula A. Martinos Center for Biomedical Imaging, Massachusetts General Hospital and Harvard Medical School, Boston, MA, United States. + + + Department of Medical Physics and Biomedical Engineering, University College London, London, United Kingdom. + + + Computer Science and Artificial Intelligence Laboratory, Massachusetts Institute of Technology, Cambridge, MA, United States. + + + + eng + + Journal Article + + + 2026 + 05 + 26 + +
+ + United States + Imaging Neurosci (Camb) + 9918663686606676 + 2837-6056 + + + brain MRI segmentation + domain-agnostic neuroimaging + histological atlas + + The authors have no relevant financial or non-financial interests to disclose. +
+ + + + 2026 + 5 + 29 + 15 + 46 + + + 2026 + 5 + 29 + 15 + 45 + + + 2025 + 10 + 3 + + + 2026 + 4 + 3 + + + 2026 + 4 + 13 + + + 2026 + 5 + 29 + 4 + 58 + + + epublish + + 42212221 + PMC13214569 + 10.1162/IMAG.a.1244 + IMAG.a.1244 + + +
+ + + 42212142 + + 2026 + 05 + 29 + +
+ + 1664-3224 + + 17 + + 2026 + + + Frontiers in immunology + Front Immunol + + Correction: Comprehensive immune profiling identifies alterations in adaptive and innate immune responses in granulomatosis with polyangiitis patients in remission. + + 1874627 + 1874627 + + 10.3389/fimmu.2026.1874627 + + [This corrects the article DOI: 10.3389/fimmu.2026.1726107.]. + Copyright © 2026 Liu, Duan, Li, Hu, Huang, Tang, Palayew, Zhang, Pagnoux, Guidos, Zhang and Siminovitch. + + + + Liu + Ming + M + + Mount Sinai Hospital, Lunenfeld-Tanenbaum and Toronto General Hospital Research Institutes, Toronto, ON, Canada. + + + Oujiang Laboratory (Zhejiang Lab for Regenerative Medicine, Vision and Brain Health), Wenzhou Medical University, Wenzhou, Zhejiang, China. + + + + Duan + Deming + D + + Mount Sinai Hospital, Lunenfeld-Tanenbaum and Toronto General Hospital Research Institutes, Toronto, ON, Canada. + + + Oujiang Laboratory (Zhejiang Lab for Regenerative Medicine, Vision and Brain Health), Wenzhou Medical University, Wenzhou, Zhejiang, China. + + + + Li + Chenghao + C + + School of Life Science and Technology, State Key Laboratory of Urban Water Resource and Environment, Harbin Institute of Technology, Harbin, Heilongjiang, China. + + + + Hu + Xia + X + + Oujiang Laboratory (Zhejiang Lab for Regenerative Medicine, Vision and Brain Health), Wenzhou Medical University, Wenzhou, Zhejiang, China. + + + + Huang + Jinghao + J + + Oujiang Laboratory (Zhejiang Lab for Regenerative Medicine, Vision and Brain Health), Wenzhou Medical University, Wenzhou, Zhejiang, China. + + + + Tang + Yue + Y + + Oujiang Laboratory (Zhejiang Lab for Regenerative Medicine, Vision and Brain Health), Wenzhou Medical University, Wenzhou, Zhejiang, China. + + + + Palayew + Steven + S + + Mount Sinai Hospital, Lunenfeld-Tanenbaum and Toronto General Hospital Research Institutes, Toronto, ON, Canada. + + + + Zhang + Lei + L + + Mount Sinai Hospital, Lunenfeld-Tanenbaum and Toronto General Hospital Research Institutes, Toronto, ON, Canada. + + + College of Basic Medicine, Jinzhou Medical University, Jinzhou, Liaoning, China. + + + + Pagnoux + Christian + C + + Vasculitis Clinic, Division of Rheumatology, Mount Sinai Hospital, University of Toronto, Toronto, ON, Canada. + + + + Guidos + Cynthia + C + + The Hospital for Sick Children Research Institute, Program in Cell & Systems Biology, University of Toronto, Toronto, ON, Canada. + + + Department of Immunology, Faculty of Medicine, University of Toronto, Toronto, ON, Canada. + + + + Zhang + Jinyi + J + + Oujiang Laboratory (Zhejiang Lab for Regenerative Medicine, Vision and Brain Health), Wenzhou Medical University, Wenzhou, Zhejiang, China. + + + + Siminovitch + Katherine + K + + Mount Sinai Hospital, Lunenfeld-Tanenbaum and Toronto General Hospital Research Institutes, Toronto, ON, Canada. + + + Department of Immunology, Faculty of Medicine, University of Toronto, Toronto, ON, Canada. + + + Department of Medicine, Faculty of Medicine, University of Toronto, Toronto, ON, Canada. + + + + eng + + Published Erratum + + + 2026 + 05 + 13 + +
+ + Switzerland + Front Immunol + 101560960 + 1664-3224 + + IM + + + Front Immunol. 2026 Mar 27;17:1726107. doi: 10.3389/fimmu.2026.1726107. + 41972183 + + + + granulomatosis with polyangiitis + immune dysregulation + immunophenotypes + innate immunity + lymphocytes + machine learning + mass cytometry + precision medicine + +
+ + + + 2026 + 5 + 29 + 15 + 40 + + + 2026 + 5 + 29 + 15 + 40 + + + 2026 + 5 + 8 + + + 2026 + 5 + 7 + + + 2026 + 5 + 8 + + + 2026 + 5 + 29 + 4 + 57 + + + epublish + + 42212142 + PMC13214126 + 10.3389/fimmu.2026.1874627 + + +
+ + + 42212141 + + 2026 + 05 + 29 + + + 2026 + 05 + 29 + +
+ + 1664-3224 + + 17 + + 2026 + + + Frontiers in immunology + Front Immunol + + A blood-based four-gene diagnostic signature for Kashin-Beck disease revealed by multi-cohort transcriptomic analysis and machine learning. + + 1789022 + 1789022 + + 10.3389/fimmu.2026.1789022 + + Kashin-Beck disease (KBD) is an endemic osteoarthropathy characterized by growth retardation and progressive joint degeneration. However, its systemic molecular features in peripheral blood remain incompletely understood. + Peripheral blood transcriptomic data from four independent cohorts were analyzed using differential expression analysis and weighted gene co-expression network analysis to identify KBD-associated gene sets. Multiple feature selection strategies and machine learning models were applied to construct and validate a blood-based diagnostic signature across cohorts. Immune cell composition was inferred by computational deconvolution, and transcription factor regulation, pathway enrichment, and genetic association data were integrated for biological interpretation. + A four-gene blood signature (C4B, AQP1, HBA2, and ACSL6) was identified, showing stable diagnostic performance across independent blood cohorts and preserved discriminatory capacity in cartilage tissue. Downstream analyses revealed that the diagnostic genes were associated with altered immune cell composition and immune- and metabolism-related pathways in peripheral blood. + This study defines a compact and interpretable blood-based transcriptomic signature for KBD and provides insight into its systemic immune-related molecular context, supporting its potential utility for disease identification and mechanistic investigation. + Copyright © 2026 Guo, Yang, Liu, Sun, Wu, Li, Wang, Zhu and Ling. + + + + Guo + Minghui + M + + Department of Orthopaedics, Shaanxi Provincial People's Hospital, Xi'an, China. + + + Key Laboratory of Basic and Clinical Translational of Bone and Joint Diseases in Shaanxi Provincial, Xi'an, China. + + + + Yang + Kunkun + K + + Department of Orthopaedics, Shaanxi Provincial People's Hospital, Xi'an, China. + + + Key Laboratory of Basic and Clinical Translational of Bone and Joint Diseases in Shaanxi Provincial, Xi'an, China. + + + + Liu + Shizhang + S + + Department of Orthopaedics, Shaanxi Provincial People's Hospital, Xi'an, China. + + + Key Laboratory of Basic and Clinical Translational of Bone and Joint Diseases in Shaanxi Provincial, Xi'an, China. + + + + Sun + Zhengming + Z + + Department of Orthopaedics, Shaanxi Provincial People's Hospital, Xi'an, China. + + + Key Laboratory of Basic and Clinical Translational of Bone and Joint Diseases in Shaanxi Provincial, Xi'an, China. + + + + Wu + Xueyuan + X + + Department of Orthopaedics, Shaanxi Provincial People's Hospital, Xi'an, China. + + + Key Laboratory of Basic and Clinical Translational of Bone and Joint Diseases in Shaanxi Provincial, Xi'an, China. + + + + Li + Xinpei + X + + Department of Orthopaedics, Shaanxi Provincial People's Hospital, Xi'an, China. + + + Key Laboratory of Basic and Clinical Translational of Bone and Joint Diseases in Shaanxi Provincial, Xi'an, China. + + + + Wang + Yuchao + Y + + Department of Orthopaedics, Shaanxi Provincial People's Hospital, Xi'an, China. + + + Key Laboratory of Basic and Clinical Translational of Bone and Joint Diseases in Shaanxi Provincial, Xi'an, China. + + + + Zhu + Xinke + X + + Department of Orthopaedics, Shaanxi Provincial People's Hospital, Xi'an, China. + + + + Ling + Ming + M + + Department of Orthopaedics, Shaanxi Provincial People's Hospital, Xi'an, China. + + + Key Laboratory of Basic and Clinical Translational of Bone and Joint Diseases in Shaanxi Provincial, Xi'an, China. + + + + eng + + Journal Article + + + 2026 + 05 + 13 + +
+ + Switzerland + Front Immunol + 101560960 + 1664-3224 + + + + 0 + Biomarkers + + + IM + + + Humans + + + Kashin-Beck Disease + genetics + diagnosis + blood + immunology + + + Machine Learning + + + Gene Expression Profiling + + + Transcriptome + + + Female + + + Cohort Studies + + + Male + + + Biomarkers + blood + + + + Kashin–Beck disease + blood transcriptomics + gene signature + immune cell composition + 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 + 5 + 29 + 15 + 43 + + + 2026 + 5 + 29 + 15 + 42 + + + 2026 + 1 + 16 + + + 2026 + 4 + 14 + + + 2026 + 4 + 24 + + + 2026 + 5 + 29 + 4 + 57 + + + epublish + + 42212141 + PMC13212447 + 10.3389/fimmu.2026.1789022 + + +
+ + + 42212140 + + 2026 + 05 + 29 + + + 2026 + 05 + 29 + +
+ + 1664-3224 + + 17 + + 2026 + + + Frontiers in immunology + Front Immunol + + Integrated single-cell and bulk transcriptomic analyses reveal a stem-like epithelial subpopulation in adenocarcinoma of the esophagogastric junction and identify VASN as a novel regulator of tumor stemness. + + 1817030 + 1817030 + + 10.3389/fimmu.2026.1817030 + + Cancer stem cells (CSCs) are widely recognized as key contributors to tumorigenesis, progression, therapeutic resistance and immune evasion in adenocarcinoma of esophagogastric junction (AEG). Nevertheless, the stem-like epithelial subpopulations that may contribute to immunological niche formation remain poorly characterized, hindering the identification of effective therapeutic targets. + Owing to their ability to delineate cellular heterogeneity, single-cell RNA sequencing (scRNA-seq) and bulk RNA sequencing (bulk RNA-seq) analyses were employed to characterize the CSCs-like subpopulation in AEG tumor tissues. Utilizing scRNA and bulk transcriptomics cohorts, this study systematically identified the putative CSC-like malignant epithelial subpopulation, and a series of bioinformatics and machine learning as well as in vitro functional experiments further verified VASN on AEG malignancy. + Six main cell types were identified in AEG tumors, and six clusters of malignant epithelial cells were filtered out via inferCNV analysis. The cluster 2 (C2) subgroup exhibited pronounced elevation of CytoTRACE, epithelial-mesenchymal transition, Wnt signaling and stem cell differentiation scores, trajectory analysis positioned C2 subgroup at the initiation stage of pseudotime, which comprehensively identified C2 as stem-like neoplastic subpopulation. Through the integration of high dimensional weighted gene co-expression network analysis (hdWGCNA), Branch Expression Analysis Modeling (BEAM) and differentially expressed genes, 21 genes were identified as hub genes of C2 cluster. The CSC-related prognostic model was developed via LASSO Cox regression analysis. Random survival forest further identified VASN as candidate CSCs marker of AEG. Additionally, knock down of VASN in AEG cell line reduced migration and invasion abilities as well as CSCs markers expressions. Mechanistically, in vitro and bioinformatics analysis revealed a potential link between VASN and stemness-associated Wnt/β-catenin signaling. + Our investigation identified a stem-like epithelial subpopulation and established a stem-related gene signature, offering insights into stemness-associated tumor progression and immunological niche dynamics in AEG. Furthermore, we identified VASN as a putative regulator of malignant stem phenotypes that may influence tumor microenvironment remodeling. + Copyright © 2026 Zheng, Wang, Liu, Wang and Hu. + + + + Zheng + Hang + H + + Department of Thoracic Surgery, Beijing Institute of Respiratory Medicine and Beijing Chao-Yang Hospital, Capital Medical University, Beijing, China. + + + + Wang + Shuaibo + S + + Department of Thoracic Surgery, Beijing Institute of Respiratory Medicine and Beijing Chao-Yang Hospital, Capital Medical University, Beijing, China. + + + + Liu + Heshu + H + + Cancer Center, Beijing Tongren Hospital, Capital Medical University, Beijing, China. + + + + Wang + Jing + J + + Department of Thoracic Surgery, Beijing Institute of Respiratory Medicine and Beijing Chao-Yang Hospital, Capital Medical University, Beijing, China. + + + + Hu + Bin + B + + Department of Thoracic Surgery, Beijing Institute of Respiratory Medicine and Beijing Chao-Yang Hospital, Capital Medical University, Beijing, China. + + + + eng + + Journal Article + + + 2026 + 05 + 13 + +
+ + Switzerland + Front Immunol + 101560960 + 1664-3224 + + + + 0 + Cell Adhesion Molecules + + + 0 + Microfilament Proteins + + + 0 + Biomarkers, Tumor + + + IM + + + Neoplastic Stem Cells + metabolism + pathology + + + Humans + + + Esophagogastric Junction + pathology + metabolism + + + Adenocarcinoma + genetics + pathology + metabolism + + + Esophageal Neoplasms + pathology + genetics + metabolism + + + Cell Adhesion Molecules + genetics + metabolism + + + Single-Cell Gene Expression Analysis + + + Gene Expression Regulation, Neoplastic + + + Gene Expression Profiling + + + Microfilament Proteins + genetics + metabolism + + + Single-Cell Analysis + + + Cell Line, Tumor + + + Epithelial-Mesenchymal Transition + + + Transcriptome + + + Biomarkers, Tumor + genetics + + + Wnt Signaling Pathway + + + Stomach Neoplasms + pathology + genetics + metabolism + + + + VASN + adenocarcinoma of esophagogastric junction + immunological niche + precision oncology + tumor stemness + + 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 + 5 + 29 + 15 + 44 + + + 2026 + 5 + 29 + 15 + 43 + + + 2026 + 2 + 25 + + + 2026 + 4 + 22 + + + 2026 + 4 + 23 + + + 2026 + 5 + 29 + 4 + 57 + + + epublish + + 42212140 + PMC13212525 + 10.3389/fimmu.2026.1817030 + + +
+ + + 42212078 + + 2026 + 05 + 29 + + + 2026 + 05 + 29 + +
+ + 2691-3704 + + 6 + 5 + + 2026 + May + 25 + + + JACS Au + JACS Au + + Ligand-Controlled Phonon Dynamics in CsPbBr3 Nanocrystals Revealed by Machine-Learned Interatomic Potentials. + + 3039 + 3047 + 3039-3047 + + 10.1021/jacsau.6c00434 + + Halide perovskite nanocrystals are leading candidates for next-generation optoelectronics, yet the role of surface ligands in controlling their phonon dynamics remains poorly understood. These lattice dynamics critically govern energy up-conversion, phonon-assisted anti-Stokes emission, and nonradiative relaxation. Conventional ab initio methods, while accurate, are computationally infeasible for experimentally relevant nanocrystal sizes that require thousands of atoms to capture realistic ligand shells and dynamic disorder. Here, we introduce a machine-learned interatomic potential fine-tuned on small CsPbBr3 nanocrystals with diverse ligands, enabling accurate prediction of ligand-induced phonon properties far beyond the spatial and temporal scales of ab initio methods. We find that both cationic and anionic ligands systematically redshift Pb-Br-Pb stretching modes while blueshifting the PbBr6 + 4- octahedral rotation mode, with stronger overall effects for anionic passivation. Notably, anionic ligands stiffen the rotation mode nonmonotonically with respect to the ligand binding energy. The nanocrystal models also reveal a strong site dependence of these phonon-mode shifts, with corner and edge sites showing the largest response. Our findings reveal important roles of cationic and anionic ligands in modulating key dynamic modes of halide perovskite nanocrystals associated with detrimental nonradiative losses, offering mechanistic insights and design principles for high-performance perovskite nanocrystal optoelectronics. + © 2026 The Authors. Published by American Chemical Society. + + + + Cha + Seungjun + S + 0009-0003-0129-3458 + + School of Materials Science and Engineering, Georgia Institute of Technology, Atlanta, Georgia 30332, United States. + 1372 + + + + Wang + Chen + C + 0000-0002-4296-6888 + + Department of Chemistry and Biochemistry, Queens College, City University of New York, New York, New York 11367, United States. + + + The Graduate Center, City University of New York, New York, New York 10016, United States. + 14772 + + + + Fung + Victor + V + 0000-0002-3347-6983 + + School of Computational Science and Engineering, Georgia Institute of Technology, Atlanta, Georgia 30332, United States. + 1372 + + + + Hu + Guoxiang + G + 0000-0003-2942-8564 + + School of Materials Science and Engineering, Georgia Institute of Technology, Atlanta, Georgia 30332, United States. + 1372 + + + School of Chemistry and Biochemistry, Georgia Institute of Technology, Atlanta, Georgia 30332, United States. + 1372 + + + + eng + + Journal Article + + + 2026 + 04 + 27 + +
+ + United States + JACS Au + 101775714 + 2691-3704 + + + halide perovskites + machine learning potentials + molecular dynamics + nanocrystals + phonons + surface ligands + +
+ + + + 2026 + 5 + 29 + 15 + 47 + + + 2026 + 5 + 29 + 15 + 46 + + + 2026 + 3 + 22 + + + 2026 + 4 + 20 + + + 2026 + 4 + 21 + + + 2026 + 5 + 29 + 4 + 56 + + + epublish + + 42212078 + PMC13213489 + 10.1021/jacsau.6c00434 + + +
+ + + 42212047 + + 2026 + 05 + 29 + + + 2026 + 05 + 29 + +
+ + 2001-0370 + + 35 + 1 + + 2026 + + + Computational and structural biotechnology journal + Comput Struct Biotechnol J + + Deciphering the Structural Basis of Allosteric Inhibition of Mutant Epidermal Growth Factor Receptor and Identification of Novel Inhibitors. + + 0118 + 0118 + + 10.34133/csbj.0118 + + The non-small cell lung cancer-associated epidermal growth factor receptor (EGFR) mutant L858R/T790M confers resistance to first- and second-generation tyrosine kinase inhibitors (TKIs). Allosteric inhibitors have emerged as alternative therapeutic agents. Unlike orthosteric inhibitors, they preferentially stabilize EGFR in an inactive conformation. Hence, understanding the mechanistic basis of this inhibition is essential for designing potent allosteric inhibitors. In this study, we performed microsecond-scale molecular dynamics (MD) simulations on the inactive conformations of apo-EGFRWild and apo-EGFRL858R/T790M to explore how cancer-associated mutations induce a conformational shift toward the active kinase state. Simulations of allosteric inhibitor (EAI001)-bound EGFRL858R/T790M revealed that inhibitor binding enhances the inactive-state population by suppressing active-like excursions of the K745-E762 distance and modulating key structural elements including the αC-helix and activation loop. These findings revealed the structural/conformational basis of allosteric inhibition in EGFRL858R/T790M. It also emphasized the importance of MD simulations in allosteric drug design for assessing the ability of the inhibitor to enhance the population of the inactive state of the mutant EGFR. We have also standardized a virtual screening protocol involving screening of an allosteric TKI library using a structure-guided machine-learning-based protein-ligand affinity predictor scoring function and evaluated top-scoring candidates by MD simulations and the Molecular Mechanics Generalized Born Surface Area free energy calculation to identify molecules that can stabilize the inactive state of mutant EGFRL858R/T790M. This approach identified potential allosteric kinase inhibitors predicted to be more potent than EAI001. Overall, our results elucidate the structural/conformational basis of allosteric inhibition and highlight an MD-integrated approach for targeting dynamic allosteric sites, providing a framework for discovering next-generation modulators that can overcome TKI resistance. + Copyright © 2026 Sapna Pal and Debasisa Mohanty. + + + + Pal + Sapna + S + 0009-0008-3731-726X + + Bioinformatics Center, BRIC-National Institute of Immunology, New Delhi 110067, India. + + + + Mohanty + Debasisa + D + 0000-0002-3374-0588 + + Bioinformatics Center, BRIC-National Institute of Immunology, New Delhi 110067, India. + + + + eng + + Journal Article + + + 2026 + 05 + 27 + +
+ + Netherlands + Comput Struct Biotechnol J + 101585369 + 2001-0370 + + Competing interests: The authors declare that they have no competing interests. +
+ + + + 2026 + 5 + 29 + 15 + 45 + + + 2026 + 5 + 29 + 15 + 44 + + + 2025 + 12 + 14 + + + 2026 + 5 + 2 + + + 2026 + 5 + 2 + + + 2026 + 5 + 29 + 4 + 56 + + + epublish + + 42212047 + PMC13213074 + 10.34133/csbj.0118 + 0118 + + +
+ + + 42211937 + + 2026 + 05 + 29 + + + 2026 + 05 + 29 + +
+ + 2046-1402 + + 14 + + 2025 + + + F1000Research + F1000Res + + Artificial Intelligence in Project Management: Challenges, Strategies and Best Practices. + + 1357 + 1357 + + 10.12688/f1000research.169682.2 + + The application of Artificial Intelligence (AI) in project management is transforming decision-making processes, enhancing task execution, and improving risk management. This study aimed to elucidate the challenges raised by AI in project management (PM) using a scientometric and qualitative analysis. The research employs both quantitative and qualitative analysis using VOSviewer. The scientometric analyses reveal a substantial increase in AI in PM publications, with "project management," "artificial intelligence," "machine learning," "cost reduction," "decision making" and "supply chain management" as the most influential co-occurrence. The systematic review the implementation of challenges and strategies. The analysis identifies the publication trends, most significant keywords, leading institutions and researchers, prominent collaboration connections, primary publication venues, and the most-cited publications. This research enhances understanding of AI in PM, promotes the utilization of artificial intelligence technologies for gaining insights during certain phases of project development, and improves project management efficiency. The utilization of AI technologies, including machine learning, natural language processing, and predictive analytics, markedly improves project efficiency by enhancing decision-making, effectiveness, and risk mitigation. The recent rise of agentic and generative AI systems is transforming the role of AI in project environments from passive analytical support to active decision augmentation and workflow orchestration. Simultaneously, agentic AI systems, which are autonomous or semi-autonomous digital agents proficient in planning, performing activities, and engaging with various project data sources. These advancements indicate a shift from AI as a predictive instrument to AI as a collaborative cognitive framework within project ecosystems, prompting new inquiries on governance, accountability, and human-AI collaboration in project decision-making. + Copyright: © 2026 Mogbojuri A et al. + + + + Mogbojuri + Akinlo + A + 0000-0002-1615-0842 + + Department of Industrial Engineering, Durban University of Technology, Durban, KwaZulu-Natal, 4000, South Africa. + + + + Obiseye + Obiyemi + O + + Space Science Centre, Dept. of Electrical Power Engineering, Durban University of Technology, Durban, KwaZulu-Natal, South Africa. + + + + Wali + Arooj + A + + Faculty of Technology, University of Sunderland, Sunderland, England, UK. + + + + Dewa + Mendon + M + 0000-0002-0061-3654 + + Department of Industrial Engineering, Durban University of Technology, Durban, KwaZulu-Natal, 4000, South Africa. + + + + eng + + Journal Article + Systematic Review + + + 2026 + 04 + 15 + +
+ + England + F1000Res + 101594320 + 2046-1402 + + IM + + + Artificial Intelligence + + + Humans + + + Decision Making + + + + Artificial Intelligence + Decision-Making + Project Management + Qualitative analysis. + Scientometric approach + + No competing interests were disclosed. +
+ + + + 2026 + 5 + 29 + 15 + 43 + + + 2026 + 5 + 29 + 15 + 42 + + + 2026 + 3 + 13 + + + 2026 + 5 + 29 + 4 + 55 + + + epublish + + 42211937 + PMC13215357 + 10.12688/f1000research.169682.2 + + +
+ + + 42211885 + + 2026 + 05 + 29 + + + 2026 + 05 + 29 + +
+ + 0920-9069 + + 78 + 4 + + 2026 + Aug + + + Cytotechnology + Cytotechnology + + Identification and validation of dyslipidemia and glutamate metabolism-associated gene diagnostic and therapeutic repurposing signature for Acute myocardial infarction patients: insights from integrative bioinformatic and multi-omic studies. + + 127 + 127 + + 10.1007/s10616-026-00979-9 + + + Objective Dyslipidemia and glutamate metabolism (DG) plays a crucial role in the pathogenesis of Acute myocardial infarction (AMI). Hence, deeper understanding of DG in AMI paves the way for the clinical applications of AMI. Methods In combination of PPI network and Limma framework, we first identified DG-associated shared differentially expressed genes (DEGs) from AMI patient bulk profile (GSE61144) and DG-associated gene list acquired from GEO and Genecard databases respectively. In another AMI patient bulk profile (GSE28454), we performed consensus clustering for classifying patient into 2 subgroups based on shared DG-related DEGs. By employing 2 machine learning algorithms (RF and SVM) in AMI patient training set (GSE109048), we identified DG-related hub gene, and then evaluated its diagnostic performance across GSE61144, GSE109048 and GSE66360(independent AMI patient bulk profile). Indeed, the molecular feature of DG-related hub gene was deciphered at GSE109048 and AMI single-cell transcriptomic profile (GSE269269). Finally, in vitro study illustrated the expression pattern of DG-related hub gene and DGIDB database with molecular docking proved the potential therapeutic framework for combating AMI. Results We discovered that DG-associated molecular subgroups and down-regulated expression gene signature CALR was diagnostic biomarkers for AMI, and Trentinoin should be considered as novel drug repurposing framework for the treatment of AMI. Conclusion We first pointed out that DG should be considered as diagnostic and therapeutic repurposing targets for the clinical translation of AMI, which can guide AMI patient personalized and precision medicine. + © The Author(s), under exclusive licence to Springer Nature B.V. 2026. Springer Nature or its licensor (e.g. a society or other partner) holds exclusive rights to this article under a publishing agreement with the author(s) or other rightsholder(s); author self-archiving of the accepted manuscript version of this article is solely governed by the terms of such publishing agreement and applicable law. + + + + Zhao + Hanwei + H + + Peripheral Vascular Disease Department, The First Affiliated Hospital of Heilongjiang University of Chinese Medicine, 150040 Harbin, China. + https://ror.org/01c0exk17 + grid.460046.0 + + + + Chen + Wenge + W + + Peripheral Vascular Disease Department, The First Affiliated Hospital of Heilongjiang University of Chinese Medicine, 150040 Harbin, China. + https://ror.org/01c0exk17 + grid.460046.0 + + + + Cheng + Ran + R + + Department of Blood Purification, Heilongjiang University of Chinese Medicine, 150040 Harbin, China. + https://ror.org/05x1ptx12 + grid.412068.9 + 0000 0004 1759 8782 + + + + Ren + Shuting + S + + Department of Blood Purification, Heilongjiang University of Chinese Medicine, 150040 Harbin, China. + https://ror.org/05x1ptx12 + grid.412068.9 + 0000 0004 1759 8782 + + + + Guo + Chuang + C + + Peripheral Vascular Disease Department, The First Affiliated Hospital of Heilongjiang University of Chinese Medicine, 150040 Harbin, China. + https://ror.org/01c0exk17 + grid.460046.0 + + + + eng + + Journal Article + + + 2026 + 05 + 26 + +
+ + United States + Cytotechnology + 8807027 + 0920-9069 + + + Acute myocardial infarction + Diagnostic biomarkers + Drug reproposing + Dyslipidemia + Glutamate metabolism + + Competing interestsThe authors declare no competing interests. +
+ + + + 2026 + 5 + 29 + 15 + 45 + + + 2026 + 5 + 29 + 15 + 44 + + + 2026 + 2 + 12 + + + 2026 + 4 + 24 + + + 2027 + 8 + 1 + + + 2026 + 5 + 29 + 4 + 54 + + + ppublish + + 42211885 + PMC13212843 + 10.1007/s10616-026-00979-9 + 979 + + +
+ + + 42211859 + + 2026 + 05 + 29 + + + 2026 + 05 + 29 + +
+ + 2214-0883 + + 16 + 5 + + 2026 + May + + + Journal of pharmaceutical analysis + J Pharm Anal + + Authentication of Linderae Radix through plant metabolomics coupled with a machine learning-enhanced in situ hyperspectral imaging approach. + + 101476 + 101476 + + 10.1016/j.jpha.2025.101476 + + Linderae Radix, a medicinally significant herb with a history of over 2000 years, is highly esteemed for its potential to promote longevity. Derived from the tuberous roots of Lindera aggregata (L. aggregata), it encounters difficulties in being distinguished from non-medicinal parts, such as non-fusiform taproots and old roots in the herbal drug market. To address the problem, this study developed a new strategy that integrates non-targeted plant metabolomics with a machine learning-enhanced hyperspectral imaging (HSI) approach for in situ quality assessment. Firstly, a comprehensive metabolomics analysis was conducted using ultra-performance liquid chromatography-quadrupole time-of-flight mass spectrometry (UPLC-QTOF-MS) and gas chromatography-mass spectrometry (GC-MS) to identify 25 and 48 differential metabolites, respectively. Then, combined with machine learning algorithms, HSI in the 400-1000 nm band achieved visual in situ assessment of different types of L. aggregata roots. Second derivative (2ndD)-Savitzky-Golay (SG) smoothing-logistic regression (LR) models achieved 93.33% accuracy of the test set in spectral classification. Moreover, spectral pre-processing and characteristic wavelength selection led to high prediction accuracies for the content of significant components in L. aggregata using standard normal variate (SNV)-competitive adaptive reweighted sampling (CARS)-least squares support vector machine (LSSVM) and SNV-CARS-extreme learning machine (ELM) ( + + + R + P + 2 + + + > 0.87 for the test set). This is the first study to provide a visual representation of the content of marker compounds in L. aggregata roots, offering a rapid, non-destructive method for assessing the quality of Linderae Radix. It scientifically justifies the medicinal use of tuberous roots and illuminates rapid quality evaluation through morphological identification. + © 2025 The Authors. + + + + Lv + Yangbin + Y + + College of Pharmaceutical Science, Zhejiang University of Technology, Huzhou, Zhejiang, 313200, China. + + + Zhejiang Provincial Key Laboratory of TCM for Innovative R&D and Digital Intelligent Manufacturing of TCM Great Health Products, Huzhou, Zhejiang, 313200, China. + + + + Sun + Hongwei + H + + College of Pharmaceutical Science, Zhejiang University of Technology, Huzhou, Zhejiang, 313200, China. + + + + Ding + Qiaoling + Q + + College of Pharmaceutical Science, Zhejiang University of Technology, Huzhou, Zhejiang, 313200, China. + + + + Chen + Bangxu + B + + College of Pharmaceutical Science, Zhejiang University of Technology, Huzhou, Zhejiang, 313200, China. + + + + Ye + Hongwei + H + + College of Pharmaceutical Science, Zhejiang University of Technology, Huzhou, Zhejiang, 313200, China. + + + + Xu + Ning + N + + College of Pharmaceutical Science, Zhejiang University of Technology, Huzhou, Zhejiang, 313200, China. + + + + Chu + Chu + C + + College of Pharmaceutical Science, Zhejiang University of Technology, Huzhou, Zhejiang, 313200, China. + + + Zhejiang Provincial Key Laboratory of TCM for Innovative R&D and Digital Intelligent Manufacturing of TCM Great Health Products, Huzhou, Zhejiang, 313200, China. + + + + eng + + Journal Article + + + 2025 + 10 + 28 + +
+ + China + J Pharm Anal + 101579451 + 2214-0883 + + + Different root types + Hyperspectral imaging + L. aggregata + Machine learning algorithms + Plant metabolomics + Visual in situ assessment + + The authors declare that they have no known competing financial interests or personal relationships that could have appeared to influence the work reported in this paper. +
+ + + + 2026 + 5 + 29 + 15 + 42 + + + 2026 + 5 + 29 + 15 + 41 + + + 2025 + 5 + 8 + + + 2025 + 10 + 22 + + + 2025 + 10 + 27 + + + 2026 + 5 + 29 + 4 + 54 + + + ppublish + + 42211859 + PMC13213644 + 10.1016/j.jpha.2025.101476 + S2095-1779(25)00293-X + + +
+ + + 42211855 + + 2026 + 05 + 29 + + + 2026 + 05 + 29 + +
+ + 2468-0672 + + 26 + + 2026 + Jun + + + HardwareX + HardwareX + + SCUD - Smart Culinary Utility Device: Leveraging edge AI for battery optimization and operation cycles. + + e00780 + e00780 + + 10.1016/j.ohx.2026.e00780 + + Current day society pursues a lifestyle that is simpler, more efficient, reliable, faster, and progressively automated. Culinary Utility Device available in the market exhibit drawbacks including substantial investment costs, increased labor requirements, and excessive time consumption. Adding intelligence to the these devices may make once life happy. Embedded devices with limited resources are now poised to leverage machine learning techniques thanks to the convergence of Edge Computing and the Internet of Things (IoT). Traditional machine learning often demands significant computational resources for predictive tasks. TinyML, which focuses on Embedded Machine Learning, aims to transition a considerable portion of users from high-end devices to low-end gadgets. This paradigm strives to ensure the accuracy of learning models while enabling training and deployment on micro edge devices with resource constraints. It also seeks to optimize processing capabilities and enhance system resilience. This article provides an intuitive overview of Data-Driven State of Charge (SoC) estimation for Li-Ion Batteries. It begins by specification table followed by the hardware in context introducing the background of SoC estimation, followed by discussions on Hardware and signal , links to the design files and BOM in specific. The article delves into essential aspects related to Build and Operational instructions. In conclusion, the article addresses critical challenges and outlines a future road map. + © 2026 The Authors. + + + + Dvsr + Sesidhar + S + + ECE Department, MVSR Engineering College, Nadergul, Telangana, Bharat, 501510, India. + + + + Badachi + Chandrashekhar + C + + EEE Department, Ramaiah Institute of Technology, VTU, Belagavi, Bharat, 590018, India. + + + + Nagawaram + Chandrashekar + C + + ABB India, Hyderabad, Bharat, 500081, India. + + + + Kondoju + Panduranga Chary + PC + + Ford Motor Company, Dearborn, Michigan, 48124, United States. + + + + Salunkhe + Pavana + P + + MED, KLS Gogte Institute of Technology, VTU, Belagavi, Karnataka, Bharat, 590008, India. + + + + Chaurasia + Sahil Kumar + SK + + ETE Department, Ramaiah Institute of Technology, VTU, Belagavi, Bharat, 590018, India. + + + + eng + + Journal Article + + + 2026 + 05 + 12 + +
+ + England + HardwareX + 101710262 + 2468-0672 + + + Data driven model + Edge computing + Li-ion battery + Optimization + State of charge + Training and testing + + The authors declare no competing interests to the best of their knowledge. +
+ + + + 2026 + 5 + 29 + 15 + 43 + + + 2026 + 5 + 29 + 15 + 42 + + + 2024 + 12 + 15 + + + 2026 + 4 + 21 + + + 2026 + 4 + 27 + + + 2026 + 5 + 29 + 4 + 54 + + + epublish + + 42211855 + PMC13214533 + 10.1016/j.ohx.2026.e00780 + S2468-0672(26)00040-4 + + +
+ + + 42211841 + + 2026 + 05 + 29 + + + 2026 + 05 + 29 + +
+ + 1664-302X + + 17 + + 2026 + + + Frontiers in microbiology + Front Microbiol + + Intralesional microbial community signatures across histopathologic categories of tongue lesions. + + 1775141 + 1775141 + + 10.3389/fmicb.2026.1775141 + + The tissue-resident microbiome of oral epithelial lesions remains incompletely characterized, with most prior studies relying on saliva or surface sampling. This study aimed to characterize intralesional microbial communities across histopathologic categories of tongue lesions using formalin-fixed paraffin-embedded (FFPE) tissue. + This cross-sectional study characterized the intralesional microbiome of 63 formalin-fixed, paraffin-embedded tongue tissues, including fibroma (n = 15), low malignant potential dysplasia (LMP; n = 24), high malignant potential dysplasia (HMP; n = 24), and additional OSCC samples. Amplicon sequencing of the V3-V4 16S rRNA region was used to assess taxonomic composition, alpha and beta diversity, phylogenetic structure, predicted functional pathways (PICRUSt2), and machine-learning-based discrimination of lesion categories. + Microbial community profiles differed significantly across histopathologic groups. Non-dysplastic tissues exhibited higher richness and greater representation of commensal genera such as Streptococcus, Rothia, and Veillonella. Dysplastic tissues demonstrated reduced diversity and increased abundance of stress-adapted Proteobacteria including Bosea, Novosphingobium, Sphingomonas, and Pseudomonas. Beta diversity analyses revealed distinct community structures between fibroma, LMP, and HMP categories. Predicted functional profiles suggested differences in inferred metabolic potential, including pathways related to carbohydrate metabolism and xenobiotic degradation in dysplastic lesions. A supervised classifier demonstrated separation between groups (AUC 0.83-1.00), with several taxa contributing to classification; however, these findings should be interpreted cautiously given the sample size. + Intralesional microbial communities differ across fibroma, dysplasia, and OSCC of the tongue in both taxonomic composition and predicted functional profiles. These findings describe lesion-associated microbial signatures within tissue and provide a foundation for future studies incorporating longitudinal designs and multi-omics approaches to clarify their biological and clinical relevance. + Copyright © 2026 Madhavan, Lanzel, Dabdoub, Sidahmed, Hellstein, Drake, Banas and Ganesan. + + + + Madhavan + Karthik + K + + Department of Periodontics, College of Dentistry, University of Iowa, Iowa City, IA, United States. + + + + Lanzel + Emily + E + + Department of Oral Pathology, Radiology, and Medicine, College of Dentistry, University of Iowa, Iowa City, IA, United States. + + + + Dabdoub + Shareef M + SM + + Department of Periodontics, College of Dentistry, University of Iowa, Iowa City, IA, United States. + + + Division of Biostatistics and Computational Biology, College of Dentistry, University of Iowa, Iowa City, IA, United States. + + + College of Dentistry, Iowa Institute for Oral Health Research, University of Iowa, Iowa City, IA, United States. + + + + Sidahmed + Ahmed + A + + Department of Periodontics, College of Dentistry, University of Iowa, Iowa City, IA, United States. + + + + Hellstein + John + J + + Department of Oral Pathology, Radiology, and Medicine, College of Dentistry, University of Iowa, Iowa City, IA, United States. + + + + Drake + David Ray + DR + + College of Dentistry, Iowa Institute for Oral Health Research, University of Iowa, Iowa City, IA, United States. + + + + Banas + Jeffrey A + JA + + College of Dentistry, Iowa Institute for Oral Health Research, University of Iowa, Iowa City, IA, United States. + + + Department of Pediatric Dentistry, College of Dentistry, University of Iowa, Iowa City, IA, United States. + + + + Ganesan + Sukirth M + SM + + Department of Periodontics, College of Dentistry, University of Iowa, Iowa City, IA, United States. + + + College of Dentistry, Iowa Institute for Oral Health Research, University of Iowa, Iowa City, IA, United States. + + + + eng + + Journal Article + + + 2026 + 05 + 13 + +
+ + Switzerland + Front Microbiol + 101548977 + 1664-302X + + + epithelial dysplasia + intralesional microbiome + microbial dysbiosis + oral premalignant lesion + oral squamous cell carcinoma + + 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 author DD declared that they were an editorial board member of Frontiers, at the time of submission. This had no impact on the peer review process and the final decision. +
+ + + + 2026 + 5 + 29 + 15 + 46 + + + 2026 + 5 + 29 + 15 + 45 + + + 2025 + 12 + 25 + + + 2026 + 4 + 4 + + + 2026 + 4 + 23 + + + 2026 + 5 + 29 + 4 + 54 + + + epublish + + 42211841 + PMC13212205 + 10.3389/fmicb.2026.1775141 + + +
+ + + 42211776 + + 2026 + 05 + 29 + + + 2026 + 05 + 29 + +
+ + 2673-7647 + + 6 + + 2026 + + + Frontiers in bioinformatics + Front Bioinform + + Predicting anthropometric body composition variables using 3D optical imaging and machine learning. + + 1722578 + 1722578 + + 10.3389/fbinf.2026.1722578 + + Accurate prediction of anthropometric body composition variables, such as Appendicular Lean Mass (ALM), Body Fat Percentage (BFP), and Bone Mineral Density (BMD), is essential for early diagnosis of several chronic diseases. Currently, researchers rely on Dual-Energy X-ray Absorptiometry (DXA) scans to measure these metrics; however, DXA scans are costly and time-consuming. This work proposes an alternative to DXA scans by applying statistical and machine learning models on biomarkers (height, volume, left calf circumference, etc.) obtained from 3D optical images. The dataset consists of 847 patients and was sourced from the Pennington Biomedical Research Center. Extracting patients' data in healthcare faces many technical challenges and legal restrictions. However, most supervised machine learning algorithms are inherently data-intensive, requiring a large amount of training data. To address this challenge, we compare the standard supervised to a semi-supervised p-Laplacian model, which leverages the limited data by incorporating the unlabeled patient information. To our knowledge, this paper is the first to demonstrate the application of a game-theoretic + + p + + -Laplacian model for regression in healthcare. Our + + p + + -Laplacian model yielded errors of + + + 13 + % + + for ALM, + + + 10 + % + + for BMD, and + + + 20 + % + + for BFP when the training data accounted for 10 percent of all data. Among the supervised algorithms we implemented, Support Vector Regression (SVR) performed the best for ALM and BMD, yielding errors of + + + 8 + % + + for both, whereas Least Squares SVR performed the best for BFP with + + + 11 + % + + error when trained on 80% the data. Our findings position the + + p + + -Laplacian model as a promising tool for healthcare applications, particularly in a data-constrained environment with limited labeled data. + Copyright © 2026 Agrahari, Bist, Pandey, Kapita, James, Knox, Heymsfield, Ramirez, Wolenski and Drenska. + + + + Agrahari + Gyaneshwar + G + + Department of Mathematics, Louisiana State University, Baton Rouge, LA, United States. + + + + Bist + Kiran + K + + Department of Mathematics, Louisiana State University, Baton Rouge, LA, United States. + + + + Pandey + Monika + M + + Department of Mathematics, Louisiana State University, Baton Rouge, LA, United States. + + + + Kapita + Jacob + J + + Department of Mathematics, Louisiana State University, Baton Rouge, LA, United States. + + + + James + Zachary + Z + + Department of Mathematics, Louisiana State University, Baton Rouge, LA, United States. + + + + Knox + Jackson + J + + Department of Mathematics, Louisiana State University, Baton Rouge, LA, United States. + + + + Heymsfield + Steven + S + + Pennington Biomedical Research Center, Baton Rouge, LA, United States. + + + + Ramirez + Sophia + S + + Pennington Biomedical Research Center, Baton Rouge, LA, United States. + + + + Wolenski + Peter + P + + Department of Mathematics, Louisiana State University, Baton Rouge, LA, United States. + + + + Drenska + Nadejda + N + + Department of Mathematics, Louisiana State University, Baton Rouge, LA, United States. + + + + eng + + Journal Article + + + 2026 + 05 + 13 + +
+ + Switzerland + Front Bioinform + 9918227263306676 + 2673-7647 + + + 3D imaging + body composition + p-Laplacian-regression + semi-supervised learning + support vector regression (SVR) + + 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 + 5 + 29 + 15 + 45 + + + 2026 + 5 + 29 + 15 + 44 + + + 2025 + 10 + 10 + + + 2026 + 1 + 28 + + + 2026 + 2 + 17 + + + 2026 + 5 + 29 + 4 + 53 + + + epublish + + 42211776 + PMC13213389 + 10.3389/fbinf.2026.1722578 + 1722578 + + +
+ + + 42211756 + + 2026 + 05 + 29 + + + 2026 + 05 + 29 + +
+ + 1098-1004 + + 2026 + + 2026 + + + Human mutation + Hum Mutat + + Integrative Multiomics Analysis Reveals Tumor-Associated Macrophage Heterogeneity and a Prognostic Signature in Gastric Cancer. + + 6130883 + 6130883 + + 10.1155/humu/6130883 + + Gastric cancer (GC) is characterized by a complex tumor microenvironment (TME) with substantial cellular heterogeneity. Tumor-associated macrophages (TAMs) represent the most abundant immune cell population in the TME and exhibit remarkable functional plasticity. This study integrated single-cell RNA-sequencing (scRNA-seq) data, bulk transcriptomics, and spatial transcriptomics to systematically characterize TAM heterogeneity and identify prognostic biomarkers in GC. ScRNA-seq analysis revealed nine major cell types (T cells, plasma cells, epithelial cells, fibroblasts, macrophages, endothelial cells, B cells, smooth muscle cells, and mast cells) and distinct macrophage subpopulations with tumor-specific expansion patterns. High-dimensional weighted gene coexpression network analysis identified coexpression modules enriched in GC-associated macrophages. Machine learning algorithms were employed to construct a prognostic signature, and the CoxBoost model demonstrated superior predictive performance across multiple cohorts. The seven-gene signature, including UPP1, VCAN, ELL2, ABCA1, TUBA1A, MX2, and TSPO, showed robust prognostic value in survival prediction. Spatial transcriptomic analysis further revealed distinct metabolic profiles and extensive cellular interaction networks mediated by UPP1-expressing TAMs. These findings provide a comprehensive atlas of TAM heterogeneity and establish novel prognostic biomarkers with potential therapeutic implications in GC. + Copyright © 2026 Zhaoyan Li et al. Human Mutation published by John Wiley & Sons Ltd. + + + + Li + Zhaoyan + Z + 0009-0005-3362-1895 + + Department of Traditional Chinese Medicine, Shanghai Jiao Tong University School of Medicine Affiliated Ruijin Hospital, Shanghai, China, shsmu.edu.cn. + + + + Xu + Ming + M + 0000-0003-2767-7583 + + Department of Traditional Chinese Medicine, Shanghai Jiao Tong University School of Medicine Affiliated Ruijin Hospital, Shanghai, China, shsmu.edu.cn. + + + + Huang + Yuqing + Y + 0009-0003-6141-5891 + + Department of Traditional Chinese Medicine, Shanghai Jiao Tong University School of Medicine Affiliated Ruijin Hospital, Shanghai, China, shsmu.edu.cn. + + + + Huang + Chen + C + 0000-0002-6680-973X + + Department of Gastrointestinal Surgery, RenJi Hospital, Shanghai Jiao Tong University School of Medicine, Shanghai, China, shsmu.edu.cn. + + + + Wu + Yuan + Y + 0000-0002-9445-7938 + + Department of Traditional Chinese Medicine, Shanghai Jiao Tong University School of Medicine Affiliated Ruijin Hospital, Shanghai, China, shsmu.edu.cn. + + + + Lu + Jiafeng + J + 0009-0007-0132-1681 + + Department of Traditional Chinese Medicine, Shanghai Jiao Tong University School of Medicine Affiliated Ruijin Hospital, Shanghai, China, shsmu.edu.cn. + + + + Zhang + Guangtao + G + 0000-0003-1189-724X + + Department of Interventional Oncology, Seventh People's Hospital of Shanghai University of Traditional Chinese Medicine, Shanghai, China. + + + + Zheng + Lan + L + 0000-0003-4393-9264 + + Department of Traditional Chinese Medicine, Shanghai Jiao Tong University School of Medicine Affiliated Ruijin Hospital, Shanghai, China, shsmu.edu.cn. + + + + eng + + Journal Article + + + 2026 + 05 + 27 + +
+ + United States + Hum Mutat + 9215429 + 1059-7794 + + + + 0 + Biomarkers, Tumor + + + IM + + + Humans + + + Stomach Neoplasms + genetics + pathology + metabolism + mortality + + + Tumor-Associated Macrophages + metabolism + pathology + + + Multiomics + methods + + + Prognosis + + + Tumor Microenvironment + genetics + + + Biomarkers, Tumor + genetics + + + Gene Expression Regulation, Neoplastic + + + Gene Expression Profiling + + + Single-Cell Gene Expression Analysis + + + Gene Regulatory Networks + + + Transcriptome + + + Spatial Transcriptomics + + + Computational Biology + methods + + + Genetic Heterogeneity + + + + gastric cancer + machine learning + single-cell RNA-sequencing + spatial transcriptomics + tumor-associated macrophages + + The authors declare no conflicts of interest. +
+ + + + 2026 + 5 + 29 + 15 + 44 + + + 2026 + 5 + 29 + 15 + 43 + + + 2026 + 3 + 6 + + + 2026 + 4 + 28 + + + 2026 + 4 + 30 + + + 2026 + 5 + 29 + 4 + 53 + + + epublish + + 42211756 + PMC13213716 + 10.1155/humu/6130883 + HUMU6130883 + + +
+ + + 42211715 + + 2026 + 05 + 29 + + + 2026 + 05 + 29 + +
+ + 2296-2565 + + 14 + + 2026 + + + Frontiers in public health + Front Public Health + + Explainable AI for early developmental disability detection: a neuro-fuzzy approach. + + 1691449 + 1691449 + + 10.3389/fpubh.2026.1691449 + + Developmental disabilities affect approximately 1 in 6 children aged 3-17 years. The diagnostic process typically spans 2-3 years and disproportionately affects underserved populations. Traditional machine learning approaches for screening have demonstrated promising accuracy but often lack the transparency required for clinical acceptance. + We developed and validated an Adaptive Neuro-Fuzzy Inference System (ANFIS) using a longitudinal observational dataset of 5,000 children aged 1-6 years from 12 early childhood centers (4,311 typically developing; 689 with developmental disabilities, prevalence 13.8%). The ANFIS model implemented Gaussian membership functions and Sugeno fuzzy inference, incorporating age-adjusted ratios and cross-domain interaction features. Model performance was evaluated using standard binary classification metrics and five-fold stratified cross-validation. + All four assessment domains differed significantly between diagnostic groups (p < 0.001): Cognitive Scores (60.86 ± 14.51 vs. 51.58 ± 17.09), Behavioral Scores (55.82 ± 9.38 vs. 49.64 ± 11.21), Motor Skills (51.08 ± 7.79 vs. 45.08 ± 8.00), and Social Interaction (51.20 ± 11.66 vs. 42.13 ± 11.19). Family history was present in 85.6% of diagnosed children vs. 45.0% of typically developing children (p < 0.001). The ANFIS model achieved 96.0% accuracy, 87.5% sensitivity, 97.6% specificity, and AUC = 0.925 on a held-out test set of 100 cases. Five-fold cross-validation yielded a mean accuracy of 89.2% ± 3.4% (95% CI: [85.8, 92.6%]). Cognitive_Social_Ratio was the most influential diagnostic indicator. + The ANFIS approach demonstrates a clinically relevant balance between diagnostic accuracy and interpretability, positioning it as a viable clinical decision-support tool. Larger external validation studies across diverse populations are required before widespread implementation. + Copyright © 2026 Alanazi, Alqazlan, Alanazi and Benlaria. + + + + Alanazi + Adel Saber + AS + + College of Education, Jouf University, Sakakah, Saudi Arabia. + + + + Alqazlan + Sohil + S + + College of Education, Imam Mohammad Ibn Saud Islamic University (IMSIU), Riyadh, Saudi Arabia. + + + + Alanazi + Rayan + R + + College of Computer and Information Sciences, Jouf University, Sakakah, Saudi Arabia. + + + + Benlaria + Houcine + H + + College of Business, Jouf University, Sakakah, Saudi Arabia. + + + + eng + + Journal Article + + + 2026 + 05 + 13 + +
+ + Switzerland + Front Public Health + 101616579 + 2296-2565 + + IM + + + Humans + + + Developmental Disabilities + diagnosis + + + Fuzzy Logic + + + Child, Preschool + + + Child + + + Soft Computing + + + Infant + + + Female + + + Longitudinal Studies + + + Machine Learning + + + + Adaptive Neuro-Fuzzy Inference System (ANFIS) + autism spectrum disorder + developmental disabilities + early intervention + explainable AI + fuzzy logic + interpretable machine learning + pediatrics diagnosis + + 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 + 5 + 29 + 15 + 46 + + + 2026 + 5 + 29 + 15 + 45 + + + 2025 + 8 + 25 + + + 2026 + 3 + 13 + + + 2026 + 4 + 14 + + + 2026 + 5 + 29 + 4 + 52 + + + epublish + + 42211715 + PMC13213843 + 10.3389/fpubh.2026.1691449 + + +
+ + + 42211683 + + 2026 + 05 + 29 + +
+ + 1872-8286 + + 686 + + 2026 + Jul + 14 + + + Neurocomputing + Neurocomputing (Amst) + + CrunchLLM: Multitask LLMs for Structured Business Reasoning and Outcome Prediction. + 133754 + 10.1016/j.neucom.2026.133754 + + Predicting the success of startup companies, defined as achieving an exit through acquisition or IPO, is a critical problem in entrepreneurship and innovation research. Datasets such as Crunchbase provide both structured information (e.g., funding rounds, industries, and investor networks) and unstructured text (e.g., company descriptions), but effectively leveraging such heterogeneous data for prediction remains challenging. Traditional machine learning approaches often rely only on structured features and achieve moderate accuracy, while large language models (LLMs) offer strong reasoning capabilities but are not readily adapted to domain-specific business data. We present CrunchLLM, a domain-adapted and backbone-agnostic LLM framework for startup success prediction. CrunchLLM integrates structured company attributes with unstructured textual narratives and applies parameter-efficient fine-tuning together with prompt optimization to specialize foundation models for entrepreneurship data. Importantly, our framework introduces a self-verifiable multitask objective, in which the justification loss serves as a training-time constraint on classification, together with a hierarchically ordered input encoding that reduces the tendency of long unstructured company narratives to overshadow structured business attributes. These methodological innovations yield more reliable and feature-grounded predictions than conventional prompt-based LLM adaptation. Our approach achieves 89% accuracy on the Crunchbase startup success prediction task, significantly outperforming traditional classifiers and baseline LLMs. Beyond predictive performance, CrunchLLM generates interpretable reasoning traces that support its predictions, enhancing transparency and trustworthiness for financial and policy decision-makers. Overall, this work demonstrates how domain-aware LLM adaptation and structured-unstructured data fusion can advance predictive modeling of entrepreneurial outcomes, providing both a methodological framework and a practical tool for data-driven decision-making in venture capital and innovation policy. + + + + Sadia + Rabeya Tus + RT + + Department of Computer Science, University of Kentucky, Lexington, Kentucky, USA. + + + + Cheng + Qiang + Q + + Department of Computer Science, University of Kentucky, Lexington, Kentucky, USA. + + + Institute for Biomedical Informatics, University of Kentucky, Lexington, Kentucky, USA. + + + + eng + + Journal Article + + + 2026 + 04 + 23 + +
+ + Netherlands + Neurocomputing (Amst) + 9884927 + 0925-2312 + + + Explainable AI + Large Language Models + Multitask learning + Parameter-efficient fine-tuning + Startup success prediction + + Declaration of Interest Statement The authors declare that they have no known competing financial interests or personal relationships that could have appeared to influence the work reported in this paper. +
+ + + + 2026 + 5 + 29 + 15 + 47 + + + 2026 + 5 + 29 + 15 + 46 + + + 2026 + 7 + 14 + + + 2026 + 5 + 29 + 4 + 52 + + + ppublish + + 42211683 + PMC13215686 + 10.1016/j.neucom.2026.133754 + 133754 + + +
+ + + 42211588 + + 2026 + 05 + 29 + + + 2026 + 05 + 29 + +
+ + 2667-2421 + + 20 + + 2026 + Jun + + + IBRO neuroscience reports + IBRO Neurosci Rep + + Identification of EEG features during status epilepticus for prediction of emergent epilepsy phenotype in the mouse intra-amygdala kainic acid model using supervised learning. + + 729 + 740 + 729-740 + + 10.1016/j.ibneur.2026.04.013 + + Preclinical animal models are essential for investigating epilepsy mechanisms and evaluating novel therapies. In rodents, epilepsy can be induced by status epilepticus, leading to later spontaneous recurrent seizures (SRSs). However, inter-animal variability in seizure burden can limit suitability for drug studies. Here, we investigated whether early electroencephalography (EEG) recordings acquired during status epilepticus (∼40 min) can predict the later burden of spontaneous seizures in the intra-amygdala kainic acid (IAKA) model in mice. Spectral and statistical EEG features were extracted from IAKA model mice (n = 19) and used to train supervised classifiers, including Random Forest, Support Vector Machine (SVM), and Logistic Regression. Performance was evaluated using Leave-One-Out and 5-fold-stratified cross-validation. Feature robustness was enhanced through an intersection-based strategy combining ANOVA, Mutual Information, Random Forest importance, and SHAP analysis, together with engineered change-based (∆) features derived as post-KA minus baseline activity. Among the evaluated models, SVM achieved the strongest internal performance (weighted F1-score: 0.74), demonstrating that early EEG dynamics during status epilepticus encode prognostic information related to later SRSs burden. Importantly, the model reliably identified animals within the intermediate (normal) seizure-burden group that showed an average of two-week seizure count of 53 ± 11, relative to low (18 ± 11) and high (85 ± 43) groups. While generalization to an independent validation cohort (n = 11) was limited, this likely reflects biological heterogeneity and duration-dependent EEG variability. Overall, these findings highlight the relevance of early electrographic activity in shaping seizure-burden outcomes and provide a foundation for future longitudinal prognostic studies. + © 2026 The Authors. + + + + Abidi + Syed Muhammad Raza + SMR + + Performance Engineering Lab (PEL), School of Electronic Engineering, Insight Research Ireland Centre, Dublin City University, Dublin, Ireland. + + + + Mamad + Omar + O + + Department of Physiology and Medical Physics and FutureNeuro Research Ireland Centre, RCSI University of Medicine and Health Sciences, Dublin, Ireland. + + + + Higgins + Jordan + J + + Department of Physiology and Medical Physics and FutureNeuro Research Ireland Centre, RCSI University of Medicine and Health Sciences, Dublin, Ireland. + + + + Henshall + David C + DC + + Department of Physiology and Medical Physics and FutureNeuro Research Ireland Centre, RCSI University of Medicine and Health Sciences, Dublin, Ireland. + + + + Muntean + Gabriel-Miro + GM + + Performance Engineering Lab (PEL), School of Electronic Engineering, Insight Research Ireland Centre, Dublin City University, Dublin, Ireland. + + + + eng + + Journal Article + + + 2026 + 05 + 02 + +
+ + Netherlands + IBRO Neurosci Rep + 101775148 + 2667-2421 + + + Baseline recordings + EEG biomarkers + Kainic acid mouse model + Machine learning + Seizure burden severity prediction + + The authors declare that they have no known competing financial interests or personal relationships that could have appeared to influence the work reported in this paper. +
+ + + + 2026 + 5 + 29 + 15 + 42 + + + 2026 + 5 + 29 + 15 + 41 + + + 2026 + 1 + 23 + + + 2026 + 4 + 20 + + + 2026 + 4 + 30 + + + 2026 + 5 + 29 + 4 + 51 + + + epublish + + 42211588 + PMC13213280 + 10.1016/j.ibneur.2026.04.013 + S2667-2421(26)00062-X + + +
+ + + 42211584 + + 2026 + 05 + 29 + + + 2026 + 05 + 29 + +
+ + 2590-1575 + + 36 + + 2026 + May + + + Food chemistry: X + Food Chem X + + Multispectral imaging for zeaxanthin content in the exocarp of chili peppers. + + 103992 + 103992 + + 10.1016/j.fochx.2026.103992 + + This study developed a model to predict zeaxanthin content in peppers using multispectral imaging and chemical data. A one-dimensional convolutional neural network (1D CNN) model was identified as the optimal single-modal model after comparing four machine learning algorithms. On the prediction dataset, the model achieved a determination coefficient (Rp + + 2 + ) of 0.7639. Building upon the 1D CNN framework, a multimodal feature fusion model (MCSF) was constructed by integrating the chemical measurements of capsanthin and total carotenoid contents using a multilayer perceptron. This enhanced model demonstrated excellent predictive accuracy and robustness, with Rp + + 2 + values of 0.9318 and 0.9211 across different spectral ranges. For high-throughput detection purposes, a simplified model that replaced measured capsanthin with a comprehensive red index still performed well, with an Rp + + 2 + of 0.8912 and an RPD of 3.11. This strategy provides a new solution for the efficient spectral detection of plant chemicals affected by multicollinearity in their absorption spectra. + © 2026 The Authors. + + + + Liang + Wei + W + + Key Laboratory of Vegetable Germplasm Innovation and Utilization of Hebei, Collaborative Innovation Center of Vegetable Industry in Hebei, College of Horticulture, Hebei Agricultural University, Baoding 071000, China. + + + + Gao + Wei + W + + Chenguang Biotech Group CO., LTD, China. + + + + Lv + Xingna + X + + Chenguang Biotech Group CO., LTD, China. + + + + Zhao + Jinxiang + J + + Key Laboratory of Vegetable Germplasm Innovation and Utilization of Hebei, Collaborative Innovation Center of Vegetable Industry in Hebei, College of Horticulture, Hebei Agricultural University, Baoding 071000, China. + + + + Tian + Xuechun + X + + Key Laboratory of Vegetable Germplasm Innovation and Utilization of Hebei, Collaborative Innovation Center of Vegetable Industry in Hebei, College of Horticulture, Hebei Agricultural University, Baoding 071000, China. + + + + Di + Shuaitao + S + + Key Laboratory of Vegetable Germplasm Innovation and Utilization of Hebei, Collaborative Innovation Center of Vegetable Industry in Hebei, College of Horticulture, Hebei Agricultural University, Baoding 071000, China. + + + + Li + Qiang + Q + + Key Laboratory of Vegetable Germplasm Innovation and Utilization of Hebei, Collaborative Innovation Center of Vegetable Industry in Hebei, College of Horticulture, Hebei Agricultural University, Baoding 071000, China. + + + + Zhang + Dongfang + D + + Key Laboratory of Vegetable Germplasm Innovation and Utilization of Hebei, Collaborative Innovation Center of Vegetable Industry in Hebei, College of Horticulture, Hebei Agricultural University, Baoding 071000, China. + + + + Luo + ShuangXia + S + + Key Laboratory of Vegetable Germplasm Innovation and Utilization of Hebei, Collaborative Innovation Center of Vegetable Industry in Hebei, College of Horticulture, Hebei Agricultural University, Baoding 071000, China. + + + + Chen + XuePing + X + + Key Laboratory of Vegetable Germplasm Innovation and Utilization of Hebei, Collaborative Innovation Center of Vegetable Industry in Hebei, College of Horticulture, Hebei Agricultural University, Baoding 071000, China. + + + + eng + + Journal Article + + + 2026 + 05 + 18 + +
+ + Netherlands + Food Chem X + 101751436 + 2590-1575 + + + Capsanthin (PubChem CID: 5281228) + Carotenoids (PubChem CID: 11227325) + Multimodal feature fusion + Multispectral imaging + One-dimensional convolutional neural network + Prediction model + Zeaxanthin + Zeaxanthin (PubChem CID: 5280899) + + The authors declare that we have no known competing financial interests or personal relationships that could have appeared to influence the work reported in this paper. +
+ + + + 2026 + 5 + 29 + 15 + 42 + + + 2026 + 5 + 29 + 15 + 41 + + + 2025 + 10 + 27 + + + 2026 + 4 + 3 + + + 2026 + 5 + 14 + + + 2026 + 5 + 29 + 4 + 51 + + + epublish + + 42211584 + PMC13213780 + 10.1016/j.fochx.2026.103992 + S2590-1575(26)00513-4 + + +
+ + + 42211579 + + 2026 + 05 + 29 + + + 2026 + 05 + 29 + +
+ + 2813-1193 + + 5 + + 2026 + + + Frontiers in neuroimaging + Front Neuroimaging + + Evaluating the methodological quality of coordinate-based meta-analyses: the qual-CBMA checklist. + + 1753543 + 1753543 + + 10.3389/fnimg.2026.1753543 + + Voxel-based meta-analyses-also known as coordinate-based meta-analyses (CBMAs)-are powerful tools for synthesizing evidence from neuroimaging studies in human neuroscience, including investigations of psychological functions and differences in brain disorders. To achieve their full potential in accurately assessing the evidence, CBMAs should adhere to established best-practicmpe guidelines, such as the "Ten Simple Rules" published in 2018. Yet, even when studies report following these recommendations, the degree to which individual items are applicable or fully addressed is often unclear. To better support the evaluation of methodological rigor-which the 10 rules already promote but are not always consistently applied-, the developers of the most used CBMA methods followed a Delphi-style iterative process to create a reporting checklist focused on the methodological quality of CBMAs (Qual-CBMA). Qual-CBMA comprises criteria (e.g., preregistration, systematic search, homogeneous study characteristics, etc.) that authors should verify and comment on explicitly in the checklist (and, when unmet, also in the manuscript). The checklist encourages rigor and transparency by prompting authors to identify potential methodological limitations and to discuss their relevance-or irrelevance-in the context of their specific study. The checklist is designed as an aid to make reporting clearer and more transparent, not as a tool for evaluating whether authors have done something incorrectly. In this context, a high-quality CBMA is not defined by meeting every criterion, but by clearly commenting on the criteria-and explaining when unmet criteria are appropriately not applicable given the study's objectives. We encourage authors to submit the Qual-CBMA checklist, together with their accompanying comments, when publishing new CBMAs, thereby reinforcing transparency and rigorous methodology and advancing understanding in cognitive neuroscience and clinical conditions. + Copyright © 2026 Radua, Fortea, Albajes-Eizagirre, Eickhoff, Fullana, Fusar-Poli, Mataix-Cols, Shin, Solanes, Tahmasian, Vieta, Vilajosana, Eickhoff and Müller. + + + + Radua + Joaquim + J + + Institut d'Investigacions Biomèdiques August Pi i Sunyer (IDIBAPS), Barcelona, Spain. + + + Universitat de Barcelona, Institut de Neurociències, Barcelona, Spain. + + + Mental Health Research Networking Center (CIBERSAM), Madrid, Spain. + + + + Fortea + Lydia + L + + Institut d'Investigacions Biomèdiques August Pi i Sunyer (IDIBAPS), Barcelona, Spain. + + + + Albajes-Eizagirre + Anton + A + + Institut d'Investigacions Biomèdiques August Pi i Sunyer (IDIBAPS), Barcelona, Spain. + + + Universitat de Barcelona, Institut de Neurociències, Barcelona, Spain. + + + Mental Health Research Networking Center (CIBERSAM), Madrid, Spain. + + + + Eickhoff + Claudia + C + + Institute of Clinical Neuroscience and Medical Psychology, Medical Faculty and University Hospital Düsseldorf, Heinrich Heine University, Düsseldorf, Germany. + + + + Fullana + Miquel A + MA + + Institut d'Investigacions Biomèdiques August Pi i Sunyer (IDIBAPS), Barcelona, Spain. + + + Mental Health Research Networking Center (CIBERSAM), Madrid, Spain. + + + Hospital Clinic de Barcelona, Clinical Institute of Neuroscience, Barcelona, Spain. + + + + Fusar-Poli + Paolo + P + + Department of Brain and Behavioral Sciences, University of Pavia, Pavia, Italy. + + + OASIS Service, South London and Maudsley NHS Foundation Trust, London, United Kingdom. + + + Department of Psychosis Studies, Institute of Psychiatry, Psychology & Neuroscience, King's College London, London, United Kingdom. + + + + Mataix-Cols + David + D + + Centre for Psychiatric Research, Department of Clinical Neuroscience, Karolinska Institutet, Stockholm, Sweden. + + + + Shin + Jae Il + JI + + Department of Pediatrics, Yonsei University College of Medicine, Seoul, Republic of Korea. + + + + Solanes + Aleix + A + + Institut d'Investigacions Biomèdiques August Pi i Sunyer (IDIBAPS), Barcelona, Spain. + + + + Tahmasian + Masoud + M + + Research Centre Jülich, Institute of Neuroscience and Medicine (INM-7), Jülich, Germany. + + + Institute of Systems Neuroscience, Medical Faculty and University Hospital Düsseldorf, Heinrich Heine University, Düsseldorf, Germany. + + + Department of Nuclear Medicine, Faculty of Medicine and University Hospital Cologne, University of Cologne, Cologne, Germany. + + + + Vieta + Eduard + E + + Institut d'Investigacions Biomèdiques August Pi i Sunyer (IDIBAPS), Barcelona, Spain. + + + Universitat de Barcelona, Institut de Neurociències, Barcelona, Spain. + + + Mental Health Research Networking Center (CIBERSAM), Madrid, Spain. + + + Hospital Clinic de Barcelona, Clinical Institute of Neuroscience, Barcelona, Spain. + + + + Vilajosana + Enric + E + + Institut d'Investigacions Biomèdiques August Pi i Sunyer (IDIBAPS), Barcelona, Spain. + + + Universitat de Barcelona, Institut de Neurociències, Barcelona, Spain. + + + + Eickhoff + Simon B + SB + + Research Centre Jülich, Institute of Neuroscience and Medicine (INM-7), Jülich, Germany. + + + Institute of Systems Neuroscience, Medical Faculty and University Hospital Düsseldorf, Heinrich Heine University, Düsseldorf, Germany. + + + + Müller + Veronika I + VI + + Research Centre Jülich, Institute of Neuroscience and Medicine (INM-7), Jülich, Germany. + + + Institute of Systems Neuroscience, Medical Faculty and University Hospital Düsseldorf, Heinrich Heine University, Düsseldorf, Germany. + + + + eng + + Journal Article + + + 2026 + 05 + 13 + +
+ + Switzerland + Front Neuroimaging + 9918402387106676 + 2813-1193 + + + activation likelihood estimation + checklist + meta-analysis + neuroimaging + seed-based d mapping + + EdV has received grants and served as consultant, advisor or CME speaker for the following entities: AB-Biotics, Abbott, AbbVie, Adamed, Adium, Alcediag, Angelini, Biogen, Beckley-Psytech, Biohaven, Boehringer-Ingelheim, Casen-Recordati, Celon Pharma, Compass, Dainippon Sumitomo Pharma, Esteve, Ethypharm, Ferrer, Gedeon Richter, GH Research, Glaxo-Smith Kline, HMNC, Intra-Cellular therapies, Idorsia, Johnson & Johnson, Lundbeck, Luye Pharma, Medincell, Merck, Mitsubishi Tanabe Pharma, Newron, Novartis, Organon, Orion Corporation, Otsuka, Roche, Rovi, Sage, Sanofi-Aventis, Sunovion, Takeda, Teva, and Viatris, outside the submitted work. JR has received CME honoraria from Inspira Networks and Evidenze Health for machine learning courses promoted by Adamed and Viatris, outside the submitted work. 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. The authors JR, MT, PF-P and VM declared that they were an editorial board member of Frontiers at the time of submission. This had no impact on the peer review process and the final decision. +
+ + + + 2026 + 5 + 29 + 15 + 42 + + + 2026 + 5 + 29 + 15 + 41 + + + 2025 + 11 + 24 + + + 2026 + 2 + 6 + + + 2026 + 3 + 23 + + + 2026 + 5 + 29 + 4 + 51 + + + epublish + + 42211579 + PMC13212178 + 10.3389/fnimg.2026.1753543 + + +
+ + + 42211558 + + 2026 + 05 + 29 + + + 2026 + 05 + 29 + +
+ + 2053-714X + + 13 + 9 + + 2026 + May + + + National science review + Natl Sci Rev + + Subsurface hydrogen as a hidden driver of copper surface reconstruction in CO2 electroreduction. + + nwag128 + nwag128 + + 10.1093/nsr/nwag128 + + Copper (Cu) undergoes significant surface reconstruction during CO2 electroreduction, which is strongly modulated and accelerated by reaction intermediates, yet the atomic-scale mechanism remains far behind the experimental observations. By integrating machine-learning interatomic potentials with large-scale grand canonical Monte Carlo simulations, we systematically investigated *CO- and *H-induced surface roughening across various Cu facets. Our simulations demonstrate that high surface *H (*Hsur) coverage facilitates subsurface hydrogen (*Hsub) incorporation on (100)-dominated Cu facets under typical working conditions (-1 V vs. reversible hydrogen electrode), while such penetration is negligible on (111)-like surfaces. This facet dependence is primarily attributed to a *H-induced hexagonal surface reconstruction observed on (100)-dominated facets, a process driven primarily by geometric rather than electronic effects. Specifically, high *H coverage triggers a partial transition of Cu atoms from ideal 4-fold hollow sites to more closely packed 3-fold arrangements. The local densification expands the spacing at the remaining 4-fold sites, thereby reducing the energy barrier for *Hsub migration into the subsurface. Further analysis reveals that *Hsub alone is sufficient to induce Cu adatom formation, even in the absence of nearby *CO, uncovering a revised structural evolution paradigm for Cu surface roughening. We propose an alloying strategy using low hydrogen affinity metals (Zn, Al, Ga) to effectively suppress *Hsur incorporation, offering a promising pathway for designing Cu-based catalysts with long-term stability. + © The Author(s) 2026. Published by Oxford University Press on behalf of China Science Publishing & Media Ltd. + + + + Zhang + Siwang + S + + College of Energy, State Key Laboratory of Physical Chemistry of Solid Surfaces, iChEM, College of Chemistry and Chemical Engineering, College of Materials, Institute of Artificial Intelligence, School of Life Sciences, Xiamen University, Xiamen 361000, China. + + + + Lv + Hang-Biao + HB + + College of Energy, State Key Laboratory of Physical Chemistry of Solid Surfaces, iChEM, College of Chemistry and Chemical Engineering, College of Materials, Institute of Artificial Intelligence, School of Life Sciences, Xiamen University, Xiamen 361000, China. + + + + Shi + Zhong-Zhang + ZZ + + College of Energy, State Key Laboratory of Physical Chemistry of Solid Surfaces, iChEM, College of Chemistry and Chemical Engineering, College of Materials, Institute of Artificial Intelligence, School of Life Sciences, Xiamen University, Xiamen 361000, China. + + + + Wang + Ruoxuan + R + + College of Energy, State Key Laboratory of Physical Chemistry of Solid Surfaces, iChEM, College of Chemistry and Chemical Engineering, College of Materials, Institute of Artificial Intelligence, School of Life Sciences, Xiamen University, Xiamen 361000, China. + + + + Zheng + Shisheng + S + + College of Energy, State Key Laboratory of Physical Chemistry of Solid Surfaces, iChEM, College of Chemistry and Chemical Engineering, College of Materials, Institute of Artificial Intelligence, School of Life Sciences, Xiamen University, Xiamen 361000, China. + + + + Li + Jian-Feng + JF + 0000-0003-1598-6856 + + College of Energy, State Key Laboratory of Physical Chemistry of Solid Surfaces, iChEM, College of Chemistry and Chemical Engineering, College of Materials, Institute of Artificial Intelligence, School of Life Sciences, Xiamen University, Xiamen 361000, China. + + + Innovation Laboratory for Sciences and Technologies of Energy Materials of Fujian Province (IKKEM), Xiamen 361000, China. + + + + eng + + Journal Article + + + 2026 + 03 + 06 + +
+ + China + Natl Sci Rev + 101633095 + 2053-714X + + + CO2 reduction + Cu surface reconstruction + grand canonical Monte Carlo + machine-learning interatomic potentials + subsurface H + +
+ + + + 2026 + 5 + 29 + 15 + 47 + + + 2026 + 5 + 29 + 15 + 46 + + + 2025 + 12 + 24 + + + 2026 + 2 + 10 + + + 2026 + 2 + 25 + + + 2026 + 5 + 29 + 4 + 50 + + + epublish + + 42211558 + PMC13214988 + 10.1093/nsr/nwag128 + nwag128 + + +
+ + + 42211512 + + 2026 + 05 + 29 + + + 2026 + 05 + 29 + +
+ + 2234-943X + + 16 + + 2026 + + + Frontiers in oncology + Front Oncol + + Machine learning-based multicenter prediction of postoperative sepsis in emergency colon cancer: role of surgical approach and inflammatory markers. + + 1845236 + 1845236 + + 10.3389/fonc.2026.1845236 + + Postoperative sepsis occurs at a relatively high incidence following emergency colon cancer surgery, and early identification of high-risk patients is crucial for improving clinical outcomes. However, there is currently a lack of systematic risk prediction models specifically tailored for patients undergoing emergency colon cancer surgery. This study aimed to identify risk factors associated with postoperative sepsis and to develop a clinically applicable machine learning-based prediction model. + This was a multicenter retrospective cohort study including patients who underwent emergency colon cancer surgery between January 2020 and January 2025. Perioperative variables were systematically collected, encompassing preoperative, intraoperative, and early postoperative data, including demographic characteristics, comorbidities, laboratory findings, and surgical features. Univariate and multivariate logistic regression analyses were first performed to identify independent risk factors. Subsequently, five machine learning algorithms-multilayer perceptron (MLP), random forest (RF), support vector machine (SVM), k-nearest neighbor (KNN), and extreme gradient boosting (XGBoost)-were applied to evaluate feature importance and construct predictive models. Model performance was assessed using receiver operating characteristic (ROC) curves, calibration curves, decision curve analysis (DCA), k-fold cross-validation, and external validation. SHapley Additive exPlanations (SHAP) were used to interpret the contribution of key features. + Surgical approach, intraoperative hypothermia, acidosis, hypoxemia, hypoalbuminemia, and postoperative inflammatory markers (procalcitonin [PCT] and neutrophil-to-lymphocyte ratio [NLR]) were identified as independent high-risk factors for postoperative sepsis in emergency colon cancer patients. All five machine learning models demonstrated good discriminative performance, with the MLP model achieving the best overall performance. It exhibited stable discrimination and low variability in both internal validation and external independent validation cohorts. SHAP analysis further confirmed the contribution of the identified risk factors to model predictions. + The MLP-based risk prediction model developed in this study effectively identifies patients at high risk of postoperative sepsis following emergency colon cancer surgery. It provides a scientific basis for early perioperative intervention and individualized management, and offers valuable support for clinical risk stratification and optimization of therapeutic strategies. + Copyright © 2026 Du, Sun, Chen, Sun, Shi, Jiang, Zhan and Zhang. + + + + Du + Wenyi + W + + Department of Hepatobiliary Surgery, The Affiliated Yixing Hospital of Jiangsu University, Yixing, China. + + + General Surgery Centre, Yixing People's Hospital Affiliated to Jiangsu University, Yixing, China. + + + + Sun + Tao + T + + Department of Hepatobiliary Surgery, The Affiliated Yixing Hospital of Jiangsu University, Yixing, China. + + + General Surgery Centre, Yixing People's Hospital Affiliated to Jiangsu University, Yixing, China. + + + + Chen + Wentan + W + + Department of Hepatobiliary Surgery, The Affiliated Yixing Hospital of Jiangsu University, Yixing, China. + + + General Surgery Centre, Yixing People's Hospital Affiliated to Jiangsu University, Yixing, China. + + + + Sun + Min + M + + Department of Hepatobiliary Surgery, The Affiliated Yixing Hospital of Jiangsu University, Yixing, China. + + + General Surgery Centre, Yixing People's Hospital Affiliated to Jiangsu University, Yixing, China. + + + + Shi + Chengyu + C + + Department of Hepatobiliary Surgery, The Affiliated Yixing Hospital of Jiangsu University, Yixing, China. + + + General Surgery Centre, Yixing People's Hospital Affiliated to Jiangsu University, Yixing, China. + + + + Jiang + Chao + C + + Department of Hepatobiliary Surgery, The Affiliated Yixing Hospital of Jiangsu University, Yixing, China. + + + General Surgery Centre, Yixing People's Hospital Affiliated to Jiangsu University, Yixing, China. + + + + Zhan + Feng + F + + Department of Hepatobiliary Surgery, The Affiliated Yixing Hospital of Jiangsu University, Yixing, China. + + + General Surgery Centre, Yixing People's Hospital Affiliated to Jiangsu University, Yixing, China. + + + + Zhang + Yu + Y + + Department of Hepatobiliary Surgery, The Affiliated Yixing Hospital of Jiangsu University, Yixing, China. + + + General Surgery Centre, Yixing People's Hospital Affiliated to Jiangsu University, Yixing, China. + + + + eng + + Journal Article + + + 2026 + 05 + 13 + +
+ + Switzerland + Front Oncol + 101568867 + 2234-943X + + + colon cancer + emergency + inflammatory response + machine learning + predictive model + sepsis + + 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 + 5 + 29 + 15 + 45 + + + 2026 + 5 + 29 + 15 + 44 + + + 2026 + 4 + 1 + + + 2026 + 4 + 25 + + + 2026 + 4 + 28 + + + 2026 + 5 + 29 + 4 + 50 + + + epublish + + 42211512 + PMC13212220 + 10.3389/fonc.2026.1845236 + + +
+ + + 42211458 + + 2026 + 05 + 29 + + + 2026 + 05 + 29 + +
+ + 1664-2392 + + 17 + + 2026 + + + Frontiers in endocrinology + Front Endocrinol (Lausanne) + + Proteins at the intersection of circadian rhythms and metabolic dysfunction-associated steatotic liver disease: an 18-protein panel as a novel predictive biomarker set. + + 1836392 + 1836392 + + 10.3389/fendo.2026.1836392 + + Disruption of circadian rhythmicity is highly prevalent in modern society and contributes to the epidemic of metabolic disorders. However, the relationship between circadian rhythm disorder and Metabolic Dysfunction-Associated Steatotic Liver (MASLD) remained poorly elucidated. Relative amplitude (RA), a metric quantifying the degree of disruption in rest-activity circadian rhythms, was calculated based on accelerometry data from UK Biobank. Basic characteristic analysis and multivariable logistic regression was used to analyze the association between RA and MASLD. Mediation analysis, functional enrichment analysis (Kyoto Encyclopedia of Genes and Genomes, KEGG) and Protein-Protein Interaction (PPI) network analysis and multiple machine learning algorithms, including Random Forest, XGBoost, logistic regression, and Support Vector Machine (SVM), were employed to identify potential protein biomarkers and construct a predictive model for RA-related MASLD risk assessment. Among 81,430 UK Biobank participants with valid accelerometry, RA was lower in individuals with MASLD versus those without (P < 0.001). Lower RA was associated to higher prevalence of MASLD (crude OR = 2.61; 95% CI [2.42, 2.81]; P < 0.001), and the association remained significant in a fully adjusted model (adjusted OR = 1.15; 95% CI [1.02,1.31]; P = 0.026), demonstrating RA as a factor independently associated with MASLD. Furthermore, 18 candidate proteins were identified as potential biomarkers for predicting RA-related MASLD. The 18-protein model demonstrated excellent predictive performance across multiple machine learning methods, with high Area Under the Curve (AUC) values in Receiver Operating Characteristic (ROC) analysis: Random Forest (AUC = 0.944), XGBoost (AUC = 0.946), Logistic Regression (AUC = 0.946), and SVM (AUC = 0.947). The model also exhibited superior discriminatory ability in predictive probability distribution, indicating strong predictive potential. Additionally, an online predictive tool based on this model has been contributed. Lower RA is independently associated with MASLD. We highlight 18 overlapping plasma proteins linked to both RA and MASLD as potential biomarkers for predicting RA-associated MASLD and as candidate therapeutic targets. + Copyright © 2026 Wang, Zhai, Lian and Zhao. + + + + Wang + Yiyi + Y + + Centre for Lipid Research & Chongqing Key Laboratory of Metabolism on Lipid and Glucose, Key Laboratory of Molecular Biology for Infectious Diseases (Ministry of Education), Institute for Viral Hepatitis, Department of Infectious Diseases, the Second Affiliated Hospital, Chongqing Medical University, Chongqing, China. + + + Chongqing Medical University-University of Leister Joint Institute, Chongqing Medical University, Chongqing, China. + + + + Zhai + Qilong + Q + + Centre for Lipid Research & Chongqing Key Laboratory of Metabolism on Lipid and Glucose, Key Laboratory of Molecular Biology for Infectious Diseases (Ministry of Education), Institute for Viral Hepatitis, Department of Infectious Diseases, the Second Affiliated Hospital, Chongqing Medical University, Chongqing, China. + + + + Lian + Xuemei + X + + Centre for Lipid Research & Chongqing Key Laboratory of Metabolism on Lipid and Glucose, Key Laboratory of Molecular Biology for Infectious Diseases (Ministry of Education), Institute for Viral Hepatitis, Department of Infectious Diseases, the Second Affiliated Hospital, Chongqing Medical University, Chongqing, China. + + + School of Public Health, Chongqing Medical University, Chongqing, China. + + + + Zhao + Lei + L + + Centre for Lipid Research & Chongqing Key Laboratory of Metabolism on Lipid and Glucose, Key Laboratory of Molecular Biology for Infectious Diseases (Ministry of Education), Institute for Viral Hepatitis, Department of Infectious Diseases, the Second Affiliated Hospital, Chongqing Medical University, Chongqing, China. + + + + eng + + Journal Article + + + 2026 + 05 + 13 + +
+ + Switzerland + Front Endocrinol (Lausanne) + 101555782 + 1664-2392 + + + + 0 + Biomarkers + + + IM + + + Humans + + + Biomarkers + metabolism + blood + + + Circadian Rhythm + physiology + + + Male + + + Female + + + Non-alcoholic Fatty Liver Disease + metabolism + + + Metabolic Diseases + metabolism + + + + MASLD + UK Biobank + circadian rhythm + machine learning + prediction model + proteomics + + 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 + 5 + 29 + 15 + 46 + + + 2026 + 5 + 29 + 15 + 45 + + + 2026 + 3 + 22 + + + 2026 + 4 + 25 + + + 2026 + 4 + 27 + + + 2026 + 5 + 29 + 4 + 49 + + + epublish + + 42211458 + PMC13212133 + 10.3389/fendo.2026.1836392 + + +
+ + + 42211395 + + 2026 + 05 + 29 + + + 2026 + 05 + 29 + +
+ + 2632-2498 + + 8 + 1 + + 2026 + Jan-Dec + + + Neuro-oncology advances + Neurooncol Adv + + Predictive radiomics for evaluation of cancer immune signature in glioblastoma: The PRECISE-GBM study. + + vdag115 + vdag115 + + 10.1093/noajnl/vdag115 + + Radiogenomics allows identification of radiological biomarkers for genomic phenotypes. In glioblastoma, these biomarkers could potentially complement patient stratification strategies. We aim to develop and analytically validate radiological biomarkers that capture immune cell signatures within IDH-wildtype glioblastoma microenvironment using radiogenomic analysis. + This was a retrospective multicenter study using curated open-access anonymized imaging and genomic data from TCGA-GBM, CPTAC, IvyGAP, REMBRANDT, and CGGA datasets. Imaging data consisted of MRI-based radiomic features extracted from necrotic core, enhancing and edema regions of deep learning-based autosegmented tumors. Radiomic feature selections were performed using nested cross-validated LASSO. Support vector machine and ensemble models were trained using seventeen immune and cell-specific score labels extracted from deconvoluted transcriptomic data using pan-cancer and glioblastoma immune signature matrices as reference standards. Seventeen classifier models trained in 3 cross-cohort strategies were validated on 3 held-out datasets assessing stability and generalizability. + One-hundred-and-seventy-six patients were included in the study. The immune-related radiomic signatures obtained after feature selection were shape, first order and higher order radiomic features. Models predicting macrophage subtype immune signature showed stable mean performance on balanced accuracy (0.67) and precision (0.89) metrics for 3 independent holdout datasets with ensemble model outperforming support vector machine model. + Radiogenomic models noninvasively predicted the macrophage subtype M0 immune signature in IDH-wildtype glioblastoma. These biomarkers have the potential to stratify patients for immunotherapy within prospective glioblastoma clinical trials. + © The Author(s) 2026. Published by Oxford University Press, the Society for Neuro-Oncology and the European Association of Neuro-Oncology. + + + + Ghimire + Prajwal + P + 0000-0003-2884-956X + + School of Biomedical Engineering and Imaging Sciences, King's College London, London, UK. + + + Department of Neurosurgery, King's College Hospital, London, UK. + + + + Li + Junjie + J + + Department of Neuroradiology, Beijing Tiantan Hospital, Beijing, China. + + + + Yaou + Liu + L + + Department of Neuroradiology, Beijing Tiantan Hospital, Beijing, China. + + + + Modat + Marc + M + + School of Biomedical Engineering and Imaging Sciences, King's College London, London, UK. + + + + Booth + Thomas + T + 0000-0003-0984-3998 + + School of Biomedical Engineering and Imaging Sciences, King's College London, London, UK. + + + Department of Neuroradiology, King's College Hospital, London, UK. + + + + eng + + Journal Article + + + 2026 + 05 + 02 + +
+ + England + Neurooncol Adv + 101755003 + 2632-2498 + + + biomarker + glioblastoma + immunotherapy + machine learning + radiogenomics + + The authors declare no known competing interests. +
+ + + + 2026 + 5 + 29 + 15 + 47 + + + 2026 + 5 + 29 + 15 + 46 + + + 2025 + 12 + 30 + + + 2026 + 4 + 24 + + + 2026 + 5 + 29 + 4 + 48 + + + epublish + + 42211395 + PMC13213608 + 10.1093/noajnl/vdag115 + vdag115 + + +
+ + + 42211363 + + 2026 + 05 + 29 + + + 2026 + 05 + 29 + +
+ + 2046-2069 + + 16 + 31 + + 2026 + May + 22 + + + RSC advances + RSC Adv + + Efficient preparation of size-controlled sodium alginate microspheres via adaptive Bayesian optimization of the spray process. + + 28200 + 28208 + 28200-28208 + + 10.1039/d6ra02906j + + Preparing sodium alginate (SA) microspheres via spray-precipitation challenges precise size control due to complex parameter coupling. We propose an intelligent framework integrating adaptive Bayesian optimization (BO) with microfluidic spraying to maximize the yield of 90-110 µm microspheres. Utilizing a Gaussian process regression model and Latin hypercube sampling, the framework demonstrated exceptional efficiency. Initializing with 10 prior data points achieved convergence in just 12 iterations, reducing iteration cost by 29.4% compared to using 5 priors. Under optimal conditions, the predicted target droplet proportion (18.60%) precisely matched experiments (18.34%), yielding 18.75% target-sized SA gel microspheres post-curing. Additionally, SHAP analysis revealed that gas and liquid pressures dominate size distribution, elucidating the physical mechanism behind multiple local optima via multi-feature compensation. This study provides an efficient, low-cost strategy for customizing polymer microspheres, establishing a robust machine-learning paradigm for optimizing complex multiphase flows. + This journal is © The Royal Society of Chemistry. + + + + Feng + Shi + S + 0000-0002-3060-7538 + + China Nuclear Power Engineering Co., Ltd Beijing 100142 China. + + + + Liu + Jing + J + + Dalian Key Laboratory of Intelligent Chemistry, CR Belt and Road Joint Laboratory on Intelligent Chemistry and Advanced Materials of Liaoning Province, School of Chemistry, Dalian University of Technology Dalian 116024 China. + + + + Li + Zhuxin + Z + + Dalian Key Laboratory of Intelligent Chemistry, CR Belt and Road Joint Laboratory on Intelligent Chemistry and Advanced Materials of Liaoning Province, School of Chemistry, Dalian University of Technology Dalian 116024 China. + + + + Tao + Shengyang + S + 0000-0002-0567-8860 + + State Key Laboratory of Fine Chemicals, Frontier Science Center for Smart Materials, Dalian University of Technology Dalian 116024 China taosy@dlut.edu.cn. + + + Dalian Key Laboratory of Intelligent Chemistry, CR Belt and Road Joint Laboratory on Intelligent Chemistry and Advanced Materials of Liaoning Province, School of Chemistry, Dalian University of Technology Dalian 116024 China. + + + + eng + + Journal Article + + + 2026 + 05 + 26 + +
+ + England + RSC Adv + 101581657 + 2046-2069 + + There are no conflicts to declare. +
+ + + + 2026 + 5 + 29 + 15 + 45 + + + 2026 + 5 + 29 + 15 + 44 + + + 2026 + 4 + 7 + + + 2026 + 5 + 18 + + + 2026 + 5 + 29 + 4 + 48 + + + epublish + + 42211363 + PMC13213568 + 10.1039/d6ra02906j + d6ra02906j + + +
+ + + 42211343 + + 2026 + 05 + 29 + + + 2026 + 05 + 29 + +
+ + 2635-0041 + + 6 + 1 + + 2026 + + + Bioinformatics advances + Bioinform Adv + + CardioVar: a machine learning framework for pathogenicity prediction of cardiomyopathy genetic variants. + + vbag135 + vbag135 + + 10.1093/bioadv/vbag135 + + CardioVar is a machine learning framework developed to predict the pathogenicity of cardiomyopathy-associated genetic variants, providing a rapid and disease-focused classification score to support variant interpretation in cardiogenetic workflows. + This approach supports variant interpretation within cardiac-related genes and may complement existing pan-disease models within a cardiomyopathy-specific context. In prospective case study settings, CardioVar demonstrated an 85% concordance with conventional tertiary analysis results. + https://github.com/nibrasissa/CardioVar. + © The Author(s) 2026. Published by Oxford University Press. + + + + Al-Mahrami + Nabras + N + 0009-0003-0328-2883 + + Medical Laboratory Sciences Program, Oman College of Health Sciences, Muscat, PO 112 , Oman. + + + + Albalushi + Aaisha + A + + National Genetic Center, Royal Hospital, Muscat, PO 111, Oman. + + + + Al Hattali + Fahad + F + + National Genetic Center, Royal Hospital, Muscat, PO 111, Oman. + + + + Al Balushi + Mashael + M + + National Genetic Center, Royal Hospital, Muscat, PO 111, Oman. + + + + Al Shamsi + Bushra + B + + National Genetic Center, Royal Hospital, Muscat, PO 111, Oman. + + + + Al-Oraimi + Musallam + M + + National Genetic Center, Royal Hospital, Muscat, PO 111, Oman. + + + + Al Lawati + Tuqa + T + + National Heart Center, Royal Hospital, Muscat, PO 111, Oman. + + + + Al-Rawahi + Mohamed + M + + National Heart Center, Royal Hospital, Muscat, PO 111, Oman. + + + + Alhashmi + Nadia + N + + National Genetic Center, Royal Hospital, Muscat, PO 111, Oman. + + + + Al-Amri + Ahmed + A + + National Genetic Center, Royal Hospital, Muscat, PO 111, Oman. + + + + eng + + Journal Article + + + 2026 + 05 + 12 + +
+ + England + Bioinform Adv + 9918282081306676 + 2635-0041 + + None declared. +
+ + + + 2026 + 5 + 29 + 15 + 44 + + + 2026 + 5 + 29 + 15 + 43 + + + 2025 + 12 + 2 + + + 2026 + 4 + 26 + + + 2026 + 4 + 27 + + + 2026 + 5 + 29 + 4 + 48 + + + epublish + + 42211343 + PMC13215092 + 10.1093/bioadv/vbag135 + vbag135 + + +
+ + + 42211310 + + 2026 + 05 + 29 + + + 2026 + 05 + 29 + +
+ + 1664-2295 + + 17 + + 2026 + + + Frontiers in neurology + Front Neurol + + Machine learning-based prediction of ischemic cardio-cerebrovascular events after endovascular or microsurgical treatment of unruptured intracranial aneurysms and risk stratification by the early post-treatment triglyceride-glucose index. + + 1829149 + 1829149 + + 10.3389/fneur.2026.1829149 + + Ischemic cardio-cerebrovascular events (ICCEs), including acute coronary syndrome and ischemic cerebral infarction, remain clinically important complications after endovascular or microsurgical treatment of unruptured intracranial aneurysms (UIAs). However, early identification of patients at high post-treatment ischemic risk remains challenging, and reliable risk-stratification tools are lacking. + To develop a machine learning-based framework for predicting ischemic cardio-cerebrovascular events (ICCEs) within 6 months after treatment in patients with unruptured intracranial aneurysms (UIAs) and to evaluate the risk-stratification value of the early post-treatment triglyceride-glucose (TyG) index. + A total of 1,954 patients with UIAs who underwent microsurgical or endovascular treatment between December 2021 and December 2024 were enrolled from the China Treatment Trial for Unruptured Intracranial Aneurysm (ChTUIA) registry. Nine predictive models, including logistic regression as a baseline comparator, were evaluated after feature selection using least absolute shrinkage and selection operator regression and the Boruta algorithm. The synthetic minority over-sampling technique was used to address class imbalance. Model performance was assessed by discrimination, calibration, and clinical utility metrics, and the optimal model was interpreted using SHapley Additive exPlanations. The association between the post-treatment day-3 TyG index and ICCEs was analyzed using multivariable Cox regression, restricted cubic spline analysis, and subgroup analyses. + During the 6-month follow-up, 240 of 1,954 patients (12.28%) developed ICCEs. Of the included patients, 1,343 underwent endovascular treatment and 611 underwent microsurgical treatment. Among all models, CatBoost achieved the best overall performance, with an accuracy of 0.875 and an area under the receiver operating characteristic curve (AUROC) of 0.945 (95% CI, 0.927-0.963). SHAP analysis identified the post-treatment TyG index as one of the most influential predictors. In multivariable analysis, each 1-unit increase in TyG was associated with a 2.61-fold higher hazard of ICCEs (HR = 2.61, 95% CI: 2.29-2.96, p < 0.001). Restricted cubic spline analysis showed a nonlinear positive association with a clear threshold effect at approximately TyG = 7. + The CatBoost model demonstrates strong predictive performance for post-treatment ICCEs in UIA patients. The early post-treatment TyG index is independently and nonlinearly associated with ICCE risk and may serve as a simple, practical metabolic marker for individualized perioperative risk stratification. + Copyright © 2026 He, Chen, Liu, Zheng, Li and Wang. + + + + He + Yingchao + Y + + Shengli Clinical Medical College of Fujian Medical University, Fuzhou, China. + + + Department of Neurology, Fuzhou University Affiliated Provincial Hospital, Fuzhou, Fujian, China. + + + + Chen + Shuheng + S + + Shengli Clinical Medical College of Fujian Medical University, Fuzhou, China. + + + Department of Neurology, Fuzhou University Affiliated Provincial Hospital, Fuzhou, Fujian, China. + + + + Liu + Deshan + D + + Shengli Clinical Medical College of Fujian Medical University, Fuzhou, China. + + + Department of Neurology, Fuzhou University Affiliated Provincial Hospital, Fuzhou, Fujian, China. + + + + Zheng + Zheng + Z + + Shengli Clinical Medical College of Fujian Medical University, Fuzhou, China. + + + Department of Neurology, Fuzhou University Affiliated Provincial Hospital, Fuzhou, Fujian, China. + + + + Li + Yongkun + Y + + Shengli Clinical Medical College of Fujian Medical University, Fuzhou, China. + + + Department of Neurology, Fuzhou University Affiliated Provincial Hospital, Fuzhou, Fujian, China. + + + + Wang + Yinzhou + Y + + Shengli Clinical Medical College of Fujian Medical University, Fuzhou, China. + + + Department of Neurology, Fuzhou University Affiliated Provincial Hospital, Fuzhou, Fujian, China. + + + Fujian Key Laboratory of Medical Analysis, Fujian Academy of Medical Sciences, Fuzhou, China. + + + + eng + + Journal Article + + + 2026 + 05 + 13 + +
+ + Switzerland + Front Neurol + 101546899 + 1664-2295 + + + CatBoost + ischemic cardio-cerebrovascular events + machine learning + risk stratification + triglyceride-glucose index + unruptured intracranial aneurysm + + 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 + 5 + 29 + 15 + 45 + + + 2026 + 5 + 29 + 15 + 44 + + + 2026 + 3 + 12 + + + 2026 + 4 + 7 + + + 2026 + 4 + 17 + + + 2026 + 5 + 29 + 4 + 48 + + + epublish + + 42211310 + PMC13212117 + 10.3389/fneur.2026.1829149 + + +
+ + + 42211301 + + 2026 + 05 + 29 + + + 2026 + 05 + 29 + +
+ + 1664-2295 + + 17 + + 2026 + + + Frontiers in neurology + Front Neurol + + Integrating multi-omics and machine learning to explore the role of amino acid metabolism in intervertebral disk degeneration. + + 1808282 + 1808282 + + 10.3389/fneur.2026.1808282 + + Intervertebral disk degeneration (IDD) is the leading cause of chronic low back pain, yet its link to amino acid metabolic reprogramming remains unclear. + Three GEO transcriptomes were integrated; amino-acid-metabolism genes were intersected with differentially expressed genes. Core genes were selected by LASSO, SVM and random forest, incorporated into an SHAP-interpretable nomogram, and tested by single-cell analysis, in silico knockout, docking and WB. + Forty-three altered amino acid metabolism-related genes were identified, from which five core genes were screened: CETP, AIFM1, and GM2A were up-regulated; PNPLA2 and AGK were down-regulated. The constructed nomogram prediction model achieved an AUC value of 0.812. Degenerated intervertebral disks exhibited increased immune infiltration; the core genes either suppressed protective matrix genes or impaired stress defense capability. Molecular docking results showed that NVP-AEW541 and EGCG could bind to the AIFM1 protein with a binding free energy of -10.7 kcal/mol; WB confirmed protein trends. + The five-core-gene signature is strongly associated with IDD and may represent a key regulatory pathway, offering a promising diagnostic model and potential therapeutic targets. + Copyright © 2026 Li, Shuid, Miswan, Zhang, Gu, Cao, Wang, Jiang and Yuan. + + + + Li + Xusheng + X + + Department of Spinal Orthopaedics, General Hospital of Ningxia Medical University, Yinchuan, China. + + + Faculty of Medicine, Universiti Teknologi MARA, Sungai Buloh Campus, Jalan Hospital, Sungai Buloh, Selangor, Malaysia. + + + + Shuid + Ahmad Nazrun + AN + + Faculty of Medicine, Universiti Teknologi MARA, Sungai Buloh Campus, Jalan Hospital, Sungai Buloh, Selangor, Malaysia. + + + + Miswan + Mohd Fairudz Mohd + MFM + + Faculty of Medicine, Universiti Teknologi MARA, Sungai Buloh Campus, Jalan Hospital, Sungai Buloh, Selangor, Malaysia. + + + + Zhang + Xiao + X + + Department of Spinal Orthopaedics, General Hospital of Ningxia Medical University, Yinchuan, China. + + + + Gu + Wenbo + W + + Department of Spinal Orthopaedics, General Hospital of Ningxia Medical University, Yinchuan, China. + + + + Cao + Donghui + D + + Department of Spinal Orthopaedics, General Hospital of Ningxia Medical University, Yinchuan, China. + + + + Wang + Jungang + J + + Department of Spinal Orthopaedics, General Hospital of Ningxia Medical University, Yinchuan, China. + + + + Jiang + Ziyang + Z + + Department of Spinal Orthopaedics, General Hospital of Ningxia Medical University, Yinchuan, China. + + + + Yuan + Haifeng + H + + Department of Spinal Orthopaedics, General Hospital of Ningxia Medical University, Yinchuan, China. + + + + eng + + Journal Article + + + 2026 + 05 + 13 + +
+ + Switzerland + Front Neurol + 101546899 + 1664-2295 + + + amino acid metabolism + biomarkers + in silico knockout + intervertebral disk degeneration + 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 + 5 + 29 + 15 + 47 + + + 2026 + 5 + 29 + 15 + 46 + + + 2026 + 2 + 10 + + + 2026 + 3 + 26 + + + 2026 + 4 + 30 + + + 2026 + 5 + 29 + 4 + 48 + + + epublish + + 42211301 + PMC13212091 + 10.3389/fneur.2026.1808282 + + +
+ + + 42211297 + + 2026 + 05 + 29 + + + 2026 + 05 + 29 + +
+ + 1664-2295 + + 17 + + 2026 + + + Frontiers in neurology + Front Neurol + + A multimodal machine learning model for predicting postoperative worsening of FOGQ in Parkinson's disease following STN-DBS. + + 1767807 + 1767807 + + 10.3389/fneur.2026.1767807 + + To develop and validate a multimodal machine learning model to predict postoperative worsening of freezing of gait questionnaire (FOGQ) scores in patients with Parkinson's disease (PD) undergoing subthalamic nucleus deep brain stimulation (STN-DBS). + This retrospective study analyzed data from 134 patients with PD who underwent bilateral STN-DBS. The model integrated four data modalities: clinical scale assessments, structural neuroimaging features derived from voxel-based morphometry (VBM), stereotactic electrode localization data via Lead-DBS analysis, and radiomics features extracted from preoperative MRI. Following standardization, feature selection was conducted using LASSO, Boruta and recursive feature elimination with cross-validation (RFECV) methods to identify the most relevant predictors. Multiple machine learning algorithms were evaluated. Model development and internal validation were conducted using a 5-fold nested cross-validation framework. Model performance was assessed using ROC curves, calibration curves, and decision curve analysis, and model interpretability was analyzed using SHAP values. + The LightGBM model achieved the highest AUC of 0.917 for predicting FOGQ deterioration. The analysis emphasized the importance of multimodal data integration, combining clinical, structural, and radiomic features to enhance predictive accuracy. + This multimodal LightGBM model achieved robust discrimination between patients with and without postoperative FOGQ deterioration, highlighting the value of integrating clinical, structural, and radiomic features for preoperative risk stratification in PD patients undergoing STN-DBS. These findings may inform personalized patient selection, early identification of high-risk individuals, and treatment planning, though external validation in prospective multicenter cohorts remains a necessary next step. + Copyright © 2026 Xu, Mei, Huang, Gu, Zhang, Chen, Tian, Du, Zhao, Zhang, Chen, Cui, Zhang and Zu. + + + + Xu + Min + M + + Department of Neurology, Parkinson's Disease Center, The Affiliated Hospital of Xuzhou Medical University, Xuzhou, China. + + + Department of Neurology, The First Clinical College, Xuzhou Medical University, Xuzhou, China. + + + + Mei + Shuhong + S + + Department of Neurosurgery, Ji'an Central People's Hospital, Ji'an, Jiangxi, China. + + + + Huang + Shuming + S + + Department of Neurology, Parkinson's Disease Center, The Affiliated Hospital of Xuzhou Medical University, Xuzhou, China. + + + Department of Neurology, The First Clinical College, Xuzhou Medical University, Xuzhou, China. + + + + Gu + Longyuan + L + + Department of Neurosurgery, Ji'an Central People's Hospital, Ji'an, Jiangxi, China. + + + + Zhang + Yuting + Y + + Department of Neurology, Parkinson's Disease Center, The Affiliated Hospital of Xuzhou Medical University, Xuzhou, China. + + + Department of Neurology, The First Clinical College, Xuzhou Medical University, Xuzhou, China. + + + + Chen + Siyan + S + + Department of Neurology, Parkinson's Disease Center, The Affiliated Hospital of Xuzhou Medical University, Xuzhou, China. + + + Department of Neurology, The First Clinical College, Xuzhou Medical University, Xuzhou, China. + + + + Tian + Yuyao + Y + + Department of Biomedical Engineering, The Chinese University of Hong Kong, Hong Kong, Hong Kong SAR, China. + + + + Du + Li + L + + Department of Neurology, Parkinson's Disease Center, The Affiliated Hospital of Xuzhou Medical University, Xuzhou, China. + + + + Zhao + Hui + H + + Department of Neurology, Parkinson's Disease Center, The Affiliated Hospital of Xuzhou Medical University, Xuzhou, China. + + + Department of Neurology, The First Clinical College, Xuzhou Medical University, Xuzhou, China. + + + + Zhang + Zixuan + Z + + Department of Neurology, Parkinson's Disease Center, The Affiliated Hospital of Xuzhou Medical University, Xuzhou, China. + + + Department of Neurology, The First Clinical College, Xuzhou Medical University, Xuzhou, China. + + + + Chen + Ruyi + R + + Department of Neurology, Parkinson's Disease Center, The Affiliated Hospital of Xuzhou Medical University, Xuzhou, China. + + + Department of Neurology, The First Clinical College, Xuzhou Medical University, Xuzhou, China. + + + + Cui + Guiyun + G + + Department of Neurology, Parkinson's Disease Center, The Affiliated Hospital of Xuzhou Medical University, Xuzhou, China. + + + Department of Neurology, The First Clinical College, Xuzhou Medical University, Xuzhou, China. + + + + Zhang + Wei + W + + Department of Neurology, Parkinson's Disease Center, The Affiliated Hospital of Xuzhou Medical University, Xuzhou, China. + + + Department of Neurology, The First Clinical College, Xuzhou Medical University, Xuzhou, China. + + + + Zu + Jie + J + + Department of Neurology, Parkinson's Disease Center, The Affiliated Hospital of Xuzhou Medical University, Xuzhou, China. + + + Department of Neurology, The First Clinical College, Xuzhou Medical University, Xuzhou, China. + + + + eng + + Journal Article + + + 2026 + 05 + 05 + +
+ + Switzerland + Front Neurol + 101546899 + 1664-2295 + + + Parkinson’s disease + deep brain stimulation + freezing of gait + machine learning + prediction model + + 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 + 5 + 29 + 15 + 46 + + + 2026 + 5 + 29 + 15 + 45 + + + 2025 + 12 + 15 + + + 2026 + 4 + 10 + + + 2026 + 4 + 17 + + + 2026 + 5 + 29 + 4 + 48 + + + epublish + + 42211297 + PMC13214268 + 10.3389/fneur.2026.1767807 + + +
+ + + 42211285 + + 2026 + 05 + 29 + + + 2026 + 05 + 29 + +
+ + 2055-2076 + + 12 + + 2026 + Jan-Dec + + + Digital health + Digit Health + + An interpretable machine learning model for predicting acute respiratory distress syndrome in critically ill patients with acute pancreatitis: A multicenter retrospective study. + + 20552076261455203 + 20552076261455203 + + 10.1177/20552076261455203 + + Acute respiratory distress syndrome (ARDS) drives early mortality in severe acute pancreatitis (AP). Since conventional tools often fail to capture complex physiological interactions, we aimed to develop and validate an interpretable machine learning (ML) model for early ARDS prediction and deploy it as a web-based calculator. + This multicenter retrospective study utilized data from the MIMIC-IV database for model development and internal validation, and an independent cohort from Changshu Hospital for external validation. Optimal predictors were identified through a hybrid feature selection strategy combining LASSO regression and the Boruta algorithm. Seven ML algorithms were constructed, including random forest (RF), extreme gradient boosting, support vector machine, logistic regression, light gradient boosting machine, k-nearest neighbors, and decision trees. Model performance was evaluated by discrimination (AUC), calibration curves, and clinical utility (DCA). Model interpretability was assessed using SHapley Additive exPlanations (SHAP) and partial dependence plots (PDP). + A total of 905 patients from the MIMIC-IV cohort (25.0% ARDS incidence) and 126 from the external cohort (20.6% incidence) were included. Nine independent predictors were identified: body mass index (BMI), respiratory rate, temperature, SOFA score, white blood cell count, PO2, PCO2, mechanical ventilation, and antibiotic use. The RF model demonstrated best performance (internal AUC 0.851) and maintained robust generalization in the external cohort (AUC 0.823). Calibration curves indicated good agreement between predicted and observed probabilities, and DCA showed superior net benefit across clinically relevant thresholds. SHAP analysis identified ventilation, SOFA score, BMI, PO2, and respiratory rate as the most influential predictors. + A high-performing, interpretable RF model was developed for early ARDS prediction in critically ill AP patients. The model effectively captured complex physiological interactions and demonstrated robustness across diverse populations. By integrating this algorithmic framework into a user-friendly web calculator, the tool supports personalized risk stratification and timely clinical decision-making. + © The Author(s) 2026. + + + + Yan + Sheng + S + + Department of Emergency Medicine, Changshu Hospital Affiliated to Soochow University, First People's Hospital of Changshu City, Changshu, Jiangsu, P.R. China. + + + + Ren + Xia + X + 0009-0002-2141-6542 + + Department of Gastroenterology, Changshu Hospital Affiliated to Soochow University, First People's Hospital of Changshu City, Changshu, Jiangsu, P.R. China. + + + + Xu + Chunyang + C + + Department of Emergency Medicine, Changshu Hospital Affiliated to Soochow University, First People's Hospital of Changshu City, Changshu, Jiangsu, P.R. China. + + + + Zheng + Feng + F + + Department of Emergency Medicine, Changshu Hospital Affiliated to Soochow University, First People's Hospital of Changshu City, Changshu, Jiangsu, P.R. China. + + + + Liu + Luojie + L + + Department of Gastroenterology, Changshu Hospital Affiliated to Soochow University, First People's Hospital of Changshu City, Changshu, Jiangsu, P.R. China. + + + + Wen + Shun + S + + Department of Emergency Medicine, Changshu Hospital Affiliated to Soochow University, First People's Hospital of Changshu City, Changshu, Jiangsu, P.R. China. + + + + Xu + Xiaodan + X + + Department of Gastroenterology, Changshu Hospital Affiliated to Soochow University, First People's Hospital of Changshu City, Changshu, Jiangsu, P.R. China. + + + + Zhang + Yan + Y + 0009-0007-9651-299X + + Department of Emergency Medicine, Changshu Hospital Affiliated to Soochow University, First People's Hospital of Changshu City, Changshu, Jiangsu, P.R. China. + + + + eng + + Journal Article + + + 2026 + 05 + 26 + +
+ + United States + Digit Health + 101690863 + 2055-2076 + + + acute pancreatitis + acute respiratory distress syndrome + external validation + interpretability + machine learning + random forest + + The authors declared no potential conflicts of interest with respect to the research, authorship, and/or publication of this article. +
+ + + + 2026 + 5 + 29 + 15 + 43 + + + 2026 + 5 + 29 + 15 + 42 + + + 2026 + 2 + 20 + + + 2026 + 4 + 28 + + + 2026 + 5 + 12 + + + 2026 + 5 + 29 + 4 + 47 + + + epublish + + 42211285 + PMC13213126 + 10.1177/20552076261455203 + 10.1177_20552076261455203 + + +
+ + + 42211266 + + 2026 + 05 + 29 + +
+ + 2041-6520 + + + 2026 + May + 27 + + + Chemical science + Chem Sci + + Enzymatically hydrolyzed oligosaccharide fingerprinting using nanopipettes at the single-molecule level. + 10.1039/d6sc00730a + + Enzymatic hydrolysis of oligosaccharides plays a pivotal role in important biological processes, but conventional analytical tools struggle to determine these functional components with single-monosaccharide resolution and ultrahigh sensitivity. Here, we report a nanopipette-based strategy for the length discrimination of enzymatically hydrolyzed galacturonic acid oligosaccharides differing by a single monosaccharide unit while achieving femtomolar (fM) level detection limits. Using this approach, we precisely identify six types of enzymatic hydrolysates, even in complex mixtures. Incorporating machine learning further enhances classification performance, achieving 0.98 accuracy. This study establishes an advanced platform for high-precision carbohydrate analysis, offering new possibilities for glycosidase-assisted glycan sequencing, enzymatic degradation studies, and gut microbiota metabolism research. + This journal is © The Royal Society of Chemistry. + + + + Lu + Qi-Yun + QY + + College of Biosystems Engineering and Food Science, National-Local Joint Engineering Laboratory of Intelligent Food Technology and Equipment, Zhejiang Key Laboratory of Edible Agricultural Resources and High-value Utilization Zhejiang Key Laboratory for Agro-Food Processing, Zhejiang Engineering Laboratory of Food Technology and Equipment, Zhejiang University Hangzhou 310058 P.R. China chenshiguo210@163.com. + + + + Ma + Hui + H + 0000-0002-0276-0439 + + School of Chemistry and Chemical Engineering, Zhejiang Sci-Tech University Hangzhou 310038 P.R. China huima@zstu.edu.cn. + + + + Chen + Shi-Guo + SG + 0000-0001-8470-7983 + + College of Biosystems Engineering and Food Science, National-Local Joint Engineering Laboratory of Intelligent Food Technology and Equipment, Zhejiang Key Laboratory of Edible Agricultural Resources and High-value Utilization Zhejiang Key Laboratory for Agro-Food Processing, Zhejiang Engineering Laboratory of Food Technology and Equipment, Zhejiang University Hangzhou 310058 P.R. China chenshiguo210@163.com. + + + + eng + + Journal Article + + + 2026 + 05 + 27 + +
+ + England + Chem Sci + 101545951 + 2041-6520 + + There are no conflicts to declare. +
+ + + + 2026 + 5 + 29 + 15 + 46 + + + 2026 + 5 + 29 + 15 + 46 + + + 2026 + 1 + 26 + + + 2026 + 5 + 16 + + + 2026 + 5 + 29 + 4 + 47 + + + aheadofprint + + 42211266 + PMC13213622 + 10.1039/d6sc00730a + d6sc00730a + + +
+ + + 42211263 + + 2026 + 05 + 29 + +
+ + 2041-6520 + + + 2026 + May + 05 + + + Chemical science + Chem Sci + + Synthesis and machine learning techniques to enable data-driven investigation of supramolecular host-guest interactions. + 10.1039/d6sc00479b + + The availability of large datasets such as the Protein DataBank and ChEMBL have allowed for rapid progress in developing machine learning tools for predicting the biological activity of organic small molecules. The binding between supramolecular hosts and their desired guests is governed by the same forces that drive protein-small molecule interactions, and yet this field has seen dramatically less application of machine learning. In this contribution, we demonstrate that the production of easily diversified building blocks can allow a single laboratory to generate a dataset that is sufficient to engage with modern machine learning approaches. A range of methods were evaluated against our single-laboratory dataset, with a graph neural network featuring an attention mechanism providing meaningful performance in this data-sparse arena. + This journal is © The Royal Society of Chemistry. + + + + Shaurya + Alok + A + + Department of Chemistry, University of Victoria 3800 Finnerty Rolad Victoria BC V8P 5C2 Canada fhof@uvic.ca. + + + + Bagherzadeh Mostaghimi + Amir Hassan + AH + + Department of Chemistry, University of Calgary, 2500 University Drive Calgary AB T2N 1N4 Canada jeffrey.vanhumbec1@ucalgary.ca. + + + + Turnbull + David R + DR + + Department of Chemistry, University of Calgary, 2500 University Drive Calgary AB T2N 1N4 Canada jeffrey.vanhumbec1@ucalgary.ca. + + + + Hof + Fraser + F + 0000-0003-4658-9132 + + Department of Chemistry, University of Victoria 3800 Finnerty Rolad Victoria BC V8P 5C2 Canada fhof@uvic.ca. + + + Centre for Advanced Materials and Related Technology (CAMTEC), University of Victoria 3800 Finnerty Road Victoria BC V8P 5C2 Canada. + + + + Van Humbeck + Jeffrey F + JF + 0000-0002-8910-4820 + + Department of Chemistry, University of Calgary, 2500 University Drive Calgary AB T2N 1N4 Canada jeffrey.vanhumbec1@ucalgary.ca. + + + + eng + + Journal Article + + + 2026 + 05 + 05 + +
+ + England + Chem Sci + 101545951 + 2041-6520 + + There are no conflicts to declare. +
+ + + + 2026 + 5 + 29 + 15 + 45 + + + 2026 + 5 + 29 + 15 + 45 + + + 2026 + 1 + 16 + + + 2026 + 5 + 4 + + + 2026 + 5 + 29 + 4 + 47 + + + aheadofprint + + 42211263 + PMC13213625 + 10.1039/d6sc00479b + d6sc00479b + + +
+ + + 42211234 + + 2026 + 05 + 29 + + + 2026 + 05 + 29 + +
+ + 1178-7031 + + 19 + + 2026 + + + Journal of inflammation research + J Inflamm Res + + Transcriptomic and Proteomic Analyses Identify THBS2, VWF, NFASC, and AKR1B10 as Diagnostic Biomarkers for Advanced Fibrosis in NAFLD. + + 569506 + 569506 + + 10.2147/JIR.S569506 + + The increasing prevalence of non-alcoholic fatty liver disease (NAFLD) has paralleled changes in lifestyle and dietary habits. However, the gold standard for the staging of NAFLD relies on liver biopsy, which is highly damaging and poorly accepted. This study aims to identify convenient biomarkers for staging advanced fibrosis (stage F3-F4) in NAFLD patients, thereby improving disease management. + This study integrated liver transcriptomic sequencing data and peripheral blood proteomic data from NAFLD patients. Candidate diagnostic biomarkers for advanced fibrosis were screened using three machine learning algorithms. The dynamic expression patterns of these biomarkers were further validated by time series analysis from NAFLD mouse model. Additionally, a retrospective validation cohort comprising 119 biopsy-confirmed NAFLD patients was established at Shandong Provincial Hospital. Blood samples and clinical characteristics were collected before liver biopsy. These samples were used to validate the diagnostic performance of the candidate biomarkers via ELISA, which was further compared with established non‑invasive indicators (FIB‑4, APRI, and NFS). Finally, single-nucleus sequencing was employed to elucidate the underlying pathogenic mechanisms and their cellular location in NAFLD, while Mendelian randomization (MR) analyses based on whole proteome and whole genome data were conducted to explore causal relationship for NAFLD. + This study identified THBS2, AKR1B10, NFASC, and VWF as diagnostic biomarkers for advanced fibrosis in NAFLD. Transcriptomic and proteomic analyses demonstrated that the combination of these four biomarkers exhibited robust diagnostic performance (AUC = 0.860-0.880). In our NAFLD clinical cohort, each biomarker individually showed promising diagnostic performance (THBS2 AUC = 0.867; NFASC AUC = 0.834; VWF AUC = 0.777; AKR1B10 AUC = 0.733), which was comparable to established non-invasive indicators. Furthermore, the expression levels of THBS2, AKR1B10, and VWF increased progressively with the duration of high-fat diet feeding in NAFLD mouse model. NFASC and THBS2 were specifically enriched in activated hepatic stellate cells and showed significant upregulation in advanced fibrosis and cirrhosis. + THBS2, AKR1B10, NFASC, and VWF serve as diagnostic biomarkers for advanced fibrosis in NAFLD, providing novel insights for the development of non-invasive clinical diagnostic strategies. + © 2026 Ding et al. + + + + Ding + Shan + S + + Department of Clinical Laboratory, Shandong Provincial Hospital Affiliated to Shandong First Medical University, Jinan, Shandong Province, 250021, People's Republic of China. + + + + Liu + Yiqing + Y + 0000-0002-2844-2770 + + Department of Clinical Laboratory, Shandong Provincial Hospital Affiliated to Shandong First Medical University, Jinan, Shandong Province, 250021, People's Republic of China. + + + + Liu + Zhi + Z + + Department of Clinical Laboratory, Shandong Provincial Hospital Affiliated to Shandong First Medical University, Jinan, Shandong Province, 250021, People's Republic of China. + + + + Chu + Fulu + F + + Department of Clinical Laboratory, Shandong Provincial Hospital Affiliated to Shandong First Medical University, Jinan, Shandong Province, 250021, People's Republic of China. + + + + Lu + Bingru + B + + Department of Clinical Laboratory, Shandong Provincial Hospital Affiliated to Shandong First Medical University, Jinan, Shandong Province, 250021, People's Republic of China. + + + + Xu + Li + L + 0009-0001-3229-6745 + + Department of Infectious Disease and Hepatology, The Second Qilu Hospital of Shandong University, Jinan, Shandong Province, 250033, People's Republic of China. + + + + eng + + Journal Article + + + 2026 + 05 + 22 + +
+ + New Zealand + J Inflamm Res + 101512684 + 1178-7031 + + + THBS2 + advanced NAFLD fibrosis + diagnostic biomarkers + multi-omics sequencing + + The authors report no conflicts of interest in this work. +
+ + + + 2026 + 5 + 29 + 15 + 42 + + + 2026 + 5 + 29 + 15 + 41 + + + 2025 + 10 + 22 + + + 2026 + 5 + 12 + + + 2026 + 5 + 29 + 4 + 47 + + + epublish + + 42211234 + PMC13213171 + 10.2147/JIR.S569506 + 569506 + + +
+ + + 42211184 + + 2026 + 05 + 29 + + + 2026 + 05 + 29 + +
+ + 1664-0640 + + 17 + + 2026 + + + Frontiers in psychiatry + Front Psychiatry + + Development and validation of a machine learning-based risk prediction model for non-suicidal self-injury in adolescents. + + 1837161 + 1837161 + + 10.3389/fpsyt.2026.1837161 + + Non-suicidal self-injury (NSSI) among adolescents has long been an important social issue. This study aims to construct a predictive model for NSSI based on machine learning models. + A retrospective cohort study design was adopted, including 588 adolescent patients who received psychological and psychiatric assessments. The occurrence of NSSI behavior was used as the outcome variable. Candidate predictors including demographic characteristics, psychological and emotional status, behavioral characteristics, and peer support were collected. The dataset was randomly divided into a training set and a test set at a ratio of 7:3. By comparing the performance of four machine learning models-multiple logistic regression (MLR), random forest (RF), support vector machine (SVM), and eXtreme Gradient Boosting (XGBoost)-at different time points (T1, T2, T3) using area under the curve (AUC), accuracy, precision, recall, and F1 score, the optimal model was selected. The Shapley additive explanations (SHAP) method was further used to conduct interpretability analysis for the optimal model. + The incidence rates of NSSI at T1, T2, and T3 were approximately 24%, 23%, and 22%, respectively. The SVM model demonstrated superior discrimination ability and stability in predicting the risk of NSSI among adolescents, with AUC values all greater than 0.75 and recall and F1 scores both higher than 0.7. SHAP analyses at all three time points consistently showed that suicide-related ideation and behaviors, school bullying, and depressive status had high contributions to the prediction of NSSI risk. + The support vector machine model performed best in predicting NSSI among adolescents. Suicide-related behaviors are important predictors of NSSI. The findings of this study help improve the early identification of adolescents at high risk of NSSI and provide evidence for developing targeted prevention and intervention strategies. + Copyright © 2026 Zhao, Wang and Liu. + + + + Zhao + Yujun + Y + + Department of Affective Disorders, The Third Honorable Military Hospital of Hebei Province, Baoding, Hebei, China. + + + + Wang + Qian + Q + + Department of Affective Disorders, The Third Honorable Military Hospital of Hebei Province, Baoding, Hebei, China. + + + + Liu + Wei + W + + Department of Clinical Psychology II, Hebei Provincial Mental Health Center and The Sixth Clinical Medical College of Hebei University, Baoding, Hebei, China. + + + + eng + + Journal Article + + + 2026 + 05 + 13 + +
+ + Switzerland + Front Psychiatry + 101545006 + 1664-0640 + + + adolescents + machine learning + non-suicidal self-injury (NSSI) + suicide-related behaviors + support vector machine (SVM) + + 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 + 5 + 29 + 15 + 47 + + + 2026 + 5 + 29 + 15 + 46 + + + 2026 + 3 + 23 + + + 2026 + 4 + 21 + + + 2026 + 4 + 21 + + + 2026 + 5 + 29 + 4 + 46 + + + epublish + + 42211184 + PMC13212310 + 10.3389/fpsyt.2026.1837161 + + +
+ + + 42211178 + + 2026 + 05 + 29 + + + 2026 + 05 + 29 + +
+ + 2624-8212 + + 9 + + 2026 + + + Frontiers in artificial intelligence + Front Artif Intell + + An LLM-based methodology for the automatic detection of bias in the DuoWikiBias corpus. + + 1791624 + 1791624 + + 10.3389/frai.2026.1791624 + + Bias detection remains a challenge in Natural Language Processing, particularly in non-English contexts, due to the conceptual ambiguity of bias and the scarcity of annotated resources. This study addresses the lack of Spanish-language resources by investigating the automatic detection of framing, epistemological, and demographic biases. We introduce DuoWikiBias, a novel parallel corpus derived from Wikipedia for Spanish bias classification. We evaluate Large Language Models (Llama and Gemma) using advanced prompting techniques-CARP and Metacognition-combined with a Gradient Ascent unlearning method to refine model attention. Their performance is compared against classical approaches, including logistic regression with S-BERT embeddings and linguistic features. Results show that advanced prompting substantially improves performance over simple instructions, while the best overall performance (F1 = 0.796) is achieved by combining CARP-based features with Gradient Ascent and a Support Vector Machine classifier. These findings suggest that LLMs are effective for bias-aware representation learning, but hybrid approaches with traditional classifiers remain competitive. This work provides both a validated dataset and a methodological framework for bias detection in Spanish NLP. + Copyright © 2026 Salas-Jimenez, Ojeda-Trueba, Bel-Enguix, Lee-Romero and López-Ponce. + + + + Salas-Jimenez + Karla + K + + Universidad Nacional Autónoma de México, Ciudad de México (CDMX), Mexico City, Mexico. + + + Posgrado en Ciencia e Ingeniería de la Computación, Universidad Nacional Autónoma de México (UNAM), Ciudad de México (CDMX), Mexico City, Mexico. + + + + Ojeda-Trueba + Sergio-Luis + SL + + Universidad Nacional Autónoma de México, Ciudad de México (CDMX), Mexico City, Mexico. + + + + Bel-Enguix + Gemma + G + + Universidad Nacional Autónoma de México, Ciudad de México (CDMX), Mexico City, Mexico. + + + + Lee-Romero + Edgar + E + + Universidad Nacional Autónoma de México, Ciudad de México (CDMX), Mexico City, Mexico. + + + + López-Ponce + Francisco F + FF + + Universidad Nacional Autónoma de México, Ciudad de México (CDMX), Mexico City, Mexico. + + + Posgrado en Ciencia e Ingeniería de la Computación, Universidad Nacional Autónoma de México (UNAM), Ciudad de México (CDMX), Mexico City, Mexico. + + + + eng + + Journal Article + + + 2026 + 05 + 13 + +
+ + Switzerland + Front Artif Intell + 101770551 + 2624-8212 + + + LLM + Wikipedia + bias detection + ensembles + generalization of models + gradient ascent + prompt engineering + unlearning + + 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 + 5 + 29 + 15 + 42 + + + 2026 + 5 + 29 + 15 + 41 + + + 2026 + 1 + 19 + + + 2026 + 3 + 27 + + + 2026 + 4 + 14 + + + 2026 + 5 + 29 + 4 + 46 + + + epublish + + 42211178 + PMC13212246 + 10.3389/frai.2026.1791624 + + +
+ + + 42211177 + + 2026 + 05 + 29 + + + 2026 + 05 + 29 + +
+ + 2624-8212 + + 9 + + 2026 + + + Frontiers in artificial intelligence + Front Artif Intell + + Predictive models of suicidal ideation risk in perinatal-stage women based on sociodemographic and clinical data. + + 1774453 + 1774453 + + 10.3389/frai.2026.1774453 + + Suicidal ideation in women during the perinatal period has become a growing public health problem, with a prevalence ranging from 8 to 19%. Its etiology is multifactorial and carries additional consequences for both the newborn and the woman beyond death itself. + This study aims to predict the risk of suicidal ideation in perinatal women by using artificial intelligence models based on sociodemographic and clinical data. + An analytical observational study was conducted with a sample of 908 Spanish women during the perinatal period, collecting relevant data. To predict the risk of suicidal ideation, five machine learning models (OneR, JRIP, FURIA, J48 and Random Forest) were employed, as they provide rules or trees that can be easily followed to gather additional information. The metrics used to evaluate the performance of the models included accuracy, precision, recall and F1-score. + The models show an accuracy of around 60% in most cases. The model that performs the worst is OneR, with an accuracy of less than 50%. The Random Forest model stood out for its higher accuracy. The metrics of this model (Random Forest) were Accuracy (%) 0.639 ± 0.05, Precision: 0.634, Recall: 0.634 F1:0.634 and AUPRC: 0.632. Factors identified as predictors of suicidal ideation risk included low birth weight, history of mental health problems, problems of intimate partner violence, low income and smoking. + In conclusion, predictive models based on sociodemographic data and clinical variables show a moderate ability to predict suicidal ideation risk in perinatal women. + Copyright © 2026 Martínez-Ramírez, Peinado-Molina, Hernández-Martínez and Martínez-Galiano. + + + + Martínez-Ramírez + José Manuel + JM + + Department of Computer Science, University of Jaen, Jaén, Spain. + + + + Peinado-Molina + Rocío Adriana + RA + + Department of Nursing, University of Jaen, Jaén, Spain. + + + Consortium for Biomedical Research in Epidemiology and Public Health (CIBERESP), Madrid, Spain. + + + + Hernández-Martínez + Antonio + A + + Department of Nursing, Physiotherapy and Occupational Therapy, Faculty of Nursing, University of Castilla-La Mancha, Ciudad Real, Castilla la Mancha, Spain. + + + + Martínez-Galiano + Juan Miguel + JM + + Department of Nursing, University of Jaen, Jaén, Spain. + + + Consortium for Biomedical Research in Epidemiology and Public Health (CIBERESP), Madrid, Spain. + + + + eng + + Journal Article + + + 2026 + 05 + 13 + +
+ + Switzerland + Front Artif Intell + 101770551 + 2624-8212 + + + artificial intelligence + explainable AI + perinatal suicide + suicidal ideation + suicide 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 + 5 + 29 + 15 + 46 + + + 2026 + 5 + 29 + 15 + 45 + + + 2025 + 12 + 23 + + + 2026 + 4 + 9 + + + 2026 + 4 + 27 + + + 2026 + 5 + 29 + 4 + 46 + + + epublish + + 42211177 + PMC13212341 + 10.3389/frai.2026.1774453 + + +
+ + + 42211085 + + 2026 + 05 + 29 + + + 2026 + 05 + 29 + +
+ + 1178-6302 + + 20 + + 2026 + + + Environmental health insights + Environ Health Insights + + Human Right to Water and Household Water Conservation in Contaminated Colombian Municipalities: A Machine Learning Analysis. + + 11786302261455534 + 11786302261455534 + + 10.1177/11786302261455534 + + In Colombia, water is usually physically available, but in some municipalities it is not safe for human consumption, which demonstrates that there is a persistent risk due to poor water quality for public health. In this line, previous research has identified demographic, psychosocial, and infrastructural determinants of water conservation in households, in contexts of scarcity and high contamination, leaving relevant analytical gaps in environments where the risk is determined by water quality and not by restrictions in the supply of the water resource. Only a small number of studies examine cases in which the quantity of water is sufficient in situations where the quality is compromised. In addition, the evidence in these contexts remains limited and scattered. This study examines conservation practices in thirteen Colombian municipalities with IRCA above 80 and focuses on how different factors interact when contamination, and not scarcity, shapes household decisions. The article addresses two main objectives. The first is to identify the socioeconomic, perceptual, and structural factors that predict the adoption of conservation practices across increasing levels of complexity. The second is to estimate the causal effect of perceived contamination on the probability of adopting these practices. The analysis is based on data from 4,246 households from the 2024 Quality of Life Survey (ECV, DANE). The dependent variable is an ordinal variable that captures the degree of complexity (associated with greater technical and financial requirements) of water conservation practices. Methodologically, the study combines cumulative threshold logistic models with L1 regularization to select the relevant variables in the prediction of the dependent variable. In addition, it applies a Double Machine Learning framework with AIPW estimation and cross-fitting to achieve causal identification under flexible control of confounding variables, of the effect of the perception of water contamination on the conservation practices of this resource. The results indicate that socioeconomic and educational capacity drives low-complexity saving and conservation practices, while persistent environmental degradation produces a saturation effect that restricts progress toward the adoption of intermediate-complexity practices. At the highest levels of complexity, the level of schooling and economic resources become decisive, evidencing that high-complexity conservation is less likely in low-income households and in the Afro-descendant population. DML-AIPW estimates show that perceived water contamination causally reduces the probability of conservation at the three levels of the dependent variable, with average treatment effects of -16.3, -8.1, and -5.6 percentage points. The estimates remain robust to alternative treatment definitions and propensity score trimming. The findings support the implementation of targeted equipment subsidies for the lowest socioeconomic stratum, the design of ethnically differentiated interventions, and the strengthening of communication strategies that promote the comprehensive adoption of conservation and raise awareness among the population about the harmful effects of contamination of the water resource. + © The Author(s) 2026. + + + + Henao-Rodríguez + Linda Carolina + LC + + Escuela de Negocios, Fundación Universitaria Konrad Lorenz, Bogotá, Colombia. + 27961 + + + + Lis-Gutiérrez + Jenny Paola + JP + 0000-0002-1438-7619 + + Escuela de Negocios, Fundación Universitaria Konrad Lorenz, Bogotá, Colombia. + 27961 + + + + Lis-Gutiérrez + Melissa + M + + Facultad de Ciencias Agrarias, Universidad Nacional de Colombia, Bogotá, Colombia. + 28021 + + + + Escobar-Uribe + Carlos Hernando + CH + + Facultad de Ciencias Jurídicas y Políticas, Universidad El Bosque, Bogotá, Colombia. + 28009 + + + + eng + + Journal Article + + + 2026 + 05 + 26 + +
+ + United States + Environ Health Insights + 101488505 + 1178-6302 + + + In many parts of Colombia, families have enough water flowing from their taps, but the water is contaminated and unsafe to drink. This study looks at 4,246 households across 13 Colombian municipalities where water pollution is a major health risk. Using advanced data analysis, researchers investigated what makes a family more or less likely to adopt water-saving habits—ranging from simple actions like turning off the tap to expensive upgrades like installing water-efficient appliances. The study found a “saturation effect”: when people feel their water is heavily polluted, they are actually less likely to invest effort in conserving it. Specifically, the perception of water contamination decreased the probability of saving water by 16.3% for basic tasks and 5.6% for more complex actions. Money and education also play a massive role. While low-income families might try simple saving methods, more technical or expensive conservation is nearly impossible for them. The data highlights a significant gap in environmental justice, showing that high-complexity water conservation is significantly less likely to occur in low-income households and among Afro-descendant populations. The researchers conclude that telling people to save water isn't enough when the water itself is dirty. To fix this, the government needs to provide subsidies for water-saving equipment to the poorest families and create specific programs that respect and support Afro-descendant communities. + © The Author(s) 2026. + + + environmental justice + human right to water + machine learning + water conservation + + The authors declared no potential conflicts of interest with respect to the research, authorship, and/or publication of this article. +
+ + + + 2026 + 5 + 29 + 15 + 41 + + + 2026 + 5 + 29 + 15 + 40 + + + 2025 + 12 + 31 + + + 2026 + 3 + 5 + + + 2026 + 4 + 22 + + + 2026 + 5 + 29 + 4 + 46 + + + epublish + + 42211085 + PMC13213131 + 10.1177/11786302261455534 + 10.1177_11786302261455534 + + +
+ + + 42211015 + + 2026 + 05 + 29 + + + 2026 + 05 + 29 + +
+ + 2279-9028 + + 15 + 2 + + 2026 + Apr + + + Journal of public health research + J Public Health Res + + Digital epidemiology: Utilizing big data for public health surveillance and disease outbreak prediction. + + 22799036261455523 + 22799036261455523 + + 10.1177/22799036261455523 + + Digital epidemiology represents a transformative approach to public health surveillance and disease outbreak prediction by leveraging big data from diverse digital sources, including social media, search engine queries, wearable devices, mobile health applications, environmental sensors, and electronic health records. Unlike traditional epidemiological methods that rely primarily on structured clinical or administrative datasets, digital epidemiology uses real-time, high-volume, and often unstructured data streams to monitor population health dynamics and detect emerging threats with improved temporal and spatial resolution. This study was conducted as a structured literature review guided by PRISMA principles. A comprehensive search of PubMed, Scopus, Web of Science, and IEEE Xplore identified studies published between 1 January 2014 and 1 January 2026. The review synthesizes evidence on methodological foundations, analytical techniques such as machine learning and natural language processing, and applications in outbreak detection, syndromic surveillance, behavioral risk monitoring, and health system responsiveness. Included studies showed that digital signals can improve forecasting accuracy, provide earlier indications of disease activity than conventional systems, and strengthen situational awareness during public health emergencies when integrated with established surveillance frameworks. However, important challenges remain, including data privacy, algorithmic transparency, interoperability, and integration into routine public health systems. This review provides an updated synthesis across multiple digital data streams and emerging artificial intelligence applications while identifying persistent methodological, governance, and equity-related gaps requiring future attention. With continued innovation, stronger regulatory oversight, and interdisciplinary collaboration, digital epidemiology has the potential to support proactive, predictive, and precision-oriented public health strategies for future global health threats. + © The Author(s) 2026. + + + + Hassan Nishan + Md Nahid + MN + 0000-0002-6883-0284 + + Projahnmo Research Foundation, Zakiganj, Sylhet, Bangladesh. + + + Department of Public Health, North South University, Dhaka, Bangladesh. + 54495 + + + + eng + + Journal Article + Review + + + 2026 + 05 + 26 + +
+ + United States + J Public Health Res + 101580775 + 2279-9028 + + + big data + data privacy + digital epidemiology + disease outbreak prediction + public health surveillance + +
+ + + + 2026 + 5 + 29 + 15 + 42 + + + 2026 + 5 + 29 + 15 + 41 + + + 2026 + 2 + 20 + + + 2026 + 4 + 22 + + + 2026 + 5 + 11 + + + 2026 + 5 + 29 + 4 + 45 + + + epublish + + 42211015 + PMC13213097 + 10.1177/22799036261455523 + 10.1177_22799036261455523 + + +
+ + + 42211009 + + 2026 + 05 + 29 + + + 2026 + 05 + 29 + +
+ + 2399-4908 + + 11 + 1 + + 2026 + + + International journal of population data science + Int J Popul Data Sci + + Enabling the analysis of patient-level data across jurisdictions for research use: a real-world exploration of a federated likelihood approach. + + 3160 + 3160 + + 10.23889/ijpds.v11i1.3160 + + The disclosure of health data is governed by strict privacy regulations which significantly restrict the transfer of data across jurisdictions. These limitations restrict the scope of health research, particularly the ability to conduct studies that span multiple jurisdictions (e.g. provinces, states, or countries). One common practice is to use meta-analysis to pool jurisdiction-specific estimates. However, this approach relies on combining aggregate-level data, which may overlook important nuances. Therefore, alternative methods are needed. This study investigates the potential of a federated likelihood approach to analyse health data across jurisdictions while keeping the data inside the jurisdiction. + (1) Evaluate the effectiveness of the meta-analysis technique in pooling jurisdiction-specific results to produce overall estimates (2) assess the utility of a federated likelihood approach for interjurisdictional health data analysis; and (3) compare the performance of a federated likelihood method with the conventional meta-analysis approach. + Log-likelihood functions from separate jurisdictions were directly combined to form a single overall log-likelihood function, and overall parameter estimates. We show that these parameter estimates are mathematically equivalent to those obtained from analysing the pooled individual-level data. Using data from the Canadian Primary Care Sentinel Surveillance Network, and using chronic kidney disease as a case study, estimates from five jurisdictions are combined using meta-analysis and the federated likelihood approach. These results are compared to the overall estimates from a global model. + The likelihood method demonstrated strong performance in analysing federated data, yielding the lowest relative percent absolute bias at 1.34%. This was notably lower than the bias observed with the common effect meta-analysis (4.09%). + The federated likelihood method offers a promising approach to interjurisdictional health data analysis. However, further investigation is needed to assess its feasibility across different model types and model complexity to fully understand the scope of its utility. + + + + Harmon + Megan + M + + Department of Community Health Sciences, Cumming School of Medicine, University of Calgary, Calgary, Alberta, Canada. + + + Centre for Health Informatics, University of Calgary, Calgary, Alberta, Canada. + + + Department of Emergency Medicine, University of Calgary, Calgary, Alberta, Canada. + + + + Li + Na + N + + Department of Community Health Sciences, Cumming School of Medicine, University of Calgary, Calgary, Alberta, Canada. + + + Centre for Health Informatics, University of Calgary, Calgary, Alberta, Canada. + + + + Sajobi + Tolulope + T + + Department of Community Health Sciences, Cumming School of Medicine, University of Calgary, Calgary, Alberta, Canada. + + + Department of Clinical Neurosciences, University of Calgary, Calgary, Alberta, Canada. + + + + Holodinsky + Jessalyn + J + + Department of Community Health Sciences, Cumming School of Medicine, University of Calgary, Calgary, Alberta, Canada. + + + Centre for Health Informatics, University of Calgary, Calgary, Alberta, Canada. + + + Department of Emergency Medicine, University of Calgary, Calgary, Alberta, Canada. + + + Department of Clinical Neurosciences, University of Calgary, Calgary, Alberta, Canada. + + + O'Brien Institute for Public Health, University of Calgary, Calgary, Alberta, Canada. + + + Hotchkiss Brain Institute, University of Calgary, Calgary, Alberta, Canada. + + + Alberta Children's Hospital Research Institute, University of Calgary, Calgary, Albera, Canada. + + + + Williamson + Tyler + T + + Department of Community Health Sciences, Cumming School of Medicine, University of Calgary, Calgary, Alberta, Canada. + + + Centre for Health Informatics, University of Calgary, Calgary, Alberta, Canada. + + + O'Brien Institute for Public Health, University of Calgary, Calgary, Alberta, Canada. + + + + eng + + Journal Article + + + 2026 + 04 + 28 + +
+ + Wales + Int J Popul Data Sci + 101737740 + 2399-4908 + + IM + + + Meta-Analysis as Topic + + + Humans + + + Likelihood Functions + + + Federated Learning + + + + federated analysis + likelihood functions + meta-analysis + + Statement on conflicts of interest: The authors have no conflicts of interest. +
+ + + + 2026 + 5 + 29 + 15 + 44 + + + 2026 + 5 + 29 + 15 + 43 + + + 2026 + 5 + 29 + 4 + 45 + + + epublish + + 42211009 + PMC13213896 + 10.23889/ijpds.v11i1.3160 + 11:1:22 + + +
+ + + 42210993 + + 2026 + 05 + 29 + + + 2026 + 05 + 29 + +
+ + 2297-055X + + 13 + + 2026 + + + Frontiers in cardiovascular medicine + Front Cardiovasc Med + + Multicenter development and validation of machine-learning risk models to predict procedural complete revascularization and in-hospital heart failure in STEMI patients treated with primary PCI. + + 1824937 + 1824937 + + 10.3389/fcvm.2026.1824937 + + In-hospital heart failure (HF) remains common after primary percutaneous coronary intervention (PPCI) for ST-segment elevation myocardial infarction (STEMI) and is associated with adverse in-hospital outcomes. In addition, whether procedural complete revascularization (CR) can be achieved during the index PCI is clinically relevant but often constrained in real-world practice. We aimed to develop and externally validate machine-learning (ML) models for these two complementary prediction tasks. + We conducted a multicenter cohort study of STEMI patients treated with PPCI from three hospitals. Patients from Hezhou People's Hospital (January 2020 to June 2024) comprised the training cohort (n = 734). Patients from two other centers (July 2024 to December 2025) were combined as an independent testing cohort (n = 352). Multiple ML algorithms were benchmarked to predict (1) in-hospital HF and (2) the real-world feasibility of achieving procedural CR during the index PCI. Model performance was assessed using the area under the receiver operating characteristic curve (AUC), the area under the precision-recall curve (AUPRC), classification metrics, calibration curves, decision curve analysis (DCA), and clinical impact curves. Shapley Additive Explanations (SHAP) were used to enhance interpretability. + For in-hospital HF prediction, CatBoost showed the best overall performance in the independent testing cohort (AUC: 0.973; 95% CI: 0.957-0.989; accuracy: 88.6%), with good calibration and favorable net benefit on DCA. For procedural CR prediction, CatBoost was also selected as the primary model based on its overall performance profile in the independent testing cohort (AUC: 0.970; 95% CI: 0.954-0.987; accuracy: 92.0%), with acceptable calibration and positive net benefit across a broad range of threshold probabilities. Key predictors included LAD involvement, age, symptom-to-guidewire crossing time, and markers related to inflammation, coagulation, renal function, and lipid metabolism. + In a three-center cohort, we developed and externally validated two ML models for predicting subsequent in-hospital HF after index PPCI and the feasibility of achieving procedural CR during the index PCI. Both models demonstrated good discrimination, calibration, clinical utility, and interpretability, supporting peri-procedural risk stratification and catheterization-laboratory decision support in STEMI patients treated with PPCI. + © 2026 Lin, Qin, Ou, Zhu and Liao. + + + + Lin + Yumin + Y + + Department of Cardiology, Hezhou People's Hospital, Hezhou, China. + + + + Qin + Yufeng + Y + + Department of Cardiology, Hezhou People's Hospital, Hezhou, China. + + + + Ou + Kangkang + K + + Department of Trauma Orthopaedics and Hand Surgery, Nanxishan Hospital of Guangxi Zhuang Autonomous Region (The Second People's Hospital of Guangxi Zhuang Autonomous Region), Guilin, China. + + + + Zhu + Jichong + J + + Department of Cardiology, The First Affiliated Hospital of Guangxi Medical University, Nanning, China. + + + + Liao + Bizhi + B + + Department of Cardiology, Hezhou People's Hospital, Hezhou, China. + + + + eng + + Journal Article + + + 2026 + 05 + 13 + +
+ + Switzerland + Front Cardiovasc Med + 101653388 + 2297-055X + + + ST-segment elevation myocardial infarction (STEMI) + complete revascularization + in-hospital heart failure + machine learning + primary percutaneous coronary intervention (PPCI) + + 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 + 5 + 29 + 15 + 42 + + + 2026 + 5 + 29 + 15 + 41 + + + 2026 + 3 + 7 + + + 2026 + 4 + 21 + + + 2026 + 4 + 23 + + + 2026 + 5 + 29 + 4 + 45 + + + epublish + + 42210993 + PMC13212481 + 10.3389/fcvm.2026.1824937 + + +
+ + + 42210974 + + 2026 + 05 + 29 + + + 2026 + 05 + 29 + +
+ + 2296-858X + + 13 + + 2026 + + + Frontiers in medicine + Front Med (Lausanne) + + Development and validation of a MODS risk prediction model for organophosphorus poisoning patients. + + 1791307 + 1791307 + + 10.3389/fmed.2026.1791307 + + Multiple organ dysfunction syndrome (MODS) is a major complication of patients with acute organophosphorus pesticide poisoning (AOPP) and is associated with high mortality. This study aimed to develop and validate a MODS prediction model for this patient population using a nomogram and machine learning methods. + A retrospective study was conducted on 270 AOPP patients from Linquan County People's Hospital to establish the prediction model. Lasso regression was used for variable selection, and multivariate Logistic regression was applied for model construction. Model performance was evaluated based on discriminative ability, calibration, and decision curve analysis. + Among the 270 AOPP patients, 129 (47.8%) developed MODS. The key predictors of MODS included heart rate, Endotracheal intubation, and blood lactic acid. The nomogram achieved an area under the curve (AUC) of 0.962 (95% confidence interval [CI]: 0.932-0.982). The calibration plot showed a high agreement between predicted probabilities and actual observed probabilities, and decision curve analysis demonstrated a favorable clinical net benefit of the model. + We developed a risk prediction model for MODS in AOPP patients. This model can assist clinicians in assessing MODS risk and provide a scientific basis for subsequent interventions. External validation is required to confirm the reliability of the current risk model before its clinical application. + Copyright © 2026 Yu, Wang, Wu and Li. + + + + Yu + Helong + H + + Department of Emergency Medicine, Linquan County People's Hospital, Fuyang, Anhui, China. + + + + Wang + Ke + K + + Department of Emergency Medicine, Linquan County People's Hospital, Fuyang, Anhui, China. + + + + Wu + Huisong + H + + Department of Emergency Medicine, Linquan County People's Hospital, Fuyang, Anhui, China. + + + + Li + Fangfang + F + + Department of Emergency Medicine, Linquan County People's Hospital, Fuyang, Anhui, China. + + + + eng + + Journal Article + + + 2026 + 05 + 12 + +
+ + Switzerland + Front Med (Lausanne) + 101648047 + 2296-858X + + + acute organophosphorus pesticide poisoning + blood lactic acid + endotracheal intubation + heart rate + multiple organ dysfunction syndrome + nomogram + prognosis + + 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 + 5 + 29 + 15 + 43 + + + 2026 + 5 + 29 + 15 + 42 + + + 2026 + 1 + 19 + + + 2026 + 4 + 21 + + + 2026 + 4 + 24 + + + 2026 + 5 + 29 + 4 + 44 + + + epublish + + 42210974 + PMC13214578 + 10.3389/fmed.2026.1791307 + + +
+ + + 42210958 + + 2026 + 05 + 29 + + + 2026 + 05 + 29 + +
+ + 2296-858X + + 13 + + 2026 + + + Frontiers in medicine + Front Med (Lausanne) + + AI-based decision models for difficult airway assessment: from research innovation to clinical implementation-a narrative review. + + 1818061 + 1818061 + + 10.3389/fmed.2026.1818061 + + Difficult airway management causes significant anesthesia-related morbidity, yet traditional assessments lack sensitivity (30%-50%) and consistency. This review (2010-2025) examines artificial intelligence (AI) decision models for airway assessment, focusing on performance, limitations, and clinical translation. AI demonstrates significant statistical superiority: facial image analysis achieves 80%-90% sensitivity (vs. Mallampati's 39%), and deep learning models yield a pooled AUC of 0.84. Key techniques include convolutional neural networks, semi-supervised learning, and multimodal integration. Despite high predictive performance, widespread adoption faces fundamental barriers. Current studies are predominantly single-center and retrospective, lacking external validation, algorithmic fairness, standardized outcomes, and proven workflow integration. Furthermore, research heavily favors upper airway evaluation. Thoracic anesthesia, utilizing routine preoperative CTs, offers an immediate pathway for comprehensive whole-airway assessment. Ultimately, bridging the translational gap requires rigorous, prospective multicenter validation demonstrating tangible patient safety improvements, rather than relying solely on algorithmic sophistication. + Copyright © 2026 Shen, Wu, Qiu and Wu. + + + + Shen + Yang + Y + + School of Health Science and Engineering, University of Shanghai for Science and Technology, Shanghai, China. + + + Department of Anesthesiology, Shanghai Chest Hospital, Shanghai Jiao Tong University School of Medicine, Shanghai, China. + + + + Wu + Yulan + Y + + Department of Anesthesiology, Shanghai Chest Hospital, Shanghai Jiao Tong University School of Medicine, Shanghai, China. + + + + Qiu + Yuwei + Y + + Department of Anesthesiology, Shanghai Chest Hospital, Shanghai Jiao Tong University School of Medicine, Shanghai, China. + + + + Wu + Jingxiang + J + + Department of Anesthesiology, Shanghai Chest Hospital, Shanghai Jiao Tong University School of Medicine, Shanghai, China. + + + + eng + + Journal Article + Review + + + 2026 + 05 + 13 + +
+ + Switzerland + Front Med (Lausanne) + 101648047 + 2296-858X + + + artificial intelligence + clinical prediction models + difficult airway + machine learning + perioperative medicine + + 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 + 5 + 29 + 15 + 43 + + + 2026 + 5 + 29 + 15 + 42 + + + 2026 + 2 + 26 + + + 2026 + 4 + 1 + + + 2026 + 4 + 6 + + + 2026 + 5 + 29 + 4 + 44 + + + epublish + + 42210958 + PMC13212430 + 10.3389/fmed.2026.1818061 + + +
+ + + 42210955 + + 2026 + 05 + 29 + + + 2026 + 05 + 29 + +
+ + 2296-858X + + 13 + + 2026 + + + Frontiers in medicine + Front Med (Lausanne) + + Association between cold spells and chronic lung disease: a nationwide spatial machine learning analysis. + + 1823044 + 1823044 + + 10.3389/fmed.2026.1823044 + + To investigate the longitudinal association between baseline cold spells and the risk of incident chronic lung disease (CLD) among middle-aged and elderly adults in China, and to characterize its spatial distribution and multifactorial context. + Using national data from the China Health and Retirement Longitudinal Study (CHARLS, 2011-2020), Cox proportional hazards models, logistic regression, stratified analysis and sensitivity analyses were employed to analyze the impact of nine differently defined cold spell indicators on the risk of new-onset CLD in adults aged ≥45 years. Geographically Gaussian process regression (GGPR) mapped spatial disease distribution, and GeoShapley decomposition quantified factor contributions. + In Cox models, baseline cold spell exposure was associated with a modestly elevated risk of incident CLD (fully adjusted hazard ratios [HRs] ranged from 1.10 to 1.13). This positive association was further supported by logistic regression analyses (fully adjusted odds ratios [ORs]: 1.11-1.13) and sensitivity analyses. After correction for multiple comparisons, urban residence, higher education, and cancer history modified the association. Spatial prediction models (GGPR) identified northern China as a consistent high-risk region across all nine cold spell definitions (validation AUC: 0.7077-0.7129). Notably, GeoShapley analysis revealed that air pollutants and geographic coordinates contributed more substantially to spatial prediction than did cold spell exposure, indicating that regional background factors dominate the spatial patterning of CLD risk. + Higher baseline cold spell exposure was associated with a modestly increased risk of incident CLD among Chinese adults aged ≥45 years, with northern China identified as a consistent high-risk region. The independent longitudinal association of cold spells, though not dominant in spatial prediction models, highlights their potential role as an environmental trigger warranting further investigation. + Copyright © 2026 Chen and Liu. + + + + Chen + Xing-Ru + XR + + Department of Pulmonary and Critical Care Medicine, West China Hospital, Sichuan University, Chengdu, China. + + + + Liu + Chun-Tao + CT + + Department of Pulmonary and Critical Care Medicine, West China Hospital, Sichuan University, Chengdu, China. + + + + eng + + Journal Article + + + 2026 + 05 + 13 + +
+ + Switzerland + Front Med (Lausanne) + 101648047 + 2296-858X + + + CHARLS + chronic lung disease + cold spell + geographical Gaussian process regression + middle-aged and elderly + + 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 + 5 + 29 + 15 + 43 + + + 2026 + 5 + 29 + 15 + 42 + + + 2026 + 3 + 5 + + + 2026 + 4 + 16 + + + 2026 + 4 + 20 + + + 2026 + 5 + 29 + 4 + 44 + + + epublish + + 42210955 + PMC13212537 + 10.3389/fmed.2026.1823044 + + +
+ + + 42210929 + + 2026 + 05 + 29 + + + 2026 + 05 + 29 + +
+ + 2296-858X + + 13 + + 2026 + + + Frontiers in medicine + Front Med (Lausanne) + + Interpretable machine learning to predict NOAF in ICU patients with CKD: validation in US and Chinese cohorts. + + 1816221 + 1816221 + + 10.3389/fmed.2026.1816221 + + Critically ill patients with chronic kidney disease (CKD) are at high risk for New-Onset Atrial Fibrillation (NOAF), which significantly increases their risk of adverse events. Early detection of NOAF is crucial for prompt intervention and better outcomes. This study aims to develop and validate predictive models for the early identification and stratification of NOAF risk in this vulnerable population. + We developed and validated a predictive model using a cohort of 6,476 critically ill patients with CKD from the Medical Information Mart for Intensive Care-IV (MIMIC-IV) database. After performing feature selection via least absolute shrinkage and selection operator (Lasso) logistic regression, we trained six machine learning (ML) models. These algorithms included: Random Forest, Gradient Boosting, eXtreme Gradient Boosting (XGBoost), Logistic Regression (LR), Multi-layer Perceptron (MLP), and Light Gradient Boosting Machine (LightGBM). The best-performing model was interpreted using SHAP to provide clinical insights. Its robustness and generalizability were confirmed through rigorous external validation on two distinct international cohorts: the US-based eICU-CRD (eICU Collaborative Research Database) (n = 12,509) and a Chinese ICU database from Weifang People's Hospital (n = 880). + Ultimately, 12 predictive features were ultimately selected: age, SOFA score, minimum heart rate, congestive heart failure, average heart rate, minimum systolic blood pressure (SBP), mechanical ventilation use, minimum oxygen saturation (SpO2), average respiratory rate, minimum magnesium, SAPS II score, and maximum white blood cell (WBC) count. The Random Forest model demonstrated the best overall performance, achieving an area under the receiver operating characteristic curve (AUC) of 0.855 in internal validation. The model's robustness was confirmed through external validation on two independent cohorts, yielding an AUC of 0.760 on the eICU-CRD and 0.740 on the Weifang People's Hospital database. According to the SHAP analysis, age, average heart rate, minimum heart rate, SOFA score, and SAPS II were the top five most influential predictors for NOAF. + We developed an interpretable machine learning model to predict NOAF in critically ill CKD patients, demonstrating strong generalizability through external validation on both a large US cohort (eICU-CRD) and a single-center Chinese cohort (Weifang People's Hospital). SHAP analysis enhanced model interpretability. + Copyright © 2026 Zhang, Ren, Yin, Yang, Nie, Zhao, Liu, Huang and Chen. + + + + Zhang + Shujie + S + + Clinical Medical School, Shandong Second Medical University, Weifang, Shandong, China. + + + Department of Cardiology, Weifang People's Hospital, Shandong Second Medical University, Weifang, Shandong, China. + + + + Ren + Na + N + + Department of Vascular Surgery, Weifang People's Hospital, Shandong Second Medical University, Weifang, Shandong, China. + + + + Yin + Qing + Q + + Department of Cardiology, Weifang People's Hospital, Shandong Second Medical University, Weifang, Shandong, China. + + + + Yang + Chao + C + + Department of Critical Care Medicine, Fuzhou University Provincial Affiliated Hospital, Fuzhou, Fujian, China. + + + + Nie + Lujing + L + + Clinical Medical School, Shandong Second Medical University, Weifang, Shandong, China. + + + + Zhao + Jianan + J + + Clinical Medical School, Shandong Second Medical University, Weifang, Shandong, China. + + + + Liu + Yuxiu + Y + + School of Nursing, Shandong Second Medical University, Weifang, Shandong, China. + + + + Huang + Jing + J + + Department of Cardiology, Weifang People's Hospital, Shandong Second Medical University, Weifang, Shandong, China. + + + + Chen + Yanbo + Y + + Department of Cardiology, Weifang People's Hospital, Shandong Second Medical University, Weifang, Shandong, China. + + + + eng + + Journal Article + + + 2026 + 05 + 13 + +
+ + Switzerland + Front Med (Lausanne) + 101648047 + 2296-858X + + + CKD + MIMIC + atrial fibrillation + eICU-CRD + 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 + 5 + 29 + 15 + 41 + + + 2026 + 5 + 29 + 15 + 40 + + + 2026 + 2 + 24 + + + 2026 + 4 + 11 + + + 2026 + 4 + 13 + + + 2026 + 5 + 29 + 4 + 44 + + + epublish + + 42210929 + PMC13212290 + 10.3389/fmed.2026.1816221 + + +
+ + + 42210816 + + 2026 + 05 + 29 + +
+ + 1549-960X + + + 2026 + May + 29 + + + Journal of chemical information and modeling + J Chem Inf Model + + A Reproducible Hierarchical Virtual Screening Framework Integrating Scaffold-Aware Machine Learning, Ensemble Docking, and Molecular Dynamics: Application to IDO1. + 10.1021/acs.jcim.6c00967 + + Indoleamine 2,3-dioxygenase 1 (IDO1) is a heme-containing enzyme implicated in cancer immune escape and remains an attractive therapeutic target despite recent clinical setbacks. We report a fully reproducible hierarchical virtual screening framework integrating scaffold-aware machine learning, ensemble docking, consensus scoring, and molecular dynamics simulations for robust prioritization of IDO1 inhibitors. A curated ChEMBL data set of IDO1 inhibitors was subjected to strict standardization, duplicate removal, and activity binarization at pChEMBL ≥6. Models were trained using scaffold-based splitting and nested cross-validation to prevent chemical series leakage. An ensemble of Random Forest, XGBoost and SVM classifiers achieved balanced predictive performance (ROC-AUC ≈0.88-0.89) with applicability domain filtering to ensure reliability. Prospective screening of FDA-approved drugs yielded 39 compounds within the applicability domain predicted as active. These were further evaluated through ensemble docking against multiple IDO1 crystal structures using GNINA with CNN rescoring. Consensus strategies were systematically benchmarked, demonstrating that best-Z-score aggregation outperformed mean, rank-based, and weighted methods in enrichment factor (EF) metrics. Two top-ranked candidates were subjected to 300 ns molecular dynamics simulations, revealing stable binding modes and persistent interactions with key catalytic residues. This study demonstrates that hierarchical integration of scaffold-aware machine learning with structure-based ensemble strategies enhances robustness and reduces false positives in virtual screening campaigns. The proposed workflow is generalizable and supports reproducible candidate prioritization in computational drug discovery. The complete implementation, including data processing, model training, and analysis steps, is provided as a fully executable Jupyter notebook available at https://github.com/rocco-b/IDO1-inhibitors-ML-and-docking-data. + + + + Tomarchio + Elisabetta Grazia + EG + + Department of Drug and Health Sciences, University of Catania, Viale A. Doria 6, 95125 Catania, Italy. + + + Department of Biomedical and Biotechnological Sciences, University of Catania, Via Santa Sofia 97, 95123 Catania, Italy. + + + + Buccheri + Rocco + R + + Department of Drug and Health Sciences, University of Catania, Viale A. Doria 6, 95125 Catania, Italy. + + + + Rescifina + Antonio + A + 0000-0001-5039-2151 + + Department of Drug and Health Sciences, University of Catania, Viale A. Doria 6, 95125 Catania, Italy. + + + + eng + + Journal Article + + + 2026 + 05 + 29 + +
+ + United States + J Chem Inf Model + 101230060 + 1549-9596 + + IM +
+ + + + 2026 + 5 + 29 + 15 + 45 + + + 2026 + 5 + 29 + 15 + 45 + + + 2026 + 5 + 29 + 4 + 12 + + + aheadofprint + + 42210816 + 10.1021/acs.jcim.6c00967 + + +
+ + + 42210809 + + 2026 + 05 + 29 + +
+ + 1463-9084 + + + 2026 + May + 29 + + + Physical chemistry chemical physics : PCCP + Phys Chem Chem Phys + + Substituent-modulated adaptive aromaticity in NHC-pyrrolyl cations: a combined DFT and machine learning study. + 10.1039/d6cp00728g + + The stabilization of 4π-electron systems remains a fundamental challenge in chemistry, stemming from their intrinsic antiaromaticity and thermodynamic instability as dictated by Hückel's rule. A recent experimental study has demonstrated that rational molecular design using N-heterocyclic carbenes (NHCs) can surmount these limitations by inducing aromaticity. However, the issue of T1 aromaticity in such systems remains unresolved. Elucidating the substituent-modulated behavior of T1 (anti)aromaticity is crucial for deciphering the physicochemical properties of these systems. In this work, Density Functional Theory (DFT) was employed to investigate the (anti)aromaticity of NHC-substituted pyrrolyl cations and substituted pyrrolyl anions in both the singlet ground state (S0) and triplet excited state (T1). Our results reveal a clear correlation between substituents and adaptive aromaticity. Notably, within the reduced pyrrole framework (A-H), only the nitroso (NO) substituent (A) is capable of inducing adaptive aromaticity. In contrast, for the NHC-substituted pyrrolyl cations (I-P), two-state aromaticity is sequentially triggered by the substituent effects of NO, NO2, CHO, and COCH3. Spin density analysis reveals distinct electronic behaviors across the studied systems. In adaptively aromatic compounds, the major electron spin density localizes on the substituent, thereby preserving the aromatic character of the pyrrole ring. Conversely, for systems B-D, F-H, and M-P, the spin density is predominantly concentrated on the pyrrolyl ring moiety, which disrupts aromaticity. This conclusion is supported by computational analyses of multiple aromaticity descriptors, including the harmonic oscillator model of aromaticity (HOMA), nucleus-independent chemical shift (NICS(1) + zz + ), multicenter indices (MCI), anisotropy of the induced current density (ACID), and electron density of the delocalized π-bond (EDDBπ). Regression analysis (a supervised machine learning technique) indicates that the spin density on the substituent is strongly correlated with the T1 aromaticity. Our findings highlight the pivotal role of substituents in regulating two-state aromaticity in heterocyclic systems, laying a solid theoretical foundation for advanced applications in molecular electronics and materials science. + + + + Dar + Sohail H + SH + + Guangdong Basic Research Center of Excellence for Aggregate Science, School of Science and Engineering, The Chinese University of Hong Kong (Shenzhen), Longgang, Shenzhen, Guangdong, 518172, P. R. China. jun.zhu@cuhk.edu.cn. + + + + Zhu + Jun + J + 0000-0002-2099-3156 + + Guangdong Basic Research Center of Excellence for Aggregate Science, School of Science and Engineering, The Chinese University of Hong Kong (Shenzhen), Longgang, Shenzhen, Guangdong, 518172, P. R. China. jun.zhu@cuhk.edu.cn. + + + + eng + + Journal Article + + + 2026 + 05 + 29 + +
+ + England + Phys Chem Chem Phys + 100888160 + 1463-9076 + + IM +
+ + + + 2026 + 5 + 29 + 15 + 41 + + + 2026 + 5 + 29 + 15 + 41 + + + 2026 + 5 + 29 + 4 + 3 + + + aheadofprint + + 42210809 + 10.1039/d6cp00728g + + +
+ + + 42210783 + + 2026 + 05 + 29 + +
+ + 2767-9764 + + + 2026 + May + 28 + + + Cancer research communications + Cancer Res Commun + + Transcriptionally informed nucleosome profiling of circulating cell-free DNA predicts breast cancer recurrence. + 10.1158/2767-9764.CRC-26-0263 + + Cell-free DNA (cfDNA) offers a minimally invasive approach to capture genomic and epigenetic dynamics during cancer progression. We performed targeted sequencing of 26 gene loci transcriptionally regulated during the acquisition of therapy resistance in breast cancer and analyzed blood-derived cfDNA from 150 breast cancer samples (105 primary and 45 recurrent). Recurrent samples exhibited increased genomic variant counts in both coding and non-coding regions, accompanied by shorter cfDNA fragment lengths. Further, cfDNA fragmentation profiles were variable in recurrent samples, with frequently amplified loci such as ERBB2 and concurrent reductions at loci including RERE and SYNPO2. Notably, nucleosome occupancy-derived scores from RERE and SYNPO2 distinguished recurrent from primary cancer with high accuracy (area under the curve = 0.826). Using a machine-learning approach, integration of these cfDNA features accurately predicted breast cancer relapse. Collectively, these findings demonstrate that cfDNA-based profiling focused on transcriptional alterations provides a sensitive strategy for detecting breast cancer recurrence. + + + + Watanabe + Sugiko + S + 0000-0002-2120-9546 + + Kumamoto University Kumamoto Japan. + https://ror.org/02cgss904 + + + + Etoh + Kan + K + 0000-0001-6392-089X + + Kumamoto University Kumamoto Japan. + https://ror.org/02cgss904 + + + + Mitsui + Jun + J + 0000-0001-7425-4765 + + The University of Tokyo Tokyo Japan. + https://ror.org/057zh3y96 + + + + Suzuki + Yuta + Y + 0000-0002-8528-9418 + + The University of Tokyo Tokyo Japan. + https://ror.org/057zh3y96 + + + + Yamamoto + Yutaka + Y + 0000-0001-6147-6828 + + Kumamoto University Hospital Japan. + https://ror.org/02vgs9327 + + + + Nakao + Mitsuyoshi + M + 0000-0002-2196-8673 + + Kumamoto University Kumamoto, Kumamoto Japan. + https://ror.org/02cgss904 + + + + eng + + Journal Article + + + 2026 + 05 + 28 + +
+ + United States + Cancer Res Commun + 9918281580506676 + 2767-9764 + + IM +
+ + + + 2026 + 5 + 29 + 15 + 46 + + + 2026 + 5 + 29 + 15 + 46 + + + 2026 + 5 + 26 + + + 2026 + 4 + 6 + + + 2026 + 5 + 21 + + + 2026 + 5 + 29 + 3 + 52 + + + aheadofprint + + 42210783 + 10.1158/2767-9764.CRC-26-0263 + 785577 + + +
+ + + 42210701 + + 2026 + 05 + 29 + +
+ + 1756-6053 + + + 2026 + May + 28 + + + Language and speech + Lang Speech + + Alignment to a Mandarin Target Correlates With Talker Discrimination Ability in Tibetan-Mandarin Bilinguals. + + 238309261452272 + 238309261452272 + + 10.1177/00238309261452272 + + Extracting talker identity from speech signals is a core perceptual function, yet the mechanisms underlying second Language (L2) identity processing remain unclear. Grounded in the DIVA model and Source-Filter Theory, this study investigated the coupling between perception and production in Tibetan-Mandarin bilinguals. Participants performed a delayed imitation task and a talker-identity discrimination task. Imitation performance was quantified within a multidimensional acoustic space defined by fundamental frequency (F0), harmonics-to-noise ratio (HNR), and formant dispersion (FD). Results indicated that learners achieved significant acoustic convergence toward the L2 model speaker, which persisted as episodic traces across short-term temporal delays. In the discrimination task, sensitivity improved with acoustic distance but plateaued between medium and large distances, while a significant negative response bias in the near condition revealed a tendency toward perceptual assimilation. Crucially, regression and machine-learning analyses revealed that only FD distance was significantly associated with discrimination sensitivity. Unlike source-related cues such as F0 that fluctuate with context, FD reflects relatively invariant vocal-tract structures. These findings suggest that the formation of L2 talker-identity representations involves a functional anatomical alignment with the target speaker through sensorimotor inverse mapping. By locking onto structural invariants like FD, learners can overcome within-person variability to form detailed episodic identity representations. This study extends the scope of auditory targets in speech production models from segmental to indexical levels. + + + + Hu + Yanbing + Y + 0000-0002-0569-4692 + + Northwest Normal University, Lanzhou, China. + + + + Ma + Xiaofeng + X + + Northwest Normal University, Lanzhou, China. + + + + eng + + Journal Article + + + 2026 + 05 + 28 + +
+ + England + Lang Speech + 2985214R + 0023-8309 + + IM + + Formant dispersion + L2 imitation + L2 speech perception + L2 talker identity + Perception–production coupling + +
+ + + + 2026 + 5 + 29 + 15 + 44 + + + 2026 + 5 + 29 + 15 + 44 + + + 2026 + 5 + 29 + 2 + 53 + + + aheadofprint + + 42210701 + 10.1177/00238309261452272 + + +
+ + + 42210631 + + 2026 + 05 + 29 + +
+ + 1751-2441 + + + 2026 + May + 28 + + + Expert review of clinical pharmacology + Expert Rev Clin Pharmacol + + Predictors of warfarin therapeutic dose across thromboembolic indications: an exploratory early clinical evaluation study using machine learning-integrated explainable artificial intelligence and Bayesian models. + 10.1080/17512433.2026.2682286 + + Warfarin dosing varies widely due to genetic, demographic, and clinical factors, but it is unknown whether the importance, equilibrium and prediction uncertainty of established pharmacogenetic predictors (VKORC1 and CYP2C9) differ between arterial (AF/stroke) and venous (DVT/PE) thromboembolic indications. + This exploratory study (early clinical evaluation) synthesizes findings from the International Warfarin Pharmacogenetics Consortium dataset. We evaluated five machine learning (ML) models, SHapley Additive exPlanations (SHAP) and Bayesian Additive Regression Trees (BART) analyses were carried out. + with Random Forest demonstrating slightly superior predictive performance. SHAP analysis quantified feature contributions, revealing that VKORC1 G/G genotype as the most influential in AF/Stroke, while VKORC1 A/A genotype followed by age in the DVT/PE group. BART provided probabilistic predictions and identified indication-specific uncertainty drivers. Age possibly has an interaction effect in the requirements of reduced warfarin doses with AF/Stroke. + Our findings reveal that while core genetic and anthropometric predictors of warfarin dose transcend thromboembolic indication, the equilibrium among these factors and sources of prediction uncertainty possibly differ between arterial and venous disease. Integration of ML with SHAP offers a roadmap for personalized warfarin dosing, though prospective validation is needed before clinical implementation. + + + + Sridharan + Kannan + K + 0000-0003-3811-6503 + + Department of Pharmacology & Therapeutics, College of Medicine & Health Sciences, Arabian Gulf University, Manama, Kingdom of Bahrain. + + + + Sivaramakrishnan + Gowri + G + + Bahrain Defence Force Royal Medical Services, Riffa, Kingdom of Bahrain. + + + + eng + + Journal Article + + + 2026 + 05 + 28 + +
+ + England + Expert Rev Clin Pharmacol + 101278296 + 1751-2433 + + IM + + Warfarin + XAI + machine learning + personalized therapy + precision medicine + +
+ + + + 2026 + 5 + 29 + 15 + 44 + + + 2026 + 5 + 29 + 15 + 44 + + + 2026 + 5 + 29 + 2 + 2 + + + aheadofprint + + 42210631 + 10.1080/17512433.2026.2682286 + + +
+ + + 42210537 + + 2026 + 05 + 29 + +
+ + 1549-9626 + + + 2026 + May + 28 + + + Journal of chemical theory and computation + J Chem Theory Comput + + PoroNet: An Intrinsically Interpretable Pore Graph Neural Network for Resolving Pore-Level Adsorption in Metal-Organic Frameworks. + 10.1021/acs.jctc.6c00100 + + Machine learning (ML) models have been widely used as efficient surrogates to predict adsorption in metal-organic frameworks (MOFs) for gas storage, chemical separations, and catalysis applications. The "black box" nature of these ML models, however, remains a significant barrier between predictions and the design of novel MOFs. In this work, we introduce PoroNet, an intrinsically interpretable graph neural network architecture built on a graph representation of the pore network (i.e., pore graph). In a pore graph, nodes represent individual pores, and edges represent pore connections. PoroNet shows highly accurate predictions of hydrogen (H2) uptake and deliverable capacity in MOFs, as well as on a benchmark simulated adsorption data set that contains spherical and linear alkane adsorbates. More importantly, accurate pore-level contributions to total adsorption can be learned using PoroNet either through direct supervised learning or as latent representations while fitting the total adsorption capacity. In direct supervised learning with explicit pore-level labels, we show that the PoroNet architecture is data-efficient, achieving comparable performance to the standard approach with only a fraction of simulation runs needed for model training. The pore-level contribution helps interpret the ML predictions of the total adsorption behavior, identify the key pore properties that govern the adsorption, and provide significant insights into pore engineering. We demonstrate that PoroNet is a powerful tool for high-throughput pore screening and for deriving valuable MOF design rules for cryogenic H2 storage applications. Lastly, we discuss the potential of leveraging interpretable ML for scalable scientific and material discovery. + + + + Zheng + Chao + C + 0009-0006-9292-6418 + + Department of Chemical and Biological Engineering, University at Buffalo, The State University of New York, Buffalo, New York 14260, United States. + + + + Gopalan + Arun + A + + Department of Chemical and Biological Engineering, University at Buffalo, The State University of New York, Buffalo, New York 14260, United States. + + + + Shi + Kaihang + K + 0000-0002-0297-1746 + + Department of Chemical and Biological Engineering, University at Buffalo, The State University of New York, Buffalo, New York 14260, United States. + + + + eng + + Journal Article + + + 2026 + 05 + 28 + +
+ + United States + J Chem Theory Comput + 101232704 + 1549-9618 + + IM +
+ + + + 2026 + 5 + 29 + 15 + 46 + + + 2026 + 5 + 29 + 15 + 46 + + + 2026 + 5 + 29 + 0 + 43 + + + aheadofprint + + 42210537 + 10.1021/acs.jctc.6c00100 + + +
+ + + 42210506 + + 2026 + 05 + 29 + + + 2026 + 05 + 29 + +
+ + 1469-8986 + + 63 + 6 + + 2026 + Jun + + + Psychophysiology + Psychophysiology + + Exploring the Relationship Between Emotion and Bodily Activity With Machine Learning. + + e70320 + e70320 + + 10.1111/psyp.70320 + + Human experiences of bodily activity relate to their emotional state; however, exactly how is yet to be fully explored. We aim to conceptually model this relationship between bodily activity and subjective emotional experience using machine learning models. Bodily activity, including internal and peripheral physiological activity and body movements, has been implicated as an important part of a person's emotional state. However, practical investigation of the relationship between bodily activity and self-reported emotional state relies on suitable choices of emotional-state measures. Furthermore, the moment-by-moment associations of measures of bodily activity with a person's self-reported emotional state are still unclear. This study used recordings of the full-body movements and physiological activity of participants in dyadic interactions discussing various positive or negative topics. For each conversation, the dyads (N = 38) reported how they were feeling on three measures. We used a machine learning model trained on each different measure of bodily activity and self-reported emotion measure to investigate how well each measure of bodily activity predicts each measure of self-reported emotion within the machine learning model. Linear mixed models examining those results showed an interaction between how well bodily activity and emotion measures were predicted. Results also showed that within emotion measures, the intensity of some emotions was easier to predict than others. These results demonstrate that self-reports using summative ratings are easier to predict with machine learning models. In addition, the results replicated the predictive relevance of physiological activity over other measures for someone's emotional state. + © 2026 The Author(s). Psychophysiology published by Wiley Periodicals LLC on behalf of Society for Psychophysiological Research. + + + + Goldsack + Roydon + R + 0009-0000-8177-0178 + + Victoria University of Wellington, Wellington, New Zealand. + + + + Kleijn + W Bastiaan + WB + + Victoria University of Wellington, Wellington, New Zealand. + + + + Eisenbarth + Hedwig + H + 0000-0002-0521-2630 + + Victoria University of Wellington, Wellington, New Zealand. + + + + eng + + + Te Herenga Waka SHEADI + + + + + Journal Article + +
+ + United States + Psychophysiology + 0142657 + 0048-5772 + + IM + + + Humans + + + Emotions + physiology + + + Female + + + Male + + + Adult + + + Machine Learning + + + Young Adult + + + Self Report + + + Movement + physiology + + + Adolescent + + +
+ + + + 2026 + 5 + 29 + 15 + 45 + + + 2026 + 5 + 29 + 15 + 44 + + + 2026 + 3 + 5 + + + 2025 + 11 + 14 + + + 2026 + 5 + 8 + + + 2026 + 5 + 29 + 0 + 22 + + + ppublish + + 42210506 + 10.1111/psyp.70320 + + + + ADInstruments. 2022. “Labchart (Version 8) [Computer Software]”. + + + Ahmed, F., A. S. M. H. Bari, and M. L. Gavrilova. 2020. “Emotion Recognition From Body Movement.” IEEE Access 8: 11761–11781. https://doi.org/10.1109/ACCESS.2019.2963113. + + + Altman, D. G., and J. M. Bland. 2009. “Parametric v Non‐Parametric Methods for Data Analysis.” BMJ 338: a3167. https://doi.org/10.1136/bmj.a3167. + + + Aron, A., E. Melinat, E. N. Aron, R. D. Vallone, and R. J. Bator. 1997. “The Experimental Generation of Interpersonal Closeness: A Procedure and Some Preliminary Findings.” Personality and Social Psychology Bulletin 23, no. 4: 363–377. + + + Barrett, L. F. 2016. “The Theory of Constructed Emotion: An Active Inference Account of Interoception and Categorization.” Social Cognitive and Affective Neuroscience 12, no. 1: nsw154. https://doi.org/10.1093/scan/nsw154. + + + Battiti, R. 1994. “Using Mutual Information for Selecting Features in Supervised Neural Net Learning.” IEEE Transactions on Neural Networks 5, no. 4: 537–550. https://doi.org/10.1109/72.298224. + + + Berrar, D. 2019. “Cross‐Validation.” In Encyclopedia of Bioinformatics and Computational Biology, 542–545. Elsevier. https://doi.org/10.1016/B978‐0‐12‐809633‐8.20349‐X. + + + Blatná, D. 2006. “Outliers in Regression.” Trutnov 30: 1–6. + + + Blumer, A., A. Ehrenfeucht, D. Haussler, and M. K. Warmuth. 1987. “Occam's Razor.” Information Processing Letters 24: 377–380. + + + Breunig, M. M., H.‐P. Kriegel, R. T. Ng, and J. Sander. 2000. “LOF: Identifying Density‐Based Local Outliers.” In Proceedings of the 2000 ACM SIGMOD International Conference on Management of Data, 93–104. Association for Computing Machinery. https://doi.org/10.1145/342009.335388. + + + Cannon, W. B. 1927. “The James‐Lange Theory of Emotions: A Critical Examination and an Alternative Theory.” American Journal of Psychology 39, no. 1: 106–124. + + + Chang, A., H. E. Kragness, S. R. Livingstone, D. J. Bosnyak, and L. J. Trainor. 2019. “Body Sway Reflects Joint Emotional Expression in Music Ensemble Performance.” Scientific Reports 9, no. 1: 205. https://doi.org/10.1038/s41598‐018‐36358‐4. + + + Cover, T. M., and J. A. Thomas. 1991. Elements of Information Theory. Wiley. + + + Cowen, A. S., and D. Keltner. 2020. “What the Face Displays: Mapping 28 Emotions Conveyed by Naturalistic Expression.” American Psychologist 75, no. 3: 349–364. https://doi.org/10.1037/amp0000488. + + + Crane, E., and M. Gross. 2007. “Motion Capture and Emotion: Affect Detection in Whole Body Movement.” In Affective Computing and Intelligent Interaction, edited by A. C. R. Paiva, R. Prada, and R. W. Picard, vol. 4738, 95–101. Springer Berlin Heidelberg. https://doi.org/10.1007/978‐3‐540‐74889‐2_9. + + + Davey, S., J. Halberstadt, and E. Bell. 2021. “Where Is Emotional Feeling Felt in the Body? An Integrative Review.” PLoS One 16, no. 12: e0261685. https://doi.org/10.1371/journal.pone.0261685. + + + Dieckmann, A., and J. Rieskamp. 2007. “The Influence of Information Redundancy on Probabilistic Inferences.” Memory & Cognition 35, no. 7: 1801–1813. + + + Eisenbarth, H., M. Oxner, H. A. Shehu, et al. 2023. “Emotional Arousal Pattern (EMAP): A New Database for Modeling Momentary Subjective and Psychophysiological Responding to Affective Stimuli.” Psychophysiology 61, no. 2: e14446. https://doi.org/10.1111/psyp.14446. + + + Ekman, P., W. V. Friesen, and S. S. Tomkins. 1971. “Facial Affect Scoring Technique: A First Validity Study.” Semiotica 3, no. 1: 37–58. + + + Elfenbein, H. A., and N. Ambady. 2002. “On the Universality and Cultural Specificity of Emotion Recognition: A Meta‐Analysis.” Psychological Bulletin 128, no. 2: 203–235. https://doi.org/10.1037/0033‐2909.128.2.203. + + + Equivital, E. 2016. “LifeMonitor”. + + + Feng, L., S. Shu, Z. Lin, F. Lv, L. Li, and B. An. 2020. “Can Cross Entropy Loss Be Robust to Label Noise?” In Proceedings of the Twenty‐Ninth International Joint Conference on Artificial Intelligence, 2206–2212. International Joint Conference on Artificial Intelligence. https://doi.org/10.24963/ijcai.2020/305. + + + Folz, J., D. Fiacchino, M. Nikolić, H. van Steenbergen, and M. E. Kret. 2022. “Reading Your Emotions in My Physiology? Reliable Emotion Interpretations in Absence of a Robust Physiological Resonance.” Affective Science 3, no. 2: 480–497. https://doi.org/10.1007/s42761‐021‐00083‐5. + + + Ghiasi, S., A. Greco, R. Barbieri, E. P. Scilingo, and G. Valenza. 2020. “Assessing Autonomic Function From Electrodermal Activity and Heart Rate Variability During Cold‐Pressor Test and Emotional Challenge.” Scientific Reports 10, no. 1: 5406. https://doi.org/10.1038/s41598‐020‐62225‐2. + + + Heaton, J. 2008. Introduction to Neural Networks With Java. Heaton Research Inc. + + + Hess, U., and A. Fischer. 2014. “Emotional Mimicry: Why and When We Mimic Emotions.” Social and Personality Psychology Compass 8, no. 2: 45–57. https://doi.org/10.1111/spc3.12083. + + + Jia, N., C. Zheng, and W. Sun. 2022. “A Multimodal Emotion Recognition Model Integrating Speech, Video and MoCAP.” Multimedia Tools and Applications 81: 32265–32286. https://doi.org/10.1007/s11042‐022‐13091‐9. + + + Keltner, D., D. Sauter, J. Tracy, and A. Cowen. 2019. “Emotional Expression: Advances in Basic Emotion Theory.” Journal of Nonverbal Behavior 43, no. 2: 133–160. https://doi.org/10.1007/s10919‐019‐00293‐3. + + + Kingma, D. P., and J. Ba. 2015. “Adam: A Method for Stochastic Optimization.” In 3rd International Conference for Learning Representations. http://arxiv.org/abs/1412.6980. + + + Kreibig, S. D. 2010. “Autonomic Nervous System Activity in Emotion: A Review.” Biological Psychology 84, no. 3: 394–421. https://doi.org/10.1016/j.biopsycho.2010.03.010. + + + Liu, F. T., K. M. Ting, and Z.‐H. Zhou. 2008. “Isolation Forest.” In 2008 Eighth IEEE International Conference on Data Mining, 413–422. IEEE Computer Society. https://doi.org/10.1109/ICDM.2008.17. + + + Ma, Y., H. M. Paterson, and F. E. Pollick. 2006. “A Motion Capture Library for the Study of Identity, Gender, and Emotion Perception From Biological Motion.” Behavior Research Methods 38, no. 1: 134–141. https://doi.org/10.3758/BF03192758. + + + Mauss, I. B., and M. D. Robinson. 2009. “Measures of Emotion: A Review.” Cognition & Emotion 23, no. 2: 209–237. https://doi.org/10.1080/02699930802204677. + + + Mitchell, T. M. 1997. Machine Learning. McGraw‐Hill. + + + Peirce, J., J. R. Gray, S. Simpson, et al. 2019. “PsychoPy2: Experiments in Behavior Made Easy.” Behavior Research Methods 51, no. 1: 195–203. https://doi.org/10.3758/s13428‐018‐01193‐y. + + + Poria, S., N. Majumder, D. Hazarika, E. Cambria, A. Gelbukh, and A. Hussain. 2018. “Multimodal Sentiment Analysis: Addressing Key Issues and Setting Up the Baselines.” IEEE Intelligent Systems 33, no. 6: 17–25. https://doi.org/10.1109/MIS.2018.2882362. + + + Reddi, S. J., S. Kale, and S. Kumar. 2019. “On the Convergence of Adam and Beyond (arXiv:1904.09237).” In The Sixth International Conference on Learning Representations. http://arxiv.org/abs/1904.09237. + + + Richer, R., V. Koch, L. Abel, et al. 2024. “Machine Learning‐Based Detection of Acute Psychosocial Stress From Body Posture and Movements.” Scientific Reports 14, no. 1: 8251. https://doi.org/10.1038/s41598‐024‐59043‐1. + + + Roberts, N. A., J. L. Tsai, and J. A. Coan. 2007. “Emotion Elicitation Using Dyadic Interaction Tasks.” In Handbook of Emotion Elicitation and Assessment, 106–123. Oxford University Press. + + + Roether, C. L., L. Omlor, A. Christensen, and M. A. Giese. 2009. “Critical Features for the Perception of Emotion From Gait.” Journal of Vision 9, no. 6: 15–15. https://doi.org/10.1167/9.6.15. + + + Rousseeuw, P. J., and K. V. Driessen. 1999. “A Fast Algorithm for the Minimum Covariance Determinant Estimator.” Technometrics 41, no. 3: 212–223. https://doi.org/10.1080/00401706.1999.10485670. + + + Schachter, S., and J. E. Singer. 1962. “Cognitive, Social, and Physiological Determinants of Emotional State.” Psychological Review 69, no. 5: 379–399. + + + Shu, L., J. Xie, M. Yang, et al. 2018. “A Review of Emotion Recognition Using Physiological Signals.” Sensors 18, no. 7: 2074. https://doi.org/10.3390/s18072074. + + + Singer, J. M., F. M. M. Rocha, and J. S. Nobre. 2017. “Graphical Tools for Detecting Departures From Linear Mixed Model Assumptions and Some Remedial Measures: Diagnostic Tools for Linear Mixed Models.” International Statistical Review 85, no. 2: 290–324. https://doi.org/10.1111/insr.12178. + + + Sreeja, P., and G. Mahalakshmi. 2017. “Emotion Models: A Review.” International Journal of Control Theory and Applications 10, no. 8: 651–657. + + + Thung, K.‐H., and C.‐Y. Wee. 2018. “A Brief Review on Multi‐Task Learning.” Multimedia Tools and Applications 77, no. 22: 29705–29725. https://doi.org/10.1007/s11042‐018‐6463‐x. + + + Ververidis, D., and C. Kotropoulos. 2006. “Emotional Speech Recognition: Resources, Features, and Methods.” Speech Communication 48, no. 9: 1162–1181. https://doi.org/10.1016/j.specom.2006.04.003. + + + Wainio‐Theberge, S., I. Spiousas, and J. L. Armony. 2025. “Physical Mechanisms of Emotions Evoked by Postural Feedback.” Psychophysiology 62, no. 7: e70095. https://doi.org/10.1111/psyp.70095. + + + Wang, H., M. J. Bah, and M. Hammad. 2019. “Progress in Outlier Detection Techniques: A Survey.” IEEE Access 7: 107964–108000. https://doi.org/10.1109/ACCESS.2019.2932769. + + + Watson, D., L. Anna, and A. Tellegen. 1988. “Development and Validation of Brief Measures of Positive and Negative Affect: The PANAS Scales.” Journal of Personality and Social Psychology 54, no. 6: 1063–1070. + + + Waugh, C. E., E. Z. Shing, and B. M. Avery. 2015. “Temporal Dynamics of Emotional Processing in the Brain.” Emotion Review 7, no. 4: 323–329. + + + Xu, X., R. W. McGorry, L.‐S. Chou, J. Lin, and C. Chang. 2015. “Accuracy of the Microsoft Kinect for Measuring Gait Parameters During Treadmill Walking.” Gait & Posture 42, no. 2: 145–151. https://doi.org/10.1016/j.gaitpost.2015.05.002. + + + Zacharatos, H., C. Gatzoulis, P. Charalambous, and Y. Chrysanthou. 2021. “Emotion Recognition From 3D Motion Capture Data Using Deep CNNs.” In 2021 IEEE Conference on Games (CoG), 1–5. IEEE Press. https://doi.org/10.1109/CoG52621.2021.9619065. + + + +
+ + + 42210494 + + 2026 + 05 + 29 + +
+ + 1557-7422 + + + 2026 + May + 28 + + + Human gene therapy + Hum Gene Ther + + Capsid Engineering of Adeno-Associated Viruses for Targeted Gene Therapy in Kidney Diseases. + + 10430342261452215 + 10430342261452215 + + 10.1177/10430342261452215 + + The global burden of chronic and genetic kidney diseases poses a significant challenge to healthcare systems. Current therapies, including dialysis, transplantation, and supportive pharmacotherapies, cannot halt disease progression or address root causes, especially in monogenic disorders like Alport syndrome and Fabry disease. Adeno-associated virus (AAV)-based gene therapy is promising, enabling targeted correction of underlying genetic defects. However, renal delivery faces challenges, including cellular heterogeneity, anatomical barriers, and pre-existing immunity. This review evaluates advances in AAV capsid engineering to overcome these obstacles, focusing on strategies to enhance kidney-specific tropism, transduction efficiency, and immune evasion. We outline the evolution from conventional serotype selection to precision engineering via rational design, directed evolution, and in silico approaches. Artificial intelligence (AI) has emerged as a pivotal accelerator, with machine learning models and generative frameworks enabling data-efficient capsid optimization despite limited datasets. Multimodal AI, reinforcement learning, and agentic systems can refine renal targeting by balancing glomerular penetration, cell specificity, and safety. Future progress relies on scaling high-quality datasets through collaborative consortia, lab-in-the-loop validation, and explainable AI. By combining capsid engineering with renal pathophysiology insights, this roadmap paves the way for curative AAV therapies that move beyond current suboptimal treatments to correct underlying pathogenic mechanisms. + + + + Ghaffarzadeh-Esfahani + Mohammadreza + M + 0009-0009-9322-5471 + + Gene Therapy Research Center, Digestive Diseases Research Institute, Tehran University of Medical Sciences, Tehran, Iran. + + + Regenerative Medicine Research Center, Isfahan University of Medical Sciences, Isfahan, Iran. + + + + Gheisari + Yousof + Y + + Regenerative Medicine Research Center, Isfahan University of Medical Sciences, Isfahan, Iran. + + + + eng + + Journal Article + Review + + + 2026 + 05 + 28 + +
+ + United States + Hum Gene Ther + 9008950 + 1043-0342 + + IM + + adeno-associated virus + artificial intelligence + capsid engineering + gene therapy + kidney + machine learning + renal tropism + +
+ + + + 2026 + 5 + 29 + 15 + 44 + + + 2026 + 5 + 29 + 15 + 44 + + + 2026 + 5 + 29 + 0 + 10 + + + aheadofprint + + 42210494 + 10.1177/10430342261452215 + + +
+ + + 42210487 + + 2026 + 05 + 29 + + + 2026 + 05 + 29 + +
+ + 1001-9332 + + 37 + 4 + + 2026 + Apr + + + Ying yong sheng tai xue bao = The journal of applied ecology + Ying Yong Sheng Tai Xue Bao + + [Impact of ozone pollution on crop yields: Advances and prospects in assessment methods]. + + 1319 + 1328 + 1319-1328 + + 10.13287/j.1001-9332.202604.014 + + The concentration of surface ozone (O3) remains high for a long time and its duration continues to extend. Accurately assessing crop yield losses caused by ozone pollution is of great significance for maintaining regio-nal and global food security. We systematically elaborated on the damage mechanism of O3 pollution on crop yield and the detoxification mechanism of crops, analyzed the limitations of crop yield assessment methods such as O3 concentration response, dose response, and flux response. By focusing on innovative practices of mechanism model improvement and multi method coupling, we comprehensively introduced the research progress of embedding O3 damage and detoxification modules in crop models, proposed the research direction of crop model machine learning hybrid framework in O3 damage assessment. Moreover, we provided a new research paradigm that combined ratio-nality and practicality for quantifying the composite effects of O3 pollution and extreme climate events. This review could provide reference for the continuous promotion of research on the impact of O3 pollution on crop yield losses under the background of climate change. + + + + Wu + Rong-Jun + RJ + + Key Laboratory of Ecosystem Carbon Source and Sink, China Meteorological Administration, Nanjing 210044, China. + + + School of Ecology and Applied Meteorology, Nanjing University of Information Science and Technology, Nanjing 210044, China. + + + + Feng + Zhao-Zhong + ZZ + + Key Laboratory of Ecosystem Carbon Source and Sink, China Meteorological Administration, Nanjing 210044, China. + + + School of Ecology and Applied Meteorology, Nanjing University of Information Science and Technology, Nanjing 210044, China. + + + + chi + + Journal Article + Review + English Abstract + + 臭氧污染对作物产量的影响:评估方法的进展与展望. +
+ + China + Ying Yong Sheng Tai Xue Bao + 9425159 + 1001-9332 + + + + 66H7ZZK23N + Ozone + + + 0 + Air Pollutants + + + IM + + + Ozone + toxicity + analysis + adverse effects + + + Crops, Agricultural + growth & development + + + Air Pollutants + analysis + + + Climate Change + + + Models, Theoretical + + + Machine Learning + + + Biomass + + + + 地表臭氧(O3)浓度长期处于高位且持续时间不断延长,准确评估臭氧污染引发的作物产量损失,对维护区域及全球粮食安全具有重要意义。本文系统阐述了O3污染对作物减产的伤害机制和作物自身的解毒机制,解析了O3浓度响应、剂量响应和通量响应等农作物减产评估方法的局限性,聚焦机理模型改进与多方法耦合的创新实践,全面介绍了作物模型中嵌入O3伤害和解毒模块的研究进展,展望了作物模型-机器学习混合框架在O3伤害评估中的研究方向,并为量化O3污染与极端气候事件的复合效应提供了机理性和实用性并存的新研究范式。本文可为精准评估气候变化背景下O3污染对作物产量损失影响研究的持续推进提供参考。. + + + assessment method + crop model + crop yield + detoxification mechanism + machine learning + ozone + +
+ + + + 2026 + 5 + 29 + 15 + 45 + + + 2026 + 5 + 29 + 15 + 44 + + + 2026 + 5 + 29 + 0 + 10 + + + ppublish + + 42210487 + 10.13287/j.1001-9332.202604.014 + + +
+ + + 42210485 + + 2026 + 05 + 29 + + + 2026 + 05 + 29 + +
+ + 1001-9332 + + 37 + 4 + + 2026 + Apr + + + Ying yong sheng tai xue bao = The journal of applied ecology + Ying Yong Sheng Tai Xue Bao + + [Remote sensing-based mapping of soil organic matter in the black soil region of Northeast China: Status, challenges, and prospects]. + + 1299 + 1308 + 1299-1308 + + 10.13287/j.1001-9332.202604.017 + + Remote sensing inversion products for soil organic matter (SOM) are fundamental to monitor and assess soil quality in the black soil region of Northeast China. However, current research has largely prioritized the vertical optimization of inversion algorithms for single products, while ignoring systematic horizontal comparisons among different products, which limits their practical application. Based on a systematic literature review, we synthesized the spatial distribution characteristics, mainstream methodologies, and current status of data products for remote sensing-based inversion of soil organic matter (SOM) in the region. We found that 1) 77.5% of existing studies are concentrated in the Songnen and Sanjiang Plains, while regions such as eastern Inner Mongolia remain underrepresented; 2) a dominant paradigm has emerged, integrating multispectral data, environmental covariates and machine learning techniques; 3) there are inconsistencies among publicly available SOM products, with estimate discrepancies exceeding 30%. There are three major challenges: limited data sources, multiple interfering factors, and insufficient model interpretability and applicability of models. In the future, low altitude remote sensing data should be actively introduced, a ground aerospace multi-level remote sensing fusion system should be constructed, innovative modeling and promotion methods should be developed, grid-based datasets should be built, and data sharing should be promoted to fully explore the application value of soil data. + + + + Yang + Ling + L + + Institute of Applied Ecology, Chinese Academy of Sciences, Shenyang 110016, China. + + + University of Chinese Academy of Sciences, Beijing 100049, China. + + + + Xu + Yao-Tian + YT + + Institute of Applied Ecology, Chinese Academy of Sciences, Shenyang 110016, China. + + + University of Chinese Academy of Sciences, Beijing 100049, China. + + + + Xu + Yue-Ping + YP + + Institute of Applied Ecology, Chinese Academy of Sciences, Shenyang 110016, China. + + + University of Chinese Academy of Sciences, Beijing 100049, China. + + + + Li + Jing-Zhong + JZ + + College of Geography and Geomatics, Xuchang University, Xuchang 461000, Henan, China. + + + + Gang + Shuang + S + + Institute of Carbon Neutrality Technology and Policy, Shenyang University, Shen-yang 110044, China. + + + + Ren + Wan-Xia + WX + + Institute of Applied Ecology, Chinese Academy of Sciences, Shenyang 110016, China. + + + Liaoning Province Key Lab for Environmental Computation and Sustainability, Shenyang 110016, China. + + + + chi + + Journal Article + Systematic Review + English Abstract + + 东北黑土区土壤有机质遥感反演数据产品: 现状、挑战与展望. +
+ + China + Ying Yong Sheng Tai Xue Bao + 9425159 + 1001-9332 + + + + 0 + Soil + + + 0 + Organic Chemicals + + + IM + + + China + + + Soil + chemistry + + + Remote Sensing Technology + + + Environmental Monitoring + methods + + + Organic Chemicals + analysis + + + Ecosystem + + + + 土壤有机质遥感反演数据产品是东北黑土区耕地质量监测与评估的重要基础。然而,当前研究多集中于单一数据产品反演算法的纵向优化,缺乏不同产品间的系统对比,限制了其在黑土地保护实践中的应用效果。本文基于系统文献调研,梳理了东北黑土区土壤有机质遥感反演的空间分布特征、主流方法与数据产品现状:1)现有研究约77.5%集中在松嫩平原与三江平原,内蒙古东部等地明显滞后;2)技术方法上形成了“多光谱+环境因子+机器学习”的主流范式;3)不同公开发布的数据产品存在显著不一致性,土壤有机质估值差异幅度高达30%以上。当前该领域面临三大挑战:数据源受限、因素干扰多、模型可解释性与适用性不足,未来应积极引入低空遥感数据,构建地面-航空-航天多层级遥感融合体系,创新建模与推广方法,建设网格化数据集,并推动数据共享,以充分挖掘土壤数据的应用价值。. + + + black soil region of Northeast China + data product assessment + remote sensing inversion + soil organic matter + +
+ + + + 2026 + 5 + 29 + 15 + 46 + + + 2026 + 5 + 29 + 15 + 45 + + + 2026 + 5 + 29 + 0 + 10 + + + ppublish + + 42210485 + 10.13287/j.1001-9332.202604.017 + + +
+ + + 42210471 + + 2026 + 05 + 29 + + + 2026 + 05 + 29 + +
+ + 1001-9332 + + 37 + 4 + + 2026 + Apr + + + Ying yong sheng tai xue bao = The journal of applied ecology + Ying Yong Sheng Tai Xue Bao + + [Medicine-geography relationship of Gentiana rigescens based on habitat and quality suitability]. + + 1141 + 1152 + 1141-1152 + + 10.13287/j.1001-9332.202604.021 + + The spatial matching of habitat suitability and quality suitability of medicinal plants is a challenge in analyzing the medicine-geography relationship. Taking the traditional medicinal plant Gentiana rigescens as the object, and selecting Yunnan Province, the main producing area of the herb, as the research region, we integrated methods including species distribution models, machine learning, and geostatistical analysis to explore the medicine-geography relationship of G. rigescens and identify the key ecological driving forces behind the formation of high-quality medicinal material-producing areas by systematic resource surveys and sampling. The results showed that the suitable habitat area for G. rigescens in Yunnan Province was about 22.00×104 km2, accounting for 55.8% of the total land area. Highly suitable areas were mainly concentrated in central, eastern, and northwestern Yunnan. Quantitative analysis of bioactive compounds and medicinal quality zoning revealed that the total content of bioactive compounds in herbs from high-quality production areas (64.93±23.94 mg·g-1) was significantly higher than that in herbs from other regions (41.34±11.71 mg·g-1). The high-quality production areas were mainly located in western and northwestern Yunnan, within habitats classified as low to moderate suitability. Spatial autocorrelation analysis further confirmed a significant spatial mismatch between the "habitat suitability" and "medicinal quality" of G. rigescens. Eight environmental factors closely associated with the formation of high-quality medicinal material-producing areas were identified by screening key environmental variables combined with the GeoDetector model, including mean diurnal temperature range, isothermality, temperature seasonality, precipitation of the driest quarter, precipitation of the coldest quarter, and UV-B radiation in April, October and December. Factor detection and interaction analysis further showed that the combined effects of thermal, moisture, and UV-B radiation factors exhibited a significant non-linear enhancement effect. Our results indicated that the formation of high-quality G. rigescens production areas depends on a unique habitat driven by the synergistic effects of multiple environmental factors, rather than on ecologically optimal zones alone. + + + + Shen + Tao + T + + School of Agriculture and Biological Science, Yuxi Normal University, Yuxi 653100, Yunnan, China. + + + + Wang + Yuan-Zhong + YZ + + Institute of Medicinal Plants, Yunnan Academy of Agricultural Sciences, Kunming 650205, China. + + + + chi + + English Abstract + Journal Article + + 基于生境和品质适宜性的滇龙胆药地关系. +
+ + China + Ying Yong Sheng Tai Xue Bao + 9425159 + 1001-9332 + + IM + + + Gentiana + growth & development + + + Ecosystem + + + China + + + Plants, Medicinal + growth & development + + + Geography + + + Conservation of Natural Resources + + + + 药用植物生境适宜性与品质适宜性的空间匹配是解析药地关系的难点。本研究以传统药用植物滇龙胆为研究对象,选取药材主产地云南省为研究区域,通过资源调查和采样,整合物种分布模型、机器学习、地统计分析等方法,探讨滇龙胆药地关系,并明确优质药材产地形成的关键生态驱动力。结果表明:云南省滇龙胆适生区面积约22.00×104 km2,占云南省土地面积的55.8%;高度适生区主要分布于滇中、滇东及滇西北部分地区。有效成分定量分析及药材质量区划发现,优质药材产地主要集中于滇西和滇西北的低度、中度适生区,优质产地药材有效成分总含量(64.93±23.94 mg·g-1)显著高于其他产地(41.34±11.71 mg·g-1)。全局与局部空间自相关分析进一步证实,滇龙胆“适生”与“质优”存在显著空间错位关系。关键环境变量筛选结合地理探测器模型确定了与优质药材产地关系紧密的8个环境因子,分别为平均温度日较差、等温性、温度季节性变化、最干季度降水量、最冷季度降水量及4月、10月和12月UV-B辐射;因子探测及交互作用分析进一步显示,热量、水分与UV-B辐射的组合作用呈现显著非线性增强效应,表明滇龙胆优质药材的形成依赖于多种环境因子协同构建的特殊生境,而非单纯的生态最适区。. + + + + Gentiana rigescens + + driving factor + habitat suitability + medicine-geography relationship + quality suitability + +
+ + + + 2026 + 5 + 29 + 15 + 44 + + + 2026 + 5 + 29 + 15 + 43 + + + 2026 + 5 + 29 + 0 + 10 + + + ppublish + + 42210471 + 10.13287/j.1001-9332.202604.021 + + +
+ + + 42210444 + + 2026 + 05 + 29 + +
+ + 2056-9920 + + + 2026 + May + 28 + + + International journal of retina and vitreous + Int J Retina Vitreous + + Utility of artificial intelligence for the diagnosis, prognosis, and management of central serous chorioretinopathy: a narrative review. + 10.1186/s40942-026-00867-6 + + Central serous chorioretinopathy (CSC) represents a significant cause of visual impairment, particularly in working-age individuals. Despite advances in multimodal imaging and evidence supporting photodynamic therapy (PDT) as the mainstay of chronic CSC, current clinical workflows are still affected by variability in image interpretation, manual quantification, and individualized treatment selection. This narrative review investigates the utility of Artificial Intelligence (AI) in improving the diagnosis, prognosis, and management of CSC. AI-based image analysis, including Optical Coherence Tomography (OCT), Optical Coherence Tomography Angiography (OCTA), and Fundus Fluorescein Angiography (FFA), has demonstrated high diagnostic accuracy across selected datasets and the ability to identify relevant biomarkers, thereby improving efficiency and consistency. Machine learning models demonstrate promising predictive power for subretinal fluid absorption, visual acuity outcomes, and disease recurrence, and identify critical prognostic factors. While emerging, AI-guided treatment strategies hold promise for personalized therapy, particularly for optimizing PDT, laser-based interventions, and follow-up strategies. The integration of AI into clinical decision-making workflows may elevate diagnostic capabilities, especially for non-specialists, and reduce clinical workload. However, the widespread implementation of AI in CSC faces notable challenges, including dataset bias, limited external validation, insufficient representation of differential diagnoses, regulatory complexities, and ethical considerations pertaining to transparency and equitable access. Future directions emphasize integrating multimodal data, fostering global collaborative efforts, and developing robust, generalizable AI models to fully realize AI's potential to enhance patient care and optimize healthcare delivery for CSC. + © 2026. The Author(s). + + + + Fernández-Vigo + José Ignacio + JI + 0000-0001-8745-3464 + + Department of Ophthalmology, Hospital Clínico San Carlos, San Carlos Health Research Institute (IdISSC), Profesor Martín Lagos s/n, Madrid, 28040, Spain. jfvigo@hotmail.com. + + + Department of Immunology, Ophthalmology and ENT, Faculty of Medicine, Complutense University of Madrid, Madrid, Spain. jfvigo@hotmail.com. + + + Centro Internacional de Oftalmología Avanzada, Madrid, Spain. jfvigo@hotmail.com. + + + + Valverde-Megías + Alicia + A + + Department of Ophthalmology, Hospital Clínico San Carlos, San Carlos Health Research Institute (IdISSC), Profesor Martín Lagos s/n, Madrid, 28040, Spain. + + + + Burgos-Blasco + Bárbara + B + + Department of Ophthalmology, Hospital Clínico San Carlos, San Carlos Health Research Institute (IdISSC), Profesor Martín Lagos s/n, Madrid, 28040, Spain. + + + + de Moura Ramos + José Joaquim + JJ + + VARPA Research Group, Instituto de Investigación Biomédica de A Coruña (INIBIC), Universidad da Coruña, A Coruña, Spain. + + + + Ly-Yang + Fernando + F + + Department of Ophthalmology, Birmingham and Midland Eye Centre, Sandwell and West Birmingham Hospital, NHS Trust, Birmingham, UK. + + + + eng + + Journal Article + Review + + + 2026 + 05 + 28 + +
+ + England + Int J Retina Vitreous + 101677897 + 2056-9920 + + + Artificial intelligence + Biomarkers + Central serous chorioretinopathy + Machine learning + Pachychoroid disease + Treatment strategies + + Declarations. Ethical approval: This article is based exclusively on previously published studies and does not involve human participants or animals performed by any of the authors. Informed consent: Not applicable. Competing interests: The authors declare no competing interests. +
+ + + + 2026 + 5 + 29 + 15 + 44 + + + 2026 + 5 + 29 + 15 + 44 + + + 2026 + 3 + 2 + + + 2026 + 5 + 13 + + + 2026 + 5 + 29 + 0 + 10 + + + aheadofprint + + 42210444 + 10.1186/s40942-026-00867-6 + 10.1186/s40942-026-00867-6 + + +
+ + + 42210409 + + 2026 + 05 + 29 + +
+ + 1470-7330 + + + 2026 + May + 28 + + + Cancer imaging : the official publication of the International Cancer Imaging Society + Cancer Imaging + + Preoperative low-attenuation area on computed tomography is associated with recurrence after curative resection for non-small-cell lung cancer. + 10.1186/s40644-026-01054-4 + + Recurrence after curative-intent resection remains a major determinant of long-term outcomes in non-small-cell lung cancer (NSCLC). Preoperative computed tomography (CT)-derived low-attenuation area (LAA) is an objective marker of smoking-related parenchymal injury, but its independent association with postoperative recurrence and the shape of its exposure-response relationship remain incompletely defined. + We retrospectively analyzed 660 consecutive patients who underwent R0 resection for NSCLC between 2017 and 2021. LAA was quantified on inspiratory CT as the percentage of lung volume with attenuation values < - 950 Hounsfield units. The primary endpoint was recurrence-free survival (RFS). Prespecified multivariable Cox models adjusted for major clinicopathologic and treatment-related factors, with LAA modeled per 1% increase and dichotomized using a Youden index-derived cutoff. Potential nonlinearity was assessed using restricted cubic splines and a one-knot hinge model. Model performance was summarized using time-specific calibration and decision-curve analysis. Machine learning analyses visualized the LAA-recurrence relationship using random forest partial dependence plots and explored predictor importance using permutation-based methods and a random survival forest. + Recurrence occurred in 119 patients (18%), including 32 locoregional-only recurrences and 87 distant recurrences with or without locoregional recurrence. Higher LAA was independently associated with shorter RFS (per 1% increase: adjusted hazard ratio [HR], 1.05; 95% confidence interval [CI], 1.01-1.08; P = 0.007). In an exploratory dichotomized analysis using a data-derived 1.3% cutoff, LAA ≥ 1.3% was also associated with shorter RFS (HR, 1.84; 95% CI, 1.20-2.83; P = 0.005). Global spline tests did not show statistically significant nonlinearity across the full LAA distribution; however, prespecified low-range analyses suggested a possible change in the risk gradient around 1%-2% LAA. Machine learning analyses ranked pathologic stage and PD-L1 as the strongest predictors, with LAA contributing additional but smaller prognostic information. + Preoperative CT-derived LAA was independently associated with postoperative recurrence after R0 resection for NSCLC. LAA may provide complementary host-lung imaging information alongside established clinicopathologic predictors, but the low-range signal and the data-derived 1.3% cutoff should be regarded as hypothesis-generating pending external validation in multicenter cohorts with standardized CT acquisition and quantification. + © 2026. The Author(s). + + + + Samejima + Hironobu + H + + Department of General Thoracic Surgery, NHO Kinki Chuo Chest Medical Center, 1180 Nagasone-cho, Kita-ku, Sakai-shi, Osaka, 591- 8555, Japan. + + + Department of General Thoracic Surgery, Osaka International Cancer Institute, 3- 1-69 Otemae, Chuo-ku, 540-0008, Osaka, Japan. + + + + Kojima + Kensuke + K + + Department of General Thoracic Surgery, NHO Kinki Chuo Chest Medical Center, 1180 Nagasone-cho, Kita-ku, Sakai-shi, Osaka, 591- 8555, Japan. k7kensuke@icloud.com. + + + + Shimizu + Shigeki + S + + Department of Pathology, NHO Kinki Chuo Chest Medical Center, 1180 Nagasone-cho, Kita-ku, Sakai-shi, Osaka, 591-8555, Japan. + + + + Tokunaga + Toshiteru + T + + Department of General Thoracic Surgery, NHO Kinki Chuo Chest Medical Center, 1180 Nagasone-cho, Kita-ku, Sakai-shi, Osaka, 591- 8555, Japan. + + + + Okishio + Kyoichi + K + + Department of Thoracic Oncology, NHO Kinki Chuo Chest Medical Center, 1180 Nagasone-cho, Kita-ku, Sakai-shi, Osaka, 591-8555, Japan. + + + Clinical Research Center, NHO Kinki Chuo Chest Medical Center, 1180 Nagasone-cho, Kita-ku, Sakai-shi, Osaka, 591-8555, Japan. + + + + Yoon + Hyungeun + H + + Department of General Thoracic Surgery, NHO Kinki Chuo Chest Medical Center, 1180 Nagasone-cho, Kita-ku, Sakai-shi, Osaka, 591- 8555, Japan. + + + + eng + + Journal Article + + + 2026 + 05 + 28 + +
+ + England + Cancer Imaging + 101172931 + 1470-7330 + + IM + + Computed tomography + Cox proportional hazards + Emphysema + Low-attenuation area + Machine learning + Non-small-cell lung cancer + Recurrence + Recurrence-free survival + + Declarations. Ethics approval and consent to participate: This retrospective study was approved by the Institutional Review Board of the National Hospital Organization Kinki Chuo Chest Medical Center (approval no. 2023−102; January 30, 2024). The requirement for written informed consent was waived by the Board, and an opt-out procedure was used. The study was conducted in accordance with the Declaration of Helsinki and applicable institutional guidelines. Consent for publication: Not applicable. Competing interests: K.O. reports honoraria for lectures and/or presentations from Bristol-Myers Squibb K.K., AstraZeneca K.K., Chugai Pharmaceutical Co., Ltd., Nippon Kayaku Co., Ltd., Takeda Pharmaceutical Company Limited, Taiho Pharmaceutical Co., Ltd., Sawai Pharmaceutical Co., Ltd., and Eli Lilly Japan K.K., outside the submitted work. All other authors declare that they have no competing interests. +
+ + + + 2026 + 5 + 29 + 15 + 46 + + + 2026 + 5 + 29 + 15 + 46 + + + 2026 + 3 + 2 + + + 2026 + 5 + 22 + + + 2026 + 5 + 29 + 0 + 8 + + + aheadofprint + + 42210409 + 10.1186/s40644-026-01054-4 + 10.1186/s40644-026-01054-4 + + +
+ + + 42210385 + + 2026 + 05 + 29 + +
+ + 2058-8615 + + + 2026 + May + 29 + + + Research integrity and peer review + Res Integr Peer Rev + + Effectiveness of the researcher-led "Peerspectives" peer review training course on review quality, knowledge, and skills among doctoral students in the biomedical sciences: a pre-post study. + 10.1186/s41073-026-00220-3 + + Peer review remains a cornerstone of scientific knowledge dissemination, yet comprehensive, practically relevant training is limited. This inspired us to develop Peerspectives, a peer review training course for doctoral students in the biomedical sciences in Berlin, Germany. We aimed to assess the effectiveness of the Peerspectives course on editor-judged quality of peer review reports. + Doctoral students in health research fields who enrolled in the Peerspectives course between October 2020 and August 2022 were invited to participate in the study, and 80 consented. The ~18 week-long course provided training on the structure, purpose, and conduct of peer review and editorial processes in biomedical journals. It included 12 h of lectures, homework assignments, and 12 h of hands-on, small-group workshops, during which students reviewed original research manuscripts currently under consideration at The BMJ under the guidance of experienced mentors. The primary outcome was the overall quality of the peer review reports as judged by two independent BMJ editors using the global score of the Review Quality Instrument (RQI) pre- and post-intervention. Additionally, we compared participants' post-course scores with those of actual BMJ reviewers. We also compared participants' self-assessed knowledge and skills related to scholarly peer review (1-5 Likert scale) before and after the course. + After course completion, the editor-assessed overall quality of the participants' peer review reports was higher than before the course (median increase of 0.5 points, p < 0.001; mean increase of 0.36 points, p < 0.001). The RQI scores of participants' post-course reports were not non-inferior to those of actual BMJ reviewers for the same manuscripts. Self-assessed peer review-related knowledge skills increased across all questionnaire items after course completion. Greatest improvements were seen in understanding reviewer expectations (increase in means from 2.9 to 4.5), confidence in reviewing (2.5 to 3.9), and knowing what to look for while reviewing (2.8 to 4.2). + Providing doctoral students with comprehensive training resulted in an editorially significant increase in review report quality and improved understanding of the role and expectations of peer reviewers in the scholarly publishing processes and confidence in giving constructive feedback. PRE-REGISTRATION: https://osf.io/vndcx. + © 2026. The Author(s). + + + + Rohmann + Jessica L + JL + 0000-0003-2420-5716 + + Institute of Public Health, Charité - Universitätsmedizin Berlin, Berlin, Germany. + + + QUEST Center for Responsible Research, Berlin Institute of Health at Charité - Universitätsmedizin Berlin, Berlin, Germany. + + + + Wülk + Nadja + N + 0000-0002-3917-6578 + + Institute of Public Health, Charité - Universitätsmedizin Berlin, Berlin, Germany. + + + + Rubarth + Kerstin + K + 0000-0002-6174-6346 + + Institute of Biometry and Clinical Epidemiology, Charité - Universitätsmedizin Berlin, Berlin, Germany. + + + + Grillmaier + Hannah + H + 0009-0009-2233-9906 + + Institute of Public Health, Charité - Universitätsmedizin Berlin, Berlin, Germany. + + + German Network for Health Services Research (DNVF), Berlin, Germany. + + + + Abdikarim + Iman + I + 0000-0002-5795-3895 + + Institute of Public Health, Charité - Universitätsmedizin Berlin, Berlin, Germany. + + + + Lopes Simões + Mariana + M + 0009-0007-2883-4700 + + Institute of Public Health, Charité - Universitätsmedizin Berlin, Berlin, Germany. + + + School of Public Health - Graduate School "Health Policy and Systems in Uncertainties" (GRASP), AG3: Epidemiology & International Public Health, Faculty of Public Health, Bielefeld University, Bielefeld, Germany. + + + + Schroter + Sara + S + 0000-0002-8791-8564 + + BMJ Publishing Group, London, UK. + + + + Piccininni + Marco + M + 0000-0002-1397-0060 + + Institute of Public Health, Charité - Universitätsmedizin Berlin, Berlin, Germany. + + + Digital Health - Machine Learning Research Group, Hasso Plattner Institute for Digital Engineering, Potsdam, Germany. + + + Digital Engineering Faculty, University of Potsdam, Potsdam, Germany. + + + + Kurth + Tobias + T + 0000-0001-7169-2620 + + Institute of Public Health, Charité - Universitätsmedizin Berlin, Berlin, Germany. + + + + Glatz + Toivo + T + 0000-0002-8994-7860 + + Institute of Public Health, Charité - Universitätsmedizin Berlin, Berlin, Germany. toivo.glatz@charite.de. + + + + eng + + + 218358 + WT_ + Wellcome Trust + United Kingdom + + + 9C872 + Volkswagen Foundation + + + + + Journal Article + + + 2026 + 05 + 29 + +
+ + England + Res Integr Peer Rev + 101676020 + 2058-8615 + + + Doctoral programs + Editorial practices + Education + Mentorship + Peer review + PhD students + Quality of peer review + Scientific publication + Training + + Declarations. Ethics approval and consent to participate: This study was approved by the Charité – Universitätsmedizin Berlin ethics committee (EA4/190/20). All participants provided written informed consent. Consent for publication: Not applicable. Competing interests: TG and JLR received funding from the Volkswagen Foundation to further develop the Peerspectives course and create open-source train-the-trainer materials. This funding was received after data used in this evaluation study were collected and analyzed but supports the ongoing development and organization of the course and openly available course materials. TK reports having received research grants from the German Federal Joint Committee (G-BA) and personal compensation from the North-East German Society for Gynecological Oncology (NOGGO), AbbVie, the BMJ Group, and Frontiers Media S.A. SS is a full-time employee at The BMJ. NW, KR, HG, IA, MLS, and MP declare that they have no competing interests. +
+ + + + 2026 + 5 + 29 + 15 + 44 + + + 2026 + 5 + 29 + 15 + 44 + + + 2025 + 10 + 22 + + + 2026 + 5 + 12 + + + 2026 + 5 + 29 + 0 + 7 + + + aheadofprint + + 42210385 + 10.1186/s41073-026-00220-3 + 10.1186/s41073-026-00220-3 + + +
+ + + 42210373 + + 2026 + 05 + 29 + +
+ + 1746-4811 + + + 2026 + May + 28 + + + Plant methods + Plant Methods + + 2NPLGBM: a genomic model that merges the strengths of classical and machine learning methods in genomic prediction. + 10.1186/s13007-026-01545-2 + + Genomic prediction (GP) is a central component of modern plant breeding, enabling the early selection of superior genotypes based on genomic marker data. Classical GP models, such as genomic best linear unbiased prediction (GBLUP), operate within the data modeling culture and typically assume additive genetic effects, with extensions required to model non-additive effects such as dominance and epistasis. In contrast, machine learning (ML) models from the algorithmic modeling culture can flexibly model complex, non-additive genetic relationship but often lack direct grounding in quantitative genetic theory and interpretability. To bridge these gaps, we propose 2NPLGBM, a hybrid genomic prediction approach that integrates quantitative genetics with ML. This method introduces a two-matrix (2NP) genotype representation by concatenating additive (Z) and dominance (W) matrices, which are then used as input to a Light Gradient Boosting Machine (LGBM), enabling the simultaneous modeling of additive, dominance, and higher-order genetic interactions (AA, AD, DD). + The 2NPLGBM model was evaluated using six years of test-cross hybrid maize trial data across four agronomic traits (grain yield, plant height, days to silking, and days to anthesis) under five cross-validation schemes simulating temporal: Leave-One-Year-Out (LOYO), Rolling Window (RW), and genetic generalization: Five-Fold, and tester-based schemes (Tester CV0 and Tester CV00). Compared to GBLUP, 2NPLGBM achieved an average of 5% improvement in predictive accuracy under temporal validations and over 15% gains under tester-based schemes, particularly for flowering traits (days to silking and days to anthesis). Performance was generally comparable to LGBM, with both ML models outperforming GBLUP for most traits. Under Tester CV0, 2NPLGBM showed its strongest relative advantage over LGBM for flowering traits, suggesting improved capture of interaction-related genetic signals, whereas LGBM generally performed best for plant height and grain yield. In five-fold CV and Tester CV00, GBLUP remained competitive for some traits, while both machine learning models showed reduced gains, with LGBM slightly outperforming 2NPLGBM. In addition, 2NPLGBM generally improved selection efficiency over GBLUP and, in most cases, LGBM, indicating enhanced ability to capture complex genetic signals relevant for hybrid ranking, particularly for flowering traits, whereas LGBM tended to achieve the highest selection efficiency for plant height and grain yield. Feature interpretation using Shapley Additive exPlanations (SHAP) confirmed that non-additive interactions contributed substantially to prediction accuracy for highly heritable traits. It also revealed trait-specific architectures, additive effects dominated flowering traits, while dominance effects contributed more to plant height and yield. Classical variance component analysis supported these findings, indicating high dominance contributions of 17.3% for yield and 8.2% for plant height. + The 2NPLGBM model integrates quantitative genetic theory with machine-learning, bridging classical statistical (data-model) and algorithmic modeling cultures. bridging classical statistical (data model) and algorithmic modeling cultures. By jointly modeling additive and non-additive effects it can improve predictive accuracy, interpretability, and selection efficiency in test-cross hybrids. Future work should explore multi-trait and multi-environment extensions, integration of environmental covariates, and the inclusion of multi-omic data to further strengthen predictive power and interpretability. + © 2026. The Author(s). + + + + Osatohanmwen + Bright Enogieru + BE + + Division of Plant Breeding Methodology, Department of Crop Sciences, University of Goettingen, 37075, Goettingen, Germany. bright.osatohanmwen@uni-goettingen.de. + + + Center for Integrated Breeding Research, University of Goettingen, 37075, Goettingen, Germany. bright.osatohanmwen@uni-goettingen.de. + + + + Vieira + Indalécio Cunha + IC + + KWS SAAT SE & Co. KGaA, Einbeck, Germany. + + + + Sharifi + Ahmad Reza + AR + + Center for Integrated Breeding Research, University of Goettingen, 37075, Goettingen, Germany. + + + Division of Animal Breeding and Genetics, Department of Animal Sciences, University of Gottingen, 37075, Goettingen, Germany. + + + + Beissinger + Timothy M + TM + + Division of Plant Breeding Methodology, Department of Crop Sciences, University of Goettingen, 37075, Goettingen, Germany. + + + Heritable Agriculture, San Carlos, California, 94070, USA. + + + + eng + + Journal Article + + + 2026 + 05 + 28 + +
+ + England + Plant Methods + 101245798 + 1746-4811 + + + 2NP matrix + Additive–dominance modeling + Dominance + GBLUP + Genomic prediction + Hybrid breeding + LightGBM + Machine learning + Maize + Non-additive effects + SHAP + Selection efficiency + Temporal validation + + Declarations. Competing interests: The authors declare no competing interests. +
+ + + + 2026 + 5 + 29 + 15 + 45 + + + 2026 + 5 + 29 + 15 + 45 + + + 2025 + 11 + 12 + + + 2026 + 4 + 24 + + + 2026 + 5 + 29 + 0 + 6 + + + aheadofprint + + 42210373 + 10.1186/s13007-026-01545-2 + 10.1186/s13007-026-01545-2 + + +
+ + + 42210369 + + 2026 + 05 + 29 + + + 2026 + 05 + 29 + +
+ + 1297-9716 + + 57 + 1 + + 2026 + May + 28 + + + Veterinary research + Vet Res + + Molecular prevalence, genomic characterization, and zoonotic potential of novel paramyxovirus and hepacivirus in Alexandromys fortis, Republic of Korea. + 96 + 10.1186/s13567-026-01777-z + + Rodents are substantial reservoirs of zoonotic viruses with regular human exposure restricted to a limited number of species. Numerous rodent species have been shown to harbor emerging viruses, including paramyxoviruses and hepaciviruses. Reed voles (Alexandromys fortis), a rodent species that inhabits grasslands and riparian environments throughout East Asia, remain poorly characterized in terms of their viral diversity. In this study, 258 A. fortis specimens collected from rural areas in Gyeonggi Province, Republic of Korea (ROK) were screened for paramyxoviruses and subjected to metagenomic next-generation sequencing. Genome characterization, phylogenetic and cophylogenetic assessments, and prediction of signal peptidase cleavage sites were performed to analyze the molecular features of the identified viruses. Zoonotic potential was evaluated using a genome-based machine-learning model. A nearly complete genome of a novel paramyxovirus, designated as Pyeongtaek Alexandromys paramyxovirus (PyAPV), was identified in six A. fortis specimens, with all sequences clustering within the genus Jeilongvirus. A nearly complete genome of a rodent-associated hepacivirus was also obtained from four specimens and classified as a distinct lineage within the species Hepacivirus J. These findings demonstrate the role of A. fortis as a natural reservoir of emerging viruses and expand current knowledge of rodent-associated viral diversity in the ROK. + © 2026. The Author(s). + + + + Pangestu + Haryo Seno + HS + + Department of Microbiology, College of Medicine, Hallym University, Chuncheon, 24252, Republic of Korea. + + + + Yang + Intae + I + + College of Medicine, Hallym University, Chuncheon, 24252, Republic of Korea. + + + + Natasha + Augustine + A + + Department of Microbiology, College of Medicine, Hallym University, Chuncheon, 24252, Republic of Korea. + + + + Rajoriya + Shivani + S + + Department of Microbiology, College of Medicine, Hallym University, Chuncheon, 24252, Republic of Korea. + + + + Hennisa + Hennisa + H + + Department of Microbiology, College of Medicine, Hallym University, Chuncheon, 24252, Republic of Korea. + + + + Park + Jieun + J + + Department of Microbiology, College of Medicine, Hallym University, Chuncheon, 24252, Republic of Korea. + + + + Park + Kyungmin + K + + Department of Microbiology, Korea University College of Medicine, Seoul, 02841, Republic of Korea. + + + Institute for Viral Diseases, Korea University College of Medicine, Seoul, 02841, Republic of Korea. + + + + Kim + Jongwoo + J + + Department of Microbiology, Korea University College of Medicine, Seoul, 02841, Republic of Korea. + + + BK21 Graduate Program, Department of Biomedical Sciences, Korea University College of Medicine, Seoul, Republic of Korea. + + + + Kim + Seong-Gyu + SG + + Department of Microbiology, Korea University College of Medicine, Seoul, 02841, Republic of Korea. + + + BK21 Graduate Program, Department of Biomedical Sciences, Korea University College of Medicine, Seoul, Republic of Korea. + + + + Klein + Terry A + TA + + Force Health Protection and Preventive Medicine, 65th Medical Brigade/US Army MEDDAC-Korea, Unit 15281, APO, AP, 96271-5281, USA. + + + PSC 450, APO AP, PSC 450, Box 75R, APO, AP, 96206, USA. + + + + Kim + Heung Chul + HC + + Force Health Protection and Preventive Medicine, 65th Medical Brigade/US Army MEDDAC-Korea, Unit 15281, APO, AP, 96271-5281, USA. + + + Ucarlix, 169-23, Gasan Digital 2-ro, Geumcheon-gu, Seoul, 08504, Republic of Korea. + + + + Oh + Yeonsu + Y + + College of Veterinary Medicine and Institute of Veterinary Science, Kangwon National University, Chuncheon, Republic of Korea. + + + + Song + Jin-Won + JW + + Department of Microbiology, Korea University College of Medicine, Seoul, 02841, Republic of Korea. jwsong@korea.ac.kr. + + + BK21 Graduate Program, Department of Biomedical Sciences, Korea University College of Medicine, Seoul, Republic of Korea. jwsong@korea.ac.kr. + + + + Kim + Won-Keun + WK + + Department of Microbiology, College of Medicine, Hallym University, Chuncheon, 24252, Republic of Korea. wkkim1061@hallym.ac.kr. + + + Institute of Medical Science, College of Medicine, Hallym University, Chuncheon, 24252, Republic of Korea. wkkim1061@hallym.ac.kr. + + + + eng + + + ProMIS ID C0039-09-ME + Global Emerging Infections Surveillance Branch (GEIS) + + + + RS-2021-KS211475 + Korea Institute of Marine Science and Technology promotion + + + + RS-2023-KH140418 + Government-wide R&D to Advance Infectious Disease Prevention and Control, Republic of Korea + + + + 2024-ER2502-00 + Korea National Institute of Health Research Project + + + + RS-202300249142 + Basic Science Research Program through the NRF by the Ministry of Education + + + + NF22SA0082041 + Novo Nordisk Foundation PAD award to CBL + + + + U01 AI151810 + AI + NIAID NIH HHS + United States + + + 2023R1A2C2006105 + Basic Research Program through the NRF grant funded by the Korean government (MSIT) + + + + RS-2024-00400152 + Korea Institute of Planning and Evaluation for Technology in Food, Agriculture and Forestry (IPET) through High-Risk Animal Infectious Disease Control Technology Development Program, funded by Ministry of Agriculture, Food and Rural Affairs + + + + + Journal Article + + + 2026 + 05 + 28 + +
+ + England + Vet Res + 9309551 + 0928-4249 + + IM + + + Animals + + + Republic of Korea + epidemiology + + + Genome, Viral + + + Phylogeny + + + Arvicolinae + virology + + + Paramyxoviridae Infections + veterinary + epidemiology + virology + + + Rodent Diseases + virology + epidemiology + + + Zoonoses + virology + epidemiology + + + Prevalence + + + Paramyxoviridae + genetics + isolation & purification + + + Hepatitis C + virology + epidemiology + veterinary + + + + Alexandromys fortis + Flaviviridae + Hepacivirus + Jeilongvirus + Paramyxoviridae + metagenomic sequencing + reed vole + rodent + zoonotic potential + + Declarations. Ethics approval and consent to participate: Not applicable. Consent for publication: Not applicable. Competing interests: The authors declare no competing interests. +
+ + + + 2026 + 5 + 29 + 15 + 41 + + + 2026 + 5 + 29 + 15 + 40 + + + 2025 + 9 + 9 + + + 2026 + 2 + 3 + + + 2026 + 5 + 29 + 0 + 6 + + + epublish + + 42210369 + 10.1186/s13567-026-01777-z + 10.1186/s13567-026-01777-z + + + + Sikkema RS, Koopmans MPG (2021) Preparing for Emerging Zoonotic Viruses. In: Bamford DH, Zuckerman M (eds) Encyclopedia of Virology. Elsevier, pp 256–266 + + 10.1016/B978-0-12-814515-9.00150-8 + + + + Plowright RK, Parrish CR, McCallum H, Hudson PJ, Ko AI, Graham AL, Lloyd-Smith JO (2017) Pathways to zoonotic spillover. Nat Rev Microbiol 15:502–510. https://doi.org/10.1038/nrmicro.2017.45 + + 10.1038/nrmicro.2017.45 + 28555073 + + + + Wu Z, Lu L, Du J, Yang L, Ren X, Liu B, Jiang J, Yang J, Dong J, Sun L, Zhu Y, Li Y, Zheng D, Zhang C, Su H, Zheng Y, Zhou H, Zhu G, Li H, Chmura A, Yang F, Daszak P, Wang J, Liu Q, Jin Q (2018) Comparative analysis of rodent and small mammal viromes to better understand the wildlife origin of emerging infectious diseases. Microbiome 6:178. https://doi.org/10.1186/s40168-018-0554-9 + + 10.1186/s40168-018-0554-9 + 30285857 + 6171170 + + + + Huchon D, Douzery EJP (2001) From the Old World to the New World: a molecular chronicle of the phylogeny and biogeography of hystricognath rodents. Mol Phylogenet Evol 20:238–251. https://doi.org/10.1006/mpev.2001.0961 + + 10.1006/mpev.2001.0961 + 11476632 + + + + Guo W-P, Lin X-D, Wang W, Tian J-H, Cong M-L, Zhang H-L, Wang M-R, Zhou R-H, Wang J-B, Li M-H, Xu J, Holmes EC, Zhang Y-Z (2013) Phylogeny and origins of hantaviruses harbored by bats, insectivores, and rodents. PLoS Pathog 9:e1003159. https://doi.org/10.1371/journal.ppat.1003159 + + 10.1371/journal.ppat.1003159 + 23408889 + 3567184 + + + + Blahove MR, Carter JR (2021) Flavivirus Persistence in Wildlife Populations. Viruses 13:2099. https://doi.org/10.3390/v13102099 + + 10.3390/v13102099 + 34696529 + 8541186 + + + + Jun M, Karabatsos N, Johnson R (1977) A new mouse paramyxovirus (J Virus). Aust J Exp Biol Med Sci 55:645–647. https://doi.org/10.1038/icb.1977.63 + + 10.1038/icb.1977.63 + 614833 + + + + Thibault PA, Watkinson RE, Moreira-Soto A, Drexler JF, Lee B (2017) Zoonotic potential of emerging paramyxoviruses: knowns and unknowns. Adv Virus Res 98:1–55. https://doi.org/10.1016/bs.aivir.2016.12.001 + + 10.1016/bs.aivir.2016.12.001 + 28433050 + 5894875 + + + + Samal SK (2008) Paramyxoviruses of animals. In: Mahy BW, Van Regenmortel MH (eds) Encyclopedia of virology, 3rd ed. Academic Press, Oxford, pp 40–47 + + 10.1016/B978-012374410-4.00460-X + + + + Wu Z, Han Y, Liu B, Li H, Zhu G, Latinne A, Dong J, Sun L, Su H, Liu L, Du J, Zhou S, Chen M, Kritiyakan A, Jittapalapong S, Chaisiri K, Buchy P, Duong V, Yang J, Jiang J, Xu X, Zhou H, Yang F, Irwin DM, Morand S, Daszak P, Wang J, Jin Q (2021) Decoding the RNA viromes in rodent lungs provides new insight into the origin and evolutionary patterns of rodent-borne pathogens in Mainland Southeast Asia. Microbiome 9:18. https://doi.org/10.1186/s40168-020-00965-z + + 10.1186/s40168-020-00965-z + 33478588 + 7818139 + + + + Vanmechelen B, Bletsa M, Laenen L, Lopes AR, Vergote V, Beller L, Deboutte W, Korva M, Avšič Županc T, Goüy de Bellocq J, Gryseels S, Leirs H, Lemey P, Vrancken B, Maes P (2018) Discovery and genome characterization of three new Jeilongviruses, a lineage of paramyxoviruses characterized by their unique membrane proteins. BMC Genomics 19:617. https://doi.org/10.1186/s12864-018-4995-0 + + 10.1186/s12864-018-4995-0 + 30115009 + 6097224 + + + + Rima B, Balkema-Buschmann A, Dundon WG, Duprex P, Easton A, Fouchier R, Kurath G, Lamb R, Lee B, Rota P, Wang L (2019) ICTV virus taxonomy profile: Paramyxoviridae. J Gen Virol 100:1593–1594. https://doi.org/10.1099/jgv.0.001328 + + 10.1099/jgv.0.001328 + 31609197 + 7273325 + + + + Lee SH, No JS, Kim K, Budhathoki S, Park K, Lee GY, Cho S, Kim BH, Cho S, Kim J, Lee J, Cho SH, Kim HC, Klein TA, Uhm CS, Kim WK, Song JW (2021) Novel Paju Apodemus paramyxovirus 1 and 2, harbored by Apodemus agrarius in the Republic of Korea. Virology 562:40–49. https://doi.org/10.1016/J.VIROL.2021.06.011 + + 10.1016/J.VIROL.2021.06.011 + 34256243 + + + + Natasha A, Pye SE, Cho SH, Pangestu HS, Park J, Park K, Prayitno SP, Kim B, Lee JS, Kim J, Budhathoki S, Oh Y, Song JW, López CB, Suh JG, Kim WK (2024) Molecular detection and genomic characterization of Samak Micromys paramyxovirus-1 and -2 in Micromys minutus, Republic of Korea. Virol J 21:255. https://doi.org/10.1186/s12985-024-02532-6 + + 10.1186/s12985-024-02532-6 + 39407289 + 11481300 + + + + Natasha A, Pye SE, Park K, Rajoriya S, Yang I, Park J, Pangestu HS, Kim J, Oh Y, López CB, Song J-W, Kim W-K (2025) Detection and characterization of Langya virus in Crocidura lasiura (the Ussuri white-toothed shrew), Republic of Korea. One Health 20:101017. https://doi.org/10.1016/j.onehlt.2025.101017 + + 10.1016/j.onehlt.2025.101017 + 40212663 + 11982054 + + + + Qawiem F, Yasmin A, Arshad S, Norfitriah M, Fazila S (2022) Paramyxoviruses in rodents: a review. Open Vet J 12:877. https://doi.org/10.5455/OVJ.2022.v12.i6.14 + + 10.5455/OVJ.2022.v12.i6.14 + + + + Simmonds P, Becher P, Bukh J, Gould EA, Meyers G, Monath T, Muerhoff S, Pletnev A, Rico-Hesse R, Smith DB, Stapleton JT, ICTV Report Consortium (2017) ICTV virus taxonomy profile: Flaviviridae. J Gen Virol 98:2. https://doi.org/10.1099/jgv.0.000672 + + 10.1099/jgv.0.000672 + 28218572 + 5370391 + + + + Smith DB, Becher P, Bukh J, Gould EA, Meyers G, Monath T, Muerhoff AS, Pletnev A, Rico-Hesse R, Stapleton JT, Simmonds P (2016) Proposed update to the taxonomy of the genera Hepacivirus and Pegivirus within the Flaviviridae family. J Gen Virol 97:2894–2907. https://doi.org/10.1099/jgv.0.000612 + + 10.1099/jgv.0.000612 + 27692039 + 5770844 + + + + Drexler JF, Corman VM, Müller MA, Lukashev AN, Gmyl A, Coutard B, Adam A, Ritz D, Leijten LM, van Riel D, Kallies R, Klose SM, Gloza-Rausch F, Binger T, Annan A, Adu-Sarkodie Y, Oppong S, Bourgarel M, Rupp D, Hoffmann B, Schlegel M, Kümmerer BM, Krüger DH, Schmidt-Chanasit J, Setién AA, Cottontail VM, Hemachudha T, Wacharapluesadee S, Osterrieder K, Bartenschlager R, Matthee S, Beer M, Kuiken T, Reusken C, Leroy EM, Ulrich RG, Drosten C (2013) Evidence for novel hepaciviruses in rodents. PLoS Pathog 9:e1003438. https://doi.org/10.1371/journal.ppat.1003438 + + 10.1371/journal.ppat.1003438 + 23818848 + 3688547 + + + + Kapoor A, Simmonds P, Scheel TKH, Hjelle B, Cullen JM, Burbelo PD, Chauhan LV, Duraisamy R, Sanchez Leon M, Jain K, Vandegrift KJ, Calisher CH, Rice CM, Lipkin WI (2013) Identification of rodent homologs of Hepatitis C Virus and Pegiviruses. mBio 4:e00216-13. https://doi.org/10.1128/mBio.00216-13 + + 10.1128/mBio.00216-13 + 23572554 + 3622934 + + + + Firth C, Bhat M, Firth MA, Williams SH, Frye MJ, Simmonds P, Conte JM, Ng J, Garcia J, Bhuva NP, Lee B, Che X, Quan P-L, Lipkin WI (2014) Detection of zoonotic pathogens and characterization of novel viruses carried by commensal Rattus norvegicus in New York City. mBio 5:e01933-14. https://doi.org/10.1128/mBio.01933-14 + + 10.1128/mBio.01933-14 + 25316698 + 4205793 + + + + Bletsa M, Vrancken B, Gryseels S, Boonen I, Fikatas A, Li Y, Laudisoit A, Lequime S, Bryja J, Makundi R, Meheretu Y, Akaibe BD, Mbalitini SG, Van De Perre F, Van Houtte N, Těšíková J, Wollants E, Van Ranst M, Pybus OG, Drexler JF, Verheyen E, Leirs H, Gouy De Bellocq J, Lemey P (2021) Molecular detection and genomic characterization of diverse hepaciviruses in African rodents. Virus Evol 7:veab036. https://doi.org/10.1093/ve/veab036 + + 10.1093/ve/veab036 + 34221451 + 8242229 + + + + Scheel TKH, Simmonds P, Kapoor A (2015) Surveying the global virome: identification and characterization of HCV-related animal hepaciviruses. Antivir Res 115:83–93. https://doi.org/10.1016/j.antiviral.2014.12.014 + + 10.1016/j.antiviral.2014.12.014 + 25545071 + + + + Jiang X, Gao J, Ni L, Hu J, Li K, Sun F, Xie J, Bo X, Gao C, Xiao J, Zhou Y (2012) The complete mitochondrial genome of Microtus fortis calamorum (Arvicolinae, Rodentia) and its phylogenetic analysis. Gene 498:288–295. https://doi.org/10.1016/j.gene.2012.02.022 + + 10.1016/j.gene.2012.02.022 + 22387301 + + + + Hörling J, Chizhikov V, Lundkvist A, Jonsson M, Ivanov L, Dekonenko A, Niklasson B, Peters CJ, Tkachenko E, Nichol S (1996) Khabarovsk virus: a phylogenetically and serologically distinct Hantavirus isolated from Microtus fortis trapped in far-east Russia. J Gen Virol 77:675–682. https://doi.org/10.1099/0022-1317-77-4-687 + + 10.1099/0022-1317-77-4-687 + + + + Zou Y, Wang JB, Sen GH, Yao LS, Hu GW, Li MH, Chen HX, Plyusnin A, Shao R, Zhang YZ (2008) Isolation and genetic characterization of hantaviruses carried by Microtus voles in China. J Med Virol 80:680–688. https://doi.org/10.1002/jmv.21119 + + 10.1002/jmv.21119 + 18297708 + + + + Kim H-C, Kim W-K, Klein TA, Chong S-T, Nunn PV, Kim J-A, Lee S-H, No JS, Song J-W (2017) Hantavirus surveillance and genetic diversity targeting small mammals at Camp Humphreys, a US military installation and new expansion site. Republic of Korea PLoS One 12:e0176514. https://doi.org/10.1371/journal.pone.0176514 + + 10.1371/journal.pone.0176514 + 28448595 + 5407799 + + + + Klein TA, Kang HJ, Gu SH, Moon S, Shim SH, Park YM, Lee SY, Kim HC, Chong ST, O’Guinn M, Lee JS, Turell MJ, Song JW (2011) Hantaan virus surveillance targeting small mammals at Dagmar North Training Area, Gyeonggi Province, Republic of Korea, 2001–2005. J Vector Ecol 36:373–381. https://doi.org/10.1111/j.1948-7134.2011.00178.x + + 10.1111/j.1948-7134.2011.00178.x + 22129409 + + + + Zhang Y, Zhang J, Wang Y, Tian F, Zhang X, Wang G, Li S, Ding H, Hu Z, Liu W, Zhang X (2022) Genetic diversity and expanded host range of J Paramyxovirus detected in wild small mammals in China. Viruses 15:49. https://doi.org/10.3390/v15010049 + + 10.3390/v15010049 + 36680089 + 9866557 + + + + American Veterinary Medical Association AVMA guidelines for the euthanasia of animals: 2020 edition. https://www.avma.org/sites/default/files/2020-02/Guidelines-on-Euthanasia-2020.pdf . Accessed 18 Feb 2026. + + + Lee GY, Kim WK, Park K, Lee SH, Hwang J, No JS, Cho S, Lee D, Song DH, Gu SH, Park MS, Jeong ST, Kim YS, Song JW (2020) Phylogeographic diversity and hybrid zone of Hantaan Orthohantavirus collected in Gangwon Province, Republic of Korea. PLoS Negl Trop Dis 14:e0008714. https://doi.org/10.1371/journal.pntd.0008714 + + 10.1371/journal.pntd.0008714 + + + + Trifinopoulos J, Nguyen LT, von Haeseler A, Minh BQ (2016) W-IQ-TREE: a fast online phylogenetic tool for maximum likelihood analysis. Nucleic Acids Res 44:W232–W235. https://doi.org/10.1093/NAR/GKW256 + + 10.1093/NAR/GKW256 + 27084950 + 4987875 + + + + Tong S, Chern SWW, Li Y, Pallansch MA, Anderson LJ (2008) Sensitive and broadly reactive reverse transcription-PCR assays to detect novel paramyxoviruses. J Clin Microbiol 46:2652–2658. https://doi.org/10.1128/JCM.00192-08 + + 10.1128/JCM.00192-08 + 18579717 + 2519498 + + + + Altschul SF, Gish W, Miller W, Myers EW, Lipman DJ (1990) Basic local alignment search tool. J Mol Biol 215:403–410. https://doi.org/10.1016/S0022-2836(05)80360-2 + + 10.1016/S0022-2836(05)80360-2 + 2231712 + + + + Pruitt KD, Tatusova T, Maglott DR (2007) NCBI reference sequences (RefSeq): a curated non-redundant sequence database of genomes, transcripts and proteins. Nucleic Acids Res 35:D61–D65. https://doi.org/10.1093/nar/gkl842 + + 10.1093/nar/gkl842 + 17130148 + + + + Kim K, Park K, Lee S, Baek S-H, Lim T-H, Kim J, Manavalan B, Song J-W, Kim W-K (2023) VirPipe: an easy-to-use and customizable pipeline for detecting viral genomes from Nanopore sequencing. Bioinformatics 39:btad293. https://doi.org/10.1093/bioinformatics/btad293 + + 10.1093/bioinformatics/btad293 + 37129547 + 10191607 + + + + Geneious Bioinformatics Software for Sequence Data Analysis. Geneious. https://www.geneious.com/ . Accessed 12 Jan 2025 + + + Sievers F, Higgins DG (2018) Clustal Omega for making accurate alignments of many protein sequences. Protein Sci 27:135–145. https://doi.org/10.1002/pro.3290 + + 10.1002/pro.3290 + 28884485 + + + + Teufel F, Almagro Armenteros JJ, Johansen AR, Gíslason MH, Pihl SI, Tsirigos KD, Winther O, Brunak S, von Heijne G, Nielsen H (2022) SignalP 6.0 predicts all five types of signal peptides using protein language models. Nat Biotechnol 40:1023–1025. https://doi.org/10.1038/s41587-021-01156-3 + + 10.1038/s41587-021-01156-3 + 34980915 + 9287161 + + + + Gupta R, Brunak S (2002) Prediction of glycosylation across the human proteome and the correlation to protein function. Pac Symp Biocomput. https://doi.org/10.1142/9789812799623_0029 + + 10.1142/9789812799623_0029 + 11928486 + + + + Mollentze N, Babayan SA, Streicker DG (2021) Identifying and prioritizing potential human-infecting viruses from their genome sequences. PLoS Biol 19:e3001390. https://doi.org/10.1371/journal.pbio.3001390 + + 10.1371/journal.pbio.3001390 + 34582436 + 8478193 + + + + Letunic I, Bork P (2024) Interactive Tree of Life (iTOL) v6: recent updates to the phylogenetic tree display and annotation tool. Nucleic Acids Res 52:W78–W82. https://doi.org/10.1093/nar/gkae268 + + 10.1093/nar/gkae268 + 38613393 + 11223838 + + + + Santichaivekin S, Yang Q, Liu J, Mawhorter R, Jiang J, Wesley T, Wu YC, Libeskind-Hadas R (2021) EMPRess: a systematic cophylogeny reconciliation tool. Bioinformatics 37:2481–2482. https://doi.org/10.1093/bioinformatics/btaa978 + + 10.1093/bioinformatics/btaa978 + 33216126 + + + + Hafner MS, Nadler SA (1988) Phylogenetic trees support the coevolution of parasites and their hosts. Nature 332:258–259. https://doi.org/10.1038/332258a0 + + 10.1038/332258a0 + 3347269 + + + + Woelk CH, Holmes EC (2001) Variable immune-driven natural selection in the attachment (G) glycoprotein of respiratory syncytial virus (RSV). J Mol Evol 52:182–192. https://doi.org/10.1007/s002390010147 + + 10.1007/s002390010147 + 11231898 + + + + Narayanan KK, Amaya M, Tsang N, Yin R, Jays A, Broder CC, Shukla D, Procko E (2023) Sequence basis for selectivity of ephrin-B2 ligand for Eph receptors and pathogenic henipavirus G glycoproteins. J Virol 97:e0062123. https://doi.org/10.1128/jvi.00621-23 + + 10.1128/jvi.00621-23 + 37931130 + 10688352 + + + + Feng T, Zhang J, Chen Z, Pan W, Chen Z, Yan Y, Dai J (2022) Glycosylation of viral proteins: implication in virus–host interaction and virulence. Virulence 13:670–683. https://doi.org/10.1080/21505594.2022.2060464 + + 10.1080/21505594.2022.2060464 + 35436420 + 9037552 + + + + Vanmechelen B, Meurs S, Horemans M, Loosen A, Joly Maes T, Laenen L, Vergote V, Koundouno FR, Magassouba N, Konde MK, Condé IS, Carroll MW, Maes P (2022) The characterization of multiple novel paramyxoviruses highlights the diverse nature of the subfamily Orthoparamyxovirinae. Virus Evol 8:veac061. https://doi.org/10.1093/ve/veac061 + + 10.1093/ve/veac061 + 35854826 + 9290864 + + + + Quan PL, Firth C, Conte JM, Williams SH, Zambrana-Torrelio CM, Anthony SJ, Ellison JA, Gilbert AT, Kuzmin IV, Niezgoda M, Osinubi MOV, Recuenco S, Markotter W, Breiman RF, Kalemba L, Malekani J, Lindblade KA, Rostal MK, Ojeda-Flores R, Suzan G, Davis LB, Blau DM, Ogunkoya AB, Castillo DAA, Moran D, Ngam S, Akaibe D, Agwanda B, Briese T, Epstein JH, Daszak P, Rupprecht CE, Holmes EC, Lipkin WI (2013) Bats are a major natural reservoir for hepaciviruses and pegiviruses. Proc Natl Acad Sci U S A 110:8194–8199. https://doi.org/10.1073/pnas.1303037110 + + 10.1073/pnas.1303037110 + 23610427 + 3657805 + + + + Fink S, Fischer MC, Excoffier L, Heckel G (2010) Genomic scans support repetitive continental colonization events during the rapid radiation of voles (Rodentia: Microtus): the utility of AFLPs versus mitochondrial and nuclear sequence markers. Syst Biol 59:548–572. https://doi.org/10.1093/sysbio/syq042 + + 10.1093/sysbio/syq042 + 20834011 + + + + Martin RA, Peláez-Campomanes P, Honey JG, Fox DL, Zakrzewski RJ, Albright LB, Lindsay EH, Opdyke ND, Goodwin HT (2008) Rodent community change at the Pliocene-Pleistocene transition in southwestern Kansas and identification of the Microtus immigration event on the Central Great Plains. Palaeogeogr Palaeoclimatol Palaeoecol 267:196–207. https://doi.org/10.1016/j.palaeo.2008.06.017 + + 10.1016/j.palaeo.2008.06.017 + + + + Conroy CJ, Cook JA (2000) Molecular systematics of a Holarctic rodent (Microtus: Muridae). J Mammal 81:344–359. https://doi.org/10.1644/1545-1542(2000)081%3c0344:MSOAHR%3e2.0.CO;2 + + 10.1644/1545-1542(2000)081<0344:MSOAHR>2.0.CO;2 + + + + Larsen BB, Gryseels S, Otto HW, Worobey M (2022) Evolution and diversity of bat and rodent paramyxoviruses from North America. J Virol 96:e01098-21. https://doi.org/10.1128/jvi.01098-21 + + 10.1128/jvi.01098-21 + 34668771 + + + + Zhang N, Hu B, Zhang L, Gan M, Ding Q, Pan K, Wei J, Xu W, Chen D, Zheng S, Cai K, Zheng Z (2025) Virome landscape of wild rodents and shrews in Central China. Microbiome 13:63. https://doi.org/10.1186/s40168-025-02059-0 + + 10.1186/s40168-025-02059-0 + 40033356 + 11874709 + + + + DeRuyter E, Subramaniam K, Wisely SM, Morris JG, Lednicky JA (2024) A novel Jeilongvirus from Florida, USA, has a broad host cell tropism including human and non-human primate cells. Pathogens 13:831. https://doi.org/10.3390/pathogens13100831 + + 10.3390/pathogens13100831 + 39452704 + 11510135 + + + + +
+ + + 42210277 + + 2026 + 05 + 29 + +
+ + 1472-6947 + + + 2026 + May + 28 + + + BMC medical informatics and decision making + BMC Med Inform Decis Mak + + Cardiac arrhythmia detection via PQRST analyzed data using an optimized hierarchical fused fuzzy deep reinforcement learning. + 10.1186/s12911-026-03564-4 + + Cardiac arrhythmia is a disorder caused by disruptions in the regular heart rhythm. Arrhythmias are categorized into two classes: sinus and non-sinus rhythms. Whereas sinus rhythms are generally low-risk, non-sinus rhythms are associated with higher risks of morbidity and mortality, including stroke and death. This research proposes a novel method, Optimized Hierarchical Fused Fuzzy Deep Reinforcement Learning OHFFDRL, which incorporates three steps for arrhythmia prediction: data preprocessing, reinforcement learning, and fuzzy deep learning. We evaluated the proposed method using a 12-lead electrocardiogram dataset comprising 10,646 patients. Our approach leverages recent advances in machine learning and medical science to achieve an accuracy of 94% in predicting non-sinus rhythms. Furthermore, the area under the ROC curve for OHFFDRL was 0.91, and the empirical ROC area was 0.90. In addition, the interpretability of the model has been analyzed with SHAP, LIME, Calibration Curve, Adversarial vulnerability, and Integrated Gradients. Our experimental results, among other findings, indicate that the most important feature for distinguishing heart rhythms is TAxis (the movement range in ventricular repolarization). These results demonstrate the potential of machine learning for the early prevention of heart disease through non-sinus rhythm prediction. The source code is available at (https://github.com/arman-daliri/OHFFDRL). + © 2026. The Author(s). + + + + Mahdavi + Nora + N + 0009-0001-4083-6609 + + Department of Computer Engineering, Ka.C., Islamic Azad University, Karaj, Iran. + + + + Sadeghi + Reza + R + 0000-0002-0811-5908 + + School of Computer Science and Mathematics, Marist College, Poughkeepsie, NY, USA. + + + + Daliri + Arman + A + 0000-0002-0398-3052 + + Department of Computer Engineering, Ka.C., Islamic Azad University, Karaj, Iran. A.Daliri@iau.ac.ir. + + + + Zabihimayvan + Mahdieh + M + 0000-0002-5826-3298 + + Department of Computer Science, Central Connecticut State University, New Britain, CT, USA. + + + + Alimoradi + Mahmoud + M + 0000-0001-6167-439X + + Department of Computer Engineering, Ayandegan University, Tonekabon, Iran. + + + + Knapp + Gabrielle + G + + School of Computer Science and Mathematics, Marist College, Poughkeepsie, NY, USA. + + + + Bastanfard + Azam + A + 0000-0002-7935-819X + + Department of Computer Engineering, Ka.C., Islamic Azad University, Karaj, Iran. + + + + eng + + Journal Article + + + 2026 + 05 + 28 + +
+ + England + BMC Med Inform Decis Mak + 101088682 + 1472-6947 + + IM + + Cardiac Arrhythmia + Fuzzy Deep Learning + Medical Science + Reinforcement Learning + + Declarations. Ethical approval: In this research, there was no interference with ethical laws and free sources were used. Competing interests: The authors declare no competing interests. +
+ + + + 2026 + 5 + 29 + 15 + 42 + + + 2026 + 5 + 29 + 15 + 42 + + + 2025 + 7 + 7 + + + 2026 + 5 + 8 + + + 2026 + 5 + 29 + 0 + 2 + + + aheadofprint + + 42210277 + 10.1186/s12911-026-03564-4 + 10.1186/s12911-026-03564-4 + + +
+ + + 42210272 + + 2026 + 05 + 29 + +
+ + 1741-7015 + + + 2026 + May + 28 + + + BMC medicine + BMC Med + + Machine learning and natural language processing for the identification of potential mental disorders among school-age children: a prospective birth cohort study. + 10.1186/s12916-026-04927-4 + + Early identification of childhood mental health disorders is a critical public health objective. Existing screening approaches, largely dependent on observer reports, are resource-intensive and may overlook subtle internalized symptoms. The analysis of children's linguistic expression presents a scalable and potentially more objective alternative. This study evaluates whether combining natural language processing (NLP) of children's essays with conventional risk factors improves the detection of mental health difficulties in school-age populations, relative to models based on a single data source. + We conducted a prospective analysis using data from the UK-based National Child Development Study (NCDS), a national birth cohort initiated in 1958. Data from birth, age 7, and age 11 assessments were analyzed. The final sample included 8,981 children (4,428 [49.3%] female) who completed a creative writing essay at age 11 describing their imagined life at age 25. Predictors comprised traditional risk factors (perinatal, socioeconomic, and parental engagement variables) and linguistic features computationally extracted from the essays. The primary outcome was potential mental health disorder at age 11, defined as scoring above the 95th or 90th percentile on the teacher-completed Bristol Social Adjustment Guide (BSAG). The mother-completed Rutter A Scale was used for sensitivity analysis. Machine learning models incorporating various predictor combinations were developed, and their predictive performance was evaluated using area under the receiver operating characteristic (AUROC) values. + Using BSAG 95th percentile threshold, models combining top five selected variables with essay features achieved significantly higher predictive capability (AUROC:0.77, 95%CI:0.71-0.83) compared to models using all variables (AUROC:0.70, 95%CI:0.63-0.76) or essay features alone (AUROC:0.67, 95%CI:0.60-0.74). At 90th percentile threshold, this integrated approach showed similar improvement (AUROC:0.81, 95%CI:0.78-0.85). Key predictors included gestational length, maternal parity, parental age, residential characteristics, parental engagement metrics, and children's body mass index. Sensitivity analyses using Rutter A Scale confirmed these findings. + In this prospective birth cohort study, integrating NLP analysis of children's essays with a small set of key risk factors substantially improved the identification of potential mental health disorders. This integrated approach represents a potential paradigm for developing scalable, objective screening tools, but requires validation in contemporary, diverse pediatric populations before clinical consideration. + © 2026. The Author(s). + + + + Chen + Shanquan + S + + School of Public Health, Li Ka Shing Faculty of Medicine, The University of Hong Kong, Hong Kong, China. shanquan.chen@hku.hk. + + + + Dang + Ting + T + + School of Computing and Information Systems, University of Melbourne, Melbourne, VIC, 3010, Australia. + + + + Qian + Mengjie + M + + Department of Engineering, University of Cambridge, Cambridge, CB2 1PZ, UK. + + + + Liang + Huizhi + H + + School of Computing, Newcastle University, Newcastle upon Tyne, UK. + + + + Bedada + Diribsa Tsegaye + DT + + Department of Health and Rehabilitation Sciences, Faculty of Medicine and Health Sciences, Stellenbosch University, Cape Town, 7505, South Africa. + + + Department of Statistics and Actuarial Science, University of Waterloo, Waterloo, Canada. + + + + Louw + Quinette Abegail + QA + + Department of Health and Rehabilitation Sciences, Faculty of Medicine and Health Sciences, Stellenbosch University, Cape Town, 7505, South Africa. + + + + Moore + Anna + A + + Department of Psychiatry, University of Cambridge, Cambridge, CB2 0SZ, UK. + + + + Cardinal + Rudolf N + RN + + Department of Psychiatry, University of Cambridge, Cambridge, CB2 0SZ, UK. + + + Cambridgeshire and Peterborough NHS Foundation Trust, Cambridge, CB21 5EF, UK. + + + + Ford + Tamsin J + TJ + + Department of Psychiatry, University of Cambridge, Cambridge, CB2 0SZ, UK. + + + Cambridgeshire and Peterborough NHS Foundation Trust, Cambridge, CB21 5EF, UK. + + + + Jiang + Fan + F + + School of public health, Shandong ENT Hospital, Shandong University, Jinan, Shandong, China, 250012. Jiang.fan@sdu.edu.cn. + + + + eng + + + NIHR203312 + NIHR Cambridge Biomedical Research Centre + + + + NIHR203312 + NIHR Cambridge Biomedical Research Centre + + + + NIHR203312 + NIHR Cambridge Biomedical Research Centre + + + + MR/Z504816/1 + MRC_ + Medical Research Council + United Kingdom + + + 72204143 + National Natural Science Foundation of China + + + + ZR2022QG081 + Natural Science Foundation of Shandong Province of China + + + + + Journal Article + + + 2026 + 05 + 28 + +
+ + England + BMC Med + 101190723 + 1741-7015 + + IM + + Children + Machine learning + Mental health screening + Natural language processing + + Declarations. Ethics approval and consent to participate: This study uses data from the National Child Development Study (NCDS), a nationally representative longitudinal cohort initiated in 1958. Informed consent was obtained for all data collections, with parental consent provided for assessments conducted during childhood, including the age-11 survey and essay-writing task. Formal ethical approval for NCDS follow-ups has been obtained from the UK NHS Multi-Centre Research Ethics Committee (MREC) for all surveys conducted since 2000. Earlier waves, including those in 1958, 1965, 1969, 1974, 1981, and 1991, were conducted prior to the establishment of formal ethics committees or the MREC system. Available documentation indicates that internal ethical review processes were in place for these early waves. For example, the Biomedical Survey and age-55 follow-up were approved by the NHS London-Central Research Ethics Committee (REC) in 2012 (Ref: 12/LO/2010). The current study is a secondary analysis of de-identified public data accessed via the UK Data Service (Study No. 5790). As such, it is exempt from further institutional ethical review, as it does not involve human participants or identifiable private information. Consent for publication: Not applicable. Competing interests: RNC consults for Campden Instruments Ltd; receives royalties from Cambridge University Press, Cambridge Enterprise, and Routledge; and is an unpaid non-executive director of Cambridge University Health Partners. TJF’s research group receives funding for methodology consulting from Place2Be, a third sector organisation that provides mental health training and interventions to UK schools. SC and other authors declare no conflict of interest with this work. +
+ + + + 2026 + 5 + 29 + 15 + 44 + + + 2026 + 5 + 29 + 15 + 44 + + + 2025 + 11 + 20 + + + 2026 + 5 + 11 + + + 2026 + 5 + 29 + 0 + 2 + + + aheadofprint + + 42210272 + 10.1186/s12916-026-04927-4 + 10.1186/s12916-026-04927-4 + + +
+ + + 42210259 + + 2026 + 05 + 29 + + + 2026 + 05 + 29 + +
+ + 1475-2867 + + 26 + 1 + + 2026 + May + 28 + + + Cancer cell international + Cancer Cell Int + + Machine learning for postoperative complication prediction and early recurrence risk assessment across cancer types: a systematic review and meta-analysis. + 212 + 10.1186/s12935-025-03912-w + + Although machine learning is often used in medical diagnosis, its effectiveness in cancer diagnosis remains uncertain. + To explore the ability of machine learning to predict cancer postoperative complications and early recurrence. + From the creation of the database until October 4, 2024, we conducted a comprehensive search of PubMed, Web of Science (WoS), Embase, Scopus, Cochrane Library, Wanfang, and the China National Knowledge Infrastructure (CNKI). The pooled sensitivity, specificity, Fagan plot analysis, and area under the curve (AUC) were used to assess the overall test performance of machine learning. In addition, meta-regression analysis was used to explore the sources of heterogeneity further. Furthermore, Deeks' funnel plot asymmetry test was used to assess publication bias. + Ultimately, 31 publications were identified and incorporated into this meta-analysis. In the subgroup of postoperative complications, the combined sensitivity, specificity, and AUC values of all studies were 0.75 (95% CI, 0.65-0.83), 0.78 (95% CI, 0.65-0.87), and 0.83 (95% CI, 0.79-0.86), respectively. Moreover, the combined sensitivity, specificity, and AUC values of proposed studies (studies that proposed the best predictive model) were 0.85 (95% CI, 0.71-0.93), 0.76 (95% CI, 0.39-0.94), and 0.88 (95% CI, 0.85-0.91), respectively. In the subgroup of early recurrence, the combined sensitivity, specificity, and AUC values of all studies were 0.74 (95% CI, 0.68-0.80), 0.73 (95% CI, 0.67-0.77), and 0.80 (95% CI, 0.76-0.83), respectively. Furthermore, the combined sensitivity, specificity, and AUC values of proposed studies were 0.78 (95% CI, 0.70-0.85), 0.76 (95% CI, 0.70-0.82), and 0.84 (95% CI, 0.80-0.87), respectively. In addition, Deeks' Funnel Plot, p-value > 0.05, indicating no publication bias. Furthermore, meta-regression analysis showed that sample size and machine learning may be the main influencing factors. + Machine learning can accurately predict cancer postoperative complications and early recurrence. However, its accuracy is influenced by multiple factors, including the type of machine learning model, tumor type, sample size, year of publication, and country of publication. Therefore, more studies with larger sample sizes and more standardized methodology are needed to improve the reliability of its prediction. + © 2025. The Author(s). + + + + Chen + Wen + W + + Department of Hepatobiliary Surgery, Fuzhou First General Hospital Affiliated of Fujian Medical University, Fuzhou, 350009, China. + + + + Liu + Xinliang + X + + Department of Radiation Oncology, Affiliated Changzhou No.2 People's Hospital of Nanjing Medical University, The Third Affiliated Hospital of Nanjing Medical University,Changzhou Medical Center, Nanjing Medical University, Changzhou, 213000, Jiangsu, China. + + + + Wu + Zhenheng + Z + + Department of Hepatopancreatobiliary Surgery, The First Affiliated Hospital of Fujian Medical University, Fuzhou, 350001, Fujian, China. + + + + Tan + Haifen + H + + Department of Oral Surgery, Affiliated Hospital of Guangdong Medical University, Zhanjiang, 524001, China. + + + + Yu + Fuqian + F + + Gastroenterology department, The Second Affiliated Hospital of Anhui Medical University, Anhui Medical University, Hefei, 230000, China. + + + + Wang + Dongmei + D + + Department of Gastrointestinal Surgery, Affiliated Changzhou No.2 People's Hospital of Nanjing Medical University, The Third Affiliated Hospital of Nanjing Medical University, Changzhou Medical Center, Nanjing Medical University, No.68 Gehu Road, Wujin District, Changzhou, 213000, Jiangsu, China. fautywang@163.com. + + + + Gao + Hengyi + H + + Department of Hepatobiliary and Pancreatic Surgery, The People's Hospital of Longhua, No. 38 Jinglong Jianshe Road, Shenzhen, 518109, China. + + + + Chen + Zhigang + Z + + Department of Gastrointestinal Surgery, Affiliated Changzhou No.2 People's Hospital of Nanjing Medical University, The Third Affiliated Hospital of Nanjing Medical University, Changzhou Medical Center, Nanjing Medical University, No.68 Gehu Road, Wujin District, Changzhou, 213000, Jiangsu, China. czg99888@163.com. + + + + eng + + + 82273232 + National Natural Science Foundation of China + + + + + Journal Article + Review + + + 2026 + 05 + 28 + +
+ + England + Cancer Cell Int + 101139795 + 1475-2867 + + + AUC + Cancer + Early recurrence + Machine learning + Postoperative complications + + Declarations. Ethics approval and consent to participate: Not applicable. Consent for publication: Not applicable. Competing interests: The authors declare no competing interests. +
+ + + + 2026 + 5 + 29 + 15 + 46 + + + 2026 + 5 + 29 + 15 + 45 + + + 2025 + 2 + 11 + + + 2025 + 7 + 14 + + + 2026 + 5 + 29 + 0 + 1 + + + epublish + + 42210259 + 10.1186/s12935-025-03912-w + 10.1186/s12935-025-03912-w + + + + Mishra A, Inaam R, Okamoto S, et al. Visible pulsed laser-assisted selective killing of cancer cells with pvp-capped plasmonic gold nanostars. Micromachines (Basel). 2023;14. https://doi.org/10.3390/mi14061173 + + + Cao X, Luo J, Zhao B, et al. Pathological complete response after neoadjuvant immunotherapy combined with chemotherapy in pediatric rectal carcinoma: a case report. Front Immunol. 2022;13:1036181. https://doi.org/10.3389/fimmu.2022.1036181 + + 10.3389/fimmu.2022.1036181 + 36544760 + 9760745 + + + + Dong X, Liu Y, Fang K, et al. The use of mindfulness-based stress reduction (mbsr) for breast cancer patients-meta-analysis. Bmc Psychol. 2024;12:619. https://doi.org/10.1186/s40359-024-02092-y + + 10.1186/s40359-024-02092-y + 39487509 + 11531155 + + + + Chen L, Jia L, Tian Z et al. (2022) Elderly patients with nondistant metastatic pancreatic head adenocarcinoma cannot benefit from more radical surgery. Int J Endocrinol 2022:6469740. https://doi.org/10.1155/2022/6469740 + + + Gurmessa DK, Jimma W. Explainable machine learning for breast cancer diagnosis from mammography and ultrasound images: a systematic review. Bmj Health Care Inf. 2024;31. https://doi.org/10.1136/bmjhci-2023-100954 + + + Wang K, Tang Y, Zhang F, et al. Combined application of inflammation-related biomarkers to predict postoperative complications of rectal cancer patients: a retrospective study by machine learning analysis. Langenbecks Arch Surg. 2023;408:400. https://doi.org/10.1007/s00423-023-03127-5 + + 10.1007/s00423-023-03127-5 + 37831218 + + + + van Niftrik C, van der Wouden F, Staartjes VE, et al. Machine learning algorithm identifies patients at high risk for early complications after intracranial tumor surgery: registry-based cohort study. Neurosurgery. 2019;85:E756–64. https://doi.org/10.1093/neuros/nyz145 + + 10.1093/neuros/nyz145 + 31149726 + + + + Wang J, Yin Q, Cao L, et al. Enhancing winter wheat soil-plant analysis development value prediction through evaluating unmanned aerial vehicle flight altitudes, predictor variable combinations, and machine learning algorithms. Plants (Basel). 2024;13. https://doi.org/10.3390/plants13141926 + + + Wang X, Jahagirdar S, Bakker W, et al. Discrimination of lipogenic or glucogenic diet effects in early-lactation dairy cows using plasma metabolite abundances and ratios in combination with machine learning. Metabolites. 2024;14. https://doi.org/10.3390/metabo14040230 + + + Santeramo R, Damiani C, Wei J, et al. Are better Ai algorithms for breast cancer detection also better at predicting risk? A paired case-control study. Breast Cancer Res. 2024;26:25. https://doi.org/10.1186/s13058-024-01775-z + + 10.1186/s13058-024-01775-z + 38326868 + 10848404 + + + + Akcay IM, Celik E, Agaoglu NB, et al. Germline pathogenic variant spectrum in 25 cancer susceptibility genes in Turkish breast and colorectal cancer patients and elderly controls. Int J Cancer. 2021;148:285–95. https://doi.org/10.1002/ijc.33199 + + 10.1002/ijc.33199 + 32658311 + + + + Wang X, Cao L, Song X, et al. Is flexible sigmoidoscopy screening associated with reducing colorectal cancer incidence and mortality? A meta-analysis and systematic review. Front Oncol. 2023;13:1288086. https://doi.org/10.3389/fonc.2023.1288086 + + 10.3389/fonc.2023.1288086 + 38162502 + 10757863 + + + + Casas K, DiPede L, Toema S, et al. Assessing teledentistry versus in-person examinations to detect dental caries: a systematic review and meta-analysis. Jdr Clin Trans Res. 2025;487304562. https://doi.org/10.1177/23800844251320974 + + + Yan G, Wang Y, Chen L. Diagnostic performance of artificial intelligence based on biparametric mri for clinically significant prostate cancer: a systematic review and meta-analysis. Acad Radiol. 2025. https://doi.org/10.1016/j.acra.2025.02.044 + + 10.1016/j.acra.2025.02.044 + 41421882 + + + + Bahreiny SS, Ahangarpour A, Aghaei M, et al. A closer look at galectin-3: its association with gestational diabetes mellitus revealed by systematic review and meta-analysis. J Diabetes Metab Disord. 2024;23:1621–33. https://doi.org/10.1007/s40200-024-01461-z + + 10.1007/s40200-024-01461-z + 39610475 + 11599495 + + + + Zheng X, Li W, Yan Y, et al. Association between the dietary inflammatory index and fracture risk in older adults: a systematic review and meta-analysis. J Int Med Res. 2024;52:645658329. https://doi.org/10.1177/03000605241248039 + + 10.1177/03000605241248039 + + + + Hsu CY, Saver JL, Ovbiagele B, et al. Association between magnitude of differential blood pressure reduction and secondary stroke prevention: a meta-analysis and meta-regression. Jama Neurol. 2023;80:506–15. https://doi.org/10.1001/jamaneurol.2023.0218 + + 10.1001/jamaneurol.2023.0218 + 36939729 + 10028545 + + + + Fu X, Qi H, Qiu Z, et al. Outcomes of two types of iodine-125 seed delivery with metal stents in treating malignant biliary obstruction: a systematic review and meta-analysis. Diagn Interv Radiol. 2023;29:509–19. https://doi.org/10.5152/dir.2022.211277 + + 10.5152/dir.2022.211277 + 36992630 + 10679621 + + + + Hantouly AT, Salameh M, Toubasi AA, et al. Synovial fluid calprotectin in diagnosing periprosthetic joint infection: a meta-analysis. Int Orthop. 2022;46:971–81. https://doi.org/10.1007/s00264-022-05357-6 + + 10.1007/s00264-022-05357-6 + 35233711 + 9001224 + + + + Zhang C, Chen X, Wang J, et al. Diagnostic values of contrast-enhanced mri and contrast-enhanced Ct for evaluating the response of hepatocellular carcinoma after transarterial chemoembolisation: a meta-analysis. Bmj Open. 2024;14:e70364. https://doi.org/10.1136/bmjopen-2022-070364 + + 10.1136/bmjopen-2022-070364 + + + + Liu J, He G, Zhang Y, et al. Feasibility analysis of treating breast cancer patients with breast-conserving surgery via a periareolar incision combined with non-lipolytic suspension-type mastoscopy. Sci Rep. 2023;13:12129. https://doi.org/10.1038/s41598-023-39199-y + + 10.1038/s41598-023-39199-y + 37495629 + 10372002 + + + + Gui J, Li A, Su X, et al. Association between hyperglycemia in middle and late pregnancy and maternal-fetal outcomes: a retrospective study. Bmc Pregnancy Childbirth. 2014;14:34. https://doi.org/10.1186/1471-2393-14-34 + + 10.1186/1471-2393-14-34 + 24438028 + 3930106 + + + + Fomenko A, Weibel S, Moezi H, et al. Assessing severe acute respiratory syndrome coronavirus 2 infectivity by reverse-transcription polymerase chain reaction: a systematic review and meta-analysis. Rev Med Virol. 2022;32:e2342. https://doi.org/10.1002/rmv.2342 + + 10.1002/rmv.2342 + 35366033 + 9111068 + + + + Alizadeh-Sedigh M, Mahmoodzadeh H, Fazeli MS, et al. The potential of pik3ca, kras, braf, and apc hotspot mutations as a non-invasive detection method for colorectal cancer. Mol Cell Probes. 2022;63:101807. https://doi.org/10.1016/j.mcp.2022.101807 + + 10.1016/j.mcp.2022.101807 + 35296442 + + + + Kuo CY, Kuo LJ, Lin YK. Artificial intelligence based system for predicting permanent stoma after sphincter saving operations. Sci Rep. 2023;13:16039. https://doi.org/10.1038/s41598-023-43211-w + + 10.1038/s41598-023-43211-w + 37749194 + 10519982 + + + + Jolissaint JS, Wang T, Soares KC, et al. Machine learning radiomics can predict early liver recurrence after resection of intrahepatic cholangiocarcinoma. Hpb (Oxford). 2022;24:1341–50. https://doi.org/10.1016/j.hpb.2022.02.004 + + 10.1016/j.hpb.2022.02.004 + 35283010 + 9355916 + + + + Lee JW, Choe YH, Kim SM, et al. Comparison of diagnostic performance between dynamic versus static adenosine-stress myocardial Ct perfusion to detect hemodynamically significant coronary artery stenosis: a prospective multicenter study. Med (Baltim). 2022;101:e30477. https://doi.org/10.1097/MD.0000000000030477 + + 10.1097/MD.0000000000030477 + + + + Miniati M, Marzetti F, Palagini L, et al. Telephone-delivered interpersonal psychotherapy: a systematic review. Cns Spectr. 2023;28:16–28. https://doi.org/10.1017/S1092852921000948 + + 10.1017/S1092852921000948 + 34657641 + + + + +
+ + + 42210122 + + 2026 + 05 + 28 + +
+ + 1471-2318 + + + 2026 + May + 28 + + + BMC geriatrics + BMC Geriatr + + Joint trajectories of sleep duration and depressive symptoms and risk of incident multimorbidity: a longitudinal analysis with machine learning prediction. + 10.1186/s12877-026-07694-2 + + Sleep disturbances and depressive symptoms frequently co-occur in older adults. Both conditions follow distinct, time-varying trajectories. Nevertheless, most studies rely on cross-sectional assessments, limiting evidence regarding their joint longitudinal evolution and associations with incident chronic diseases. + This study utilized data drawn from 3,221 participants (aged ≥ 60 years) enrolled in the China Health and Retirement Longitudinal Study (CHARLS). Group-based multi-trajectory models (GBMTM) were constructed using repeated measures from 2011 to 2018 to identify heterogeneous joint trajectories of sleep duration and depressive symptoms. Cox proportional hazards models assessed associations with 13 incident chronic diseases and multimorbidity. Additionally, a machine learning framework incorporating seven algorithms was applied to identify baseline predictors of high-risk trajectories, followed by SHAP analysis to enhance model interpretability. + The mean age of participants was 65.80 ± 4.93 years. We identified four joint trajectories: normal-stable sleep and low-stable depression (24.46%), short-stable sleep and low-stable depression (27.17%), normal-increasing sleep and moderate-increasing depression (25.00%), and short-decreasing sleep and high-increasing depression (23.38%). The "short-decreasing sleep and high-increasing depression" trajectory exhibited the highest risks, notably for memory-related disorders (HR = 3.08), stroke (HR = 2.56), and multimorbidity (HR = 1.97). XGBoost and ANN achieved the best predictive performance (AUC = 0.805), with body pain and cognitive function identified as primary predictors. + The trajectory characterized by declining sleep duration and worsening depressive symptoms was associated with heightened risks of multimorbidity and various chronic conditions in older adults. These findings underscore the necessity of integrating sleep and depressive symptom surveillance for chronic disease prevention. Furthermore, early screening for body pain and cognitive decline may facilitate the timely identification of high-risk individuals and inform targeted precision interventions. + © 2026. The Author(s). + + + + Jiang + Jiecheng + J + + School of Basic Medical Sciences, Hubei University of Chinese Medicine, Wu Han, 430065, China. + + + + Li + Zhujiang + Z + + School of Basic Medical Sciences, Hubei University of Chinese Medicine, Wu Han, 430065, China. + + + + Zhang + Zhuo + Z + + School of Basic Medical Sciences, Hubei University of Chinese Medicine, Wu Han, 430065, China. + + + + Ji + Shiyu + S + + School of Basic Medical Sciences, Hubei University of Chinese Medicine, Wu Han, 430065, China. + + + + Zhang + Zefeng + Z + + School of Basic Medical Sciences, Hubei University of Chinese Medicine, Wu Han, 430065, China. + + + + Wu + Yixuan + Y + + School of Basic Medical Sciences, Hubei University of Chinese Medicine, Wu Han, 430065, China. + + + + Li + Yaqi + Y + + School of Basic Medical Sciences, Hubei University of Chinese Medicine, Wu Han, 430065, China. + + + + Yu + Mingyu + M + + School of Basic Medical Sciences, Hubei University of Chinese Medicine, Wu Han, 430065, China. + + + + Qiao + Peipei + P + + School of Basic Medical Sciences, Hubei University of Chinese Medicine, Wu Han, 430065, China. + + + + Xu + Junxiang + J + + School of Basic Medical Sciences, Hubei University of Chinese Medicine, Wu Han, 430065, China. + + + + Wang + Jun + J + + Engineering Research Center of TCM Protection Technology and New Product Development in Geriatric Brain Health, School of Basic Medicine, Ministry of Education, Hubei University of Chinese Medicine, Wu Han, 430065, China. wangjunucm@163.com. + + + Hubei Shizhen Laboratory, Wu Han, 430065, China. wangjunucm@163.com. + + + + Huang + Panpan + P + + School of Basic Medical Sciences, Hubei University of Chinese Medicine, Wu Han, 430065, China. panpanhuang@aliyun.com. + + + Engineering Research Center of TCM Protection Technology and New Product Development in Geriatric Brain Health, School of Basic Medicine, Ministry of Education, Hubei University of Chinese Medicine, Wu Han, 430065, China. panpanhuang@aliyun.com. + + + Hubei Shizhen Laboratory, Wu Han, 430065, China. panpanhuang@aliyun.com. + + + + eng + + + 82374310 + National Natural Science Foundation of China + + + + 2023AFD116 + Natural Science Foundation of Hubei Province + + + + + Journal Article + + + 2026 + 05 + 28 + +
+ + England + BMC Geriatr + 100968548 + 1471-2318 + + IM + + CHARLS + Chronic diseases + Depressive symptoms + Joint trajectories + Machine learning + Multimorbidity + Sleep duration + + Declarations. Ethics approval and consent to participate.: Ethical approval for data collection was granted by the Peking University Institutional Review Board (No. IRB00001052-11015), and all respondents provided written informed consent prior to participation. Consent for publication: All authors have read and agreed to the published version of the manuscript. Competing interests: The authors declare no competing interests. +
+ + + + 2026 + 5 + 29 + 15 + 44 + + + 2026 + 5 + 29 + 15 + 44 + + + 2026 + 1 + 15 + + + 2026 + 5 + 19 + + + 2026 + 5 + 28 + 23 + 55 + + + aheadofprint + + 42210122 + 10.1186/s12877-026-07694-2 + 10.1186/s12877-026-07694-2 + + +
+ + + 42210110 + + 2026 + 05 + 28 + +
+ + 1471-2407 + + + 2026 + May + 28 + + + BMC cancer + BMC Cancer + + AutoCumulus: an automated mammographic density measure created using artificial intelligence. + 10.1186/s12885-026-16264-z + + Mammographic (or breast) density is an established risk factor for breast cancer, previously measured using a variety of quantitative, semi-automated and automated approaches. We present a new automated measure, AutoCumulus, learned from applying deep learning to semi-automated measures. + We studied the mammograms of 9,057 population-screened women in the BRAIx program for which semi-automated measurements of mammographic density had been made by experienced readers using the CUMULUS software. The dataset was split into training, testing, and validation sets (80%, 10%, and 10%, respectively). We applied a deep learning regression model (fine-tuned ConvNeXtSmall) to estimate percentage density and assessed performance by the correlation between estimated and measured percent density using the testing dataset. The automated measure was independently tested using the CSAW-CC dataset in which density was measured using the LIBRA software by comparing measures for the left and right breasts, and the specificity for high sensitivity and the area under the receiver operating characteristic curve (AUC) for interval cancers. + The correlation in percent density between the automated and human measures was 0.95. Based on the CSAW-CC dataset, AutoCumulus outperformed LIBRA in terms of the correlation between the left and right breast (0.95 versus 0.79; P < 0.001), specificity for 95% sensitivity (13% versus 10%; P < 0.001 using McNemar's test), and AUC (0.638 versus 0.597; P < 0.01 using DeLong's test) for interval cancers. + We have created an automated measure of mammographic density that is highly accurate and allows rapid measurement of large numbers of mammograms. Compared with a well-established automated measure, AutoCumulus showed higher within-woman repeatability and modestly better prediction of interval cancers. These findings support its potential value as a scalable risk indicator, although further validation is required before clinical implementation. + © 2026. The Author(s). + + + + Al-Qershi + Osamah + O + + Centre for Epidemiology & Biostatistics, Melbourne School of Population and Global Health, University of Melbourne, Melbourne, VIC, Australia. o.alqershi@unimelb.edu.au. + + + + Nguyen + Tuong L + TL + + Centre for Epidemiology & Biostatistics, Melbourne School of Population and Global Health, University of Melbourne, Melbourne, VIC, Australia. + + + + Elliott + Michael S + MS + + Bioinformatics and Cellular Genomics Unit, St Vincent's Institute of Medical Research, Fitzroy, VIC, Australia. + + + Melbourne Integrative Genomics, School of Mathematics and Statistics/School of BioSciences, Faculty of Science, University of Melbourne, Melbourne, VIC, Australia. + + + + Schmidt + Daniel F + DF + + Centre for Epidemiology & Biostatistics, Melbourne School of Population and Global Health, University of Melbourne, Melbourne, VIC, Australia. + + + Faculty of Information Technology, Monash University, Clayton, VIC, Australia. + + + + Makalic + Enes + E + + Centre for Epidemiology & Biostatistics, Melbourne School of Population and Global Health, University of Melbourne, Melbourne, VIC, Australia. + + + Faculty of Information Technology, Monash University, Clayton, VIC, Australia. + + + + Li + Shuai + S + + Centre for Epidemiology & Biostatistics, Melbourne School of Population and Global Health, University of Melbourne, Melbourne, VIC, Australia. + + + Centre for Cancer Genetic Epidemiology, Department of Public Health and Primary Care, University of Cambridge, Cambridge, UK. + + + Precision Medicine, School of Clinical Sciences at Monash Health, Monash University, Clayton, VIC, Australia. + + + Murdoch Children's Research Institute, Royal Children's Hospital, Parkville, VIC, Australia. + + + + Fox + Samantha K + SK + + Centre for Epidemiology & Biostatistics, Melbourne School of Population and Global Health, University of Melbourne, Melbourne, VIC, Australia. + + + + Dowty + James G + JG + + Centre for Epidemiology & Biostatistics, Melbourne School of Population and Global Health, University of Melbourne, Melbourne, VIC, Australia. + + + + Peña-Solorzano + Carlos A + CA + + Bioinformatics and Cellular Genomics Unit, St Vincent's Institute of Medical Research, Fitzroy, VIC, Australia. + + + Melbourne Integrative Genomics, School of Mathematics and Statistics/School of BioSciences, Faculty of Science, University of Melbourne, Melbourne, VIC, Australia. + + + + Kwok + Chun Fung + CF + + Bioinformatics and Cellular Genomics Unit, St Vincent's Institute of Medical Research, Fitzroy, VIC, Australia. + + + Melbourne Integrative Genomics, School of Mathematics and Statistics/School of BioSciences, Faculty of Science, University of Melbourne, Melbourne, VIC, Australia. + + + + Chen + Yuanhong + Y + + School of Computer Science, Australian Institute for Machine Learning, University of Adelaide, Adelaide, South Australia, Australia. + + + + Wang + Chong + C + + School of Computer Science, Australian Institute for Machine Learning, University of Adelaide, Adelaide, South Australia, Australia. + + + + Lippey + Jocelyn + J + + Department of Surgery, St Vincent's Hospital Melbourne, Fitzroy, VIC, Australia. + + + Department of Surgery, Faculty of Medicine, Dentistry and Health Sciences - University of Melbourne, Carlton, VIC, Australia. + + + St Vincent's BreastScreen, St Vincent's Hospital Melbourne, Fitzroy, VIC, Australia. + + + + Brotchie + Peter + P + + Department of Radiology, St Vincent's Hospital Melbourne, Fitzroy, VIC, Australia. + + + + Carneiro + Gustavo + G + + Centre for Vision, Speech and Signal Processing, University of Surrey, Guildford, UK. + + + + McCarthy + Davis J + DJ + + Bioinformatics and Cellular Genomics Unit, St Vincent's Institute of Medical Research, Fitzroy, VIC, Australia. + + + Melbourne Integrative Genomics, School of Mathematics and Statistics/School of BioSciences, Faculty of Science, University of Melbourne, Melbourne, VIC, Australia. + + + + Jeong + Yeojin + Y + + Genome & Health Data Lab, Seoul National University School of Public Health, Seoul, Korea. + + + + Sung + Joohon + J + + Genome & Health Data Lab, Seoul National University School of Public Health, Seoul, Korea. + + + + Frazer + Helen M L + HML + + St Vincent's BreastScreen, St Vincent's Hospital Melbourne, Fitzroy, VIC, Australia. + + + BreastScreen Victoria, Carlton, VIC, Australia. + + + + Hopper + John L + JL + + Centre for Epidemiology & Biostatistics, Melbourne School of Population and Global Health, University of Melbourne, Melbourne, VIC, Australia. + + + + eng + + + AF7305 + Cancer Council Victoria grant + + + + ECRF19020 + Victoria Cancer Agency Early Career grant + + + + GNT2017373 + NHMRC Emerging Leadership Fellowship + + + + FT190100525 + ARC Future Fellowship grant + + + + EP/Y018036/1 + UK Research and Innovation grant + + + + NIHR158213 + National Institute for Health and Care Research grant + + + + 2020R1A2C2101041 + National Research Foundation, Korea + + + + MRFAI000090 + Australian government Medical Research Future Fund + + + + IIRS-20-054; IIRS-2024-0100 + Ramaciotti Foundation and the National Breast Cancer Foundation + + + + 2012799 + Cancer Australia + + + + APP2006899 + National Health and Medical Research Council + + + + GMT1137349 + NHMRC Fellowship grant + + + + + Journal Article + + + 2026 + 05 + 28 + +
+ + England + BMC Cancer + 100967800 + 1471-2407 + + IM + + Breast cancer + Breast density + Deep learning + Machine learning + + Declarations. Ethics approval and consent to participate: This study was approved by the ethics committee of the University of Melbourne under Ethics ID: 14545 and titled “Transforming Breast Cancer Screening with Artificial Intelligence (AI): An Exemplar for Broad AI Deployment in Healthcare.” Informed consent was waived by the board due to the data-only nature of the study. Consent for publication: Not applicable. Competing interests: The authors declare no competing interests. +
+ + + + 2026 + 5 + 29 + 15 + 41 + + + 2026 + 5 + 29 + 15 + 41 + + + 2025 + 9 + 16 + + + 2026 + 5 + 25 + + + 2026 + 5 + 28 + 23 + 55 + + + aheadofprint + + 42210110 + 10.1186/s12885-026-16264-z + 10.1186/s12885-026-16264-z + + +
+ + + 42210081 + + 2026 + 05 + 28 + +
+ + 1471-2229 + + + 2026 + May + 29 + + + BMC plant biology + BMC Plant Biol + + Predicting growth, water-use efficiency and drought response through machine learning, GWAS and differential expression in Ponderosa pine. + 10.1186/s12870-026-09113-5 + + Understanding the molecular basis of phenotypic trait variation is key in improving field performance in plants. Many plants have high within seed source phenotypic variation, making trait-based inferences for performance difficult and inaccurate. Our study combined machine learning methods along with genomics and transcriptomics to understand the molecular drivers of important seedling traits in ponderosa pine. We measured height, specific leaf area, biomass related traits, d13C, d15N, percent carbon, percent nitrogen in well-watered and drought conditions using species' range-wide seed sources. Seedlings from California's seed sources were the fastest growing, while the ones from Montana and Wyoming were the slowest. Despite differences in growth, common responses to drought were seen across all regions. Needles per bundle was shown to be an extremely useful trait to screen for growth strategies of a seed source. We identified one to 36 unique genes (2-209 SNPs) per trait that provided accurate predictions for most traits (2-37% mean absolute percent error). We show that prediction accuracy is trait dependent, mostly higher for traits with high heritability and lower in traits sensitive to environmental change. Drought-stressed seed sources from contrasting elevations showed differential expression of phenylpropanoids, terpenoids and carotenoids genes. Our predictive models show promise for future studies to predict phenotypes upon germination instead of waiting several years to measure specific traits. This will allow for a faster, more accurate selection of best suited individuals and seed sources for any site, resulting in more efficient and successful outplanting. + © 2026. The Author(s). + + + + Collins + Sean M + SM + + School of Forestry, Northern Arizona University, 200 E. Pine Knoll, Flagstaff, AZ, 86011, USA. + + + + Cathey + Madison J + MJ + + School of Forestry, Northern Arizona University, 200 E. Pine Knoll, Flagstaff, AZ, 86011, USA. + + + + Barrera + Mariola + M + + School of Forestry, Northern Arizona University, 200 E. Pine Knoll, Flagstaff, AZ, 86011, USA. + + + + Harris + Brooke + B + + School of Forestry, Northern Arizona University, 200 E. Pine Knoll, Flagstaff, AZ, 86011, USA. + + + + Baesen + Kailey + K + + School of Forestry, Northern Arizona University, 200 E. Pine Knoll, Flagstaff, AZ, 86011, USA. + + + + Lincoln + Anna + A + + Department of Interior, Bureau of Land Management Grand Junction Field Office, Grand Junction, CO, 81506, USA. + + + + Dixit + Aalap + A + + Department of Natural Resource Ecology & Management, Oklahoma State University Stillwater, Stillwater, OK, USA. + + + + De La Torre + Amanda R + AR + + School of Forestry, Northern Arizona University, 200 E. Pine Knoll, Flagstaff, AZ, 86011, USA. Amanda.de-la-torre@nau.edu. + + + + eng + + Journal Article + + + 2026 + 05 + 29 + +
+ + England + BMC Plant Biol + 100967807 + 1471-2229 + + IM + + Conifers + Differential expression + Drought + GWAS + Genomic Prediction + Machine Learning + Pleiotropy + Ponderosa pine + + Declarations. Ethics approval and consent to participate: No human or animal subjects were used in this study and thus no consent forms or formal IACUC or IRB permits were required. All seed was collected by individuals noted in the acknowledges on land they managed or on public lands Consent for publication: All authors agreed on this current manuscript draft and consented to publication.  Competing interests: The authors declare no competing interests. +
+ + + + 2026 + 5 + 29 + 15 + 42 + + + 2026 + 5 + 29 + 15 + 42 + + + 2026 + 2 + 24 + + + 2026 + 5 + 25 + + + 2026 + 5 + 28 + 23 + 53 + + + aheadofprint + + 42210081 + 10.1186/s12870-026-09113-5 + 10.1186/s12870-026-09113-5 + + +
+ + + 42210054 + + 2026 + 05 + 28 + +
+ + 1471-2180 + + + 2026 + May + 28 + + + BMC microbiology + BMC Microbiol + + Integrated analysis of human-mouse gut microbiota in RSV infection based on machine learning. + 10.1186/s12866-026-05228-9 + + Respiratory syncytial virus (RSV) is a leading cause of lower respiratory tract infections in children, but effective treatment options remain limited. The gut-lung axis, which highlights the role of gut microbiota in regulating respiratory immunity, provides new opportunities for developing probiotic-based therapies. However, existing studies on RSV-associated gut microbiota are often small-scale and lack systematic integration. To address this gap, we conducted a comprehensive machine learning-based analysis of gut microbiota data from RSV-infected children and mice, integrating five public datasets comprising 319 samples (154 children, 165 mice). + Pediatric samples were divided into control, infected, and recovery groups, while mouse samples included control and infected groups. Microbial diversity analysis revealed RSV infection disrupted gut microbiota structure in children, with reduced α-diversity in the infected group and significant β-diversity differences among groups (P < 0.001). Mice exhibited higher α-diversity than children, with distinct dominant taxa: Bifidobacteriaceae and Escherichia-Shigella prevailed in children, whereas Lachnospiraceae and Ligilactobacillus dominated in mice. Using 13 machine learning algorithms, we developed disease-prediction models at the family and genus levels, achieving superior performance in pediatric data (maximum AUC = 0.952) compared to mouse data. Cross-species analysis identified 62 family-level and 54 genus-level high-importance taxa (e.g., Bacteroidaceae, Bifidobacteriaceae, Romboutsia) shared between the two host species, accounting for 36%-60% of feature microbiota. Functional profiles showed significant remodeling during recovery, characterized by the loss of native functions such as D-arabinitol 4-dehydrogenase but acquisition of novel metabolic capabilities, including fructan biosynthesis pathways. Notably, Bacteroidaceae contributed extensively to differential functions, particularly short-chain fatty acid metabolism via propionyl-CoA carboxylase, highlighting its role in gut-lung immune regulation. + These findings provide the first cross-species machine learning analysis of RSV-associated, though not necessarily RSV-specific, gut microbiota, offering insights into gut-lung axis mechanisms and identifying potential targets for probiotic-based interventions in RSV management. + © 2026. The Author(s). + + + + Duan + You + Y + + The Joint Laboratory for Lung Development and Related Diseases of West China Second University Hospital, West China Institute of Women and Children's Health, Sichuan University and School of Life Sciences of Fudan University, West China Second University Hospital, Sichuan University, Chengdu, China. + + + Key Laboratory of Birth Defects and Related Diseases of Women and Children, Sichuan University, Ministry of Education, Chengdu, China. + + + NHC Key Laboratory of Chronobiology (Sichuan University), Chengdu, China. + + + Xizang Region Child Development Clinical Medical Research Center, Lhasa, China. + + + + Guo + Chen + C + + Department of Pediatric, The Quzhou Affiliated Hospital of Wenzhou Medical University, Quzhou People's Hospital, Quzhou, China. + + + Core Facility, The Quzhou Affiliated Hospital of Wenzhou Medical University, Quzhou People's Hospital, Quzhou, China. + + + + Xie + Liang + L + + The Joint Laboratory for Lung Development and Related Diseases of West China Second University Hospital, West China Institute of Women and Children's Health, Sichuan University and School of Life Sciences of Fudan University, West China Second University Hospital, Sichuan University, Chengdu, China. + + + Key Laboratory of Birth Defects and Related Diseases of Women and Children, Sichuan University, Ministry of Education, Chengdu, China. + + + NHC Key Laboratory of Chronobiology (Sichuan University), Chengdu, China. + + + Xizang Region Child Development Clinical Medical Research Center, Lhasa, China. + + + + Liu + Hanmin + H + 0000-0002-4633-911X + + The Joint Laboratory for Lung Development and Related Diseases of West China Second University Hospital, West China Institute of Women and Children's Health, Sichuan University and School of Life Sciences of Fudan University, West China Second University Hospital, Sichuan University, Chengdu, China. liuhm@scu.edu.cn. + + + Department of Pediatric Pulmonology and Immunology, West China Second University Hospital, Sichuan University, Chengdu, China. liuhm@scu.edu.cn. + + + Key Laboratory of Birth Defects and Related Diseases of Women and Children, Sichuan University, Ministry of Education, Chengdu, China. liuhm@scu.edu.cn. + + + NHC Key Laboratory of Chronobiology (Sichuan University), Chengdu, China. liuhm@scu.edu.cn. + + + Department of Pediatric Pulmonology and Immunology, WCSUH-Tianfu·Sichuan Provincial Children's Hospital, Sichuan University, Meishan, China. liuhm@scu.edu.cn. + + + Sichuan Birth Defects Clinical Research Center, West China Second University Hospital, Sichuan University, Chengdu, China. liuhm@scu.edu.cn. + + + Xizang Region Child Development Clinical Medical Research Center, Lhasa, China. liuhm@scu.edu.cn. + + + + Liu + Yang + Y + 0000-0003-4626-3618 + + The Joint Laboratory for Lung Development and Related Diseases of West China Second University Hospital, West China Institute of Women and Children's Health, Sichuan University and School of Life Sciences of Fudan University, West China Second University Hospital, Sichuan University, Chengdu, China. liuyangly@scu.edu.cn. + + + Key Laboratory of Birth Defects and Related Diseases of Women and Children, Sichuan University, Ministry of Education, Chengdu, China. liuyangly@scu.edu.cn. + + + NHC Key Laboratory of Chronobiology (Sichuan University), Chengdu, China. liuyangly@scu.edu.cn. + + + Xizang Region Child Development Clinical Medical Research Center, Lhasa, China. liuyangly@scu.edu.cn. + + + + eng + + + 2024YFFK0071 + the Key Research and Development Project of Sichuan Provincial Science and Technology Program + + + + No. U21A20333 + the National Natural Science Foundation of the China Joint Fund for Regional Innovation and Development + + + + No.2023NSFSC0530 + Sichuan Science and Technology Program + + + + + Journal Article + + + 2026 + 05 + 28 + +
+ + England + BMC Microbiol + 100966981 + 1471-2180 + + IM + + Cross-species analysis + Gut microbiota + Gut-lung axis + Machine learning + Respiratory syncytial virus (RSV) + + Declarations. Ethics approval and consent to participate: not applicable. Consent for publication: not applicable. Competing interests: The authors declare no competing interests. +
+ + + + 2026 + 5 + 29 + 15 + 44 + + + 2026 + 5 + 29 + 15 + 44 + + + 2025 + 11 + 19 + + + 2026 + 5 + 25 + + + 2026 + 5 + 28 + 23 + 52 + + + aheadofprint + + 42210054 + 10.1186/s12866-026-05228-9 + 10.1186/s12866-026-05228-9 + + +
+ + + 42209884 + + 2026 + 05 + 29 + + + 2026 + 05 + 28 + +
+ + 1554-3528 + + 58 + 7 + + 2026 + May + 28 + + + Behavior research methods + Behav Res Methods + + Know when to trust: Making AI scoring more reliable for educational assessment. + 178 + 10.3758/s13428-026-03058-1 + + The rapid rise of large language models (LLMs) has created new opportunities for educational measurement. This paper introduces and evaluates three improvements to LLM-based automated scoring tools: model self-confidence, weighted probabilistic scoring, and ensemble modeling. The study utilizes data from over 20,000 responses to the Alternative Uses Test, the most popular divergent thinking task, from more than 2,000 participants across multiple studies. Model self-confidence taps into LLMs' internal mechanisms to gauge their confidence in probability estimates, helping identify when machine-generated outputs are trustworthy. Weighted probabilistic scoring considers a broader range of completion possibilities in deriving a final score. The final technique, ensemble models, assesses the performance gains from combining multiple models. These methods, tested in divergent thinking response scoring, each show statistically significant positive results, with improvements in correlation with human judges (from r = 0.781 to r = 0.823) and reduction in error. All three techniques improve the performance and trustworthiness of automated scoring models, and are compatible as drop-in improvements to existing techniques. The findings suggest that these adjustments can boost the dependability and applicability of LLMs in educational scoring, specifically for systems that derive a quantitative measure from a text input. + © 2026. The Psychonomic Society, Inc. + + + + Organisciak + Peter + P + 0000-0002-9058-2280 + + University of Denver, 1999 E Evans Ave, Denver, CO, 80208, USA. peter.organisciak@du.edu. + + + + Acar + Selcuk + S + + University of North Texas, Denton, TX, 76205, USA. + + + + eng + + Journal Article + + + 2026 + 05 + 28 + +
+ + United States + Behav Res Methods + 101244316 + 1554-351X + + IM + + + Humans + + + Large Language Models + + + Educational Measurement + methods + + + Artificial Intelligence + + + Trust + + + Reproducibility of Results + + + + Divergent thinking tasks + Educational assessment + Ensemble modeling + Large language models + Model self-confidence + Weighted probabilistic scoring + + Declarations. Ethics approval: Not applicable. Consent for publication: Not applicable. Consent to participate: Not applicable. Conflicts of interest: None. +
+ + + + 2026 + 5 + 29 + 15 + 46 + + + 2026 + 5 + 29 + 15 + 45 + + + 2025 + 4 + 16 + + + 2026 + 4 + 21 + + + 2026 + 5 + 28 + 23 + 32 + + + epublish + + 42209884 + 10.3758/s13428-026-03058-1 + 10.3758/s13428-026-03058-1 + + + + Acar, S., Burnett, C., & Cabra, J. F. (2017). Ingredients of creativity: Originality and more. Creativity Research Journal, 29(2), 133–144. https://doi.org/10.1080/10400419.2017.1302776 + + 10.1080/10400419.2017.1302776 + + + + Acar, S., & Runco, M. A. (2019). Divergent thinking: New methods, recent research, and extended theory. Psychology of Aesthetics, Creativity, and the Arts, 13(2), 153–158. https://doi.org/10.1037/aca0000231 + + 10.1037/aca0000231 + + + + Acar, S., Organisciak, P., & Dumas, D. (2024a). Automated Scoring of Figural Tests of Creativity with Computer Vision. The Journal of Creative Behavior. https://doi.org/10.1002/jocb.677 + + + Acar, S., Dumas, D., Organisciak, P., & Berthiaume, K. (2024b). Measuring original thinking in elementary school: Development and validation of a computational psychometric approach. Journal of Educational Psychology. https://doi.org/10.1037/edu0000844 + + + Barbot, B. (2018). The dynamics of creative ideation: Introducing a new assessment paradigm. Frontiers in Psychology, 9, Article Article 2529. https://doi.org/10.3389/fpsyg.2018.02529 + + 10.3389/fpsyg.2018.02529 + 30618952 + 6297799 + + + + Beaty, R. E., & Johnson, D. R. (2021). Automating creativity assessment with SemDis: An open platform for computing semantic distance. Behavior Research Methods, 53(2), 757–780. https://doi.org/10.3758/s13428-020-01453-w + + 10.3758/s13428-020-01453-w + 32869137 + 8062332 + + + + Beaty, R. E., & Silvia, P. J. (2012). Why do ideas get more creative across time? An executive interpretation of the serial order effect in divergent thinking tasks. Psychology of Aesthetics, Creativity, and the Arts, 6(4), 309–319. https://doi.org/10.1037/a0029171 + + 10.1037/a0029171 + + + + Beaty, R. E., Kenett, Y. N., Christensen, A. P., Rosenberg, M. D., Benedek, M., Chen, Q., ... Silvia, P. J. (2018). Robust prediction of individual creative ability from brain functional connectivity. Proceedings of the National Academy of Sciences, 115(5), 1087–1092. https://doi.org/10.1073/pnas.1713532115 + + 10.1073/pnas.1713532115 + + + + Brennan, R. L. (2001). Generalizability theory. Springer. https://doi.org/10.1007/978-1-4757-3456-0 + + 10.1007/978-1-4757-3456-0 + + + + Brown, T., Mann, B., Ryder, N., Subbiah, M., Kaplan, J. D., Dhariwal, P., ... Askell, A. (2020). Language models are few-shot learners. Advances in Neural Information Processing Systems, 33, 1877–1901. + + + Buczak, P., Huang, H., Forthmann, B., & Doebler, P. (2023). The machines take over: A comparison of various supervised learning approaches for automated scoring of divergent thinking tasks. The Journal of Creative Behavior, 57(1), 17–36. https://doi.org/10.1002/jocb.559 + + 10.1002/jocb.559 + + + + Crocker, L., & Algina, J. (1986). Introduction to classical and modern test theory. Holt. + + + Deerwester, S., Dumais, S. T., Furnas, G. W., Landauer, T. K., & Harshman, R. (1990). Indexing by latent semantic analysis. Journal of the American Society for Information Science, 41(6), 391–407. + + + Diedrich, J., Benedek, M., Jauk, E., & Neubauer, A. C. (2015). Are creative ideas novel and useful? Psychology of Aesthetics, Creativity, and the Arts, 9(1), 35–40. https://doi.org/10.1037/a0038688 + + + DiStefano, P. V., Patterson, J. D., & Beaty, R. E. (2024). Automatic scoring of metaphor creativity with large language models. Creativity Research Journal, 0(0), 1–15. https://doi.org/10.1080/10400419.2024.2326343 + + 10.1080/10400419.2024.2326343 + + + + Dumas, D., Organisciak, P., & Doherty, M. (2021). Measuring divergent thinking originality with human raters and text-mining models: A psychometric comparison of methods. Psychology of Aesthetics, Creativity, and the Arts, 15(4), 645–663. https://doi.org/10.1037/aca0000319 + + 10.1037/aca0000319 + + + + Dunbar, K., & Forster, E. (2009). Creativity evaluation through latent semantic analysis. Proceedings of the Annual Meeting of the Cognitive Science Society, 31(31). + + + Embretson, S. E., & Reise, S. P. (2013). Item response theory for psychologists. Psychology Press. + + 10.4324/9781410605269 + + + + Farquhar, S., Kossen, J., Kuhn, L., & Gal, Y. (2024). Detecting hallucinations in large language models using semantic entropy. Nature, 630, 625–630. https://doi.org/10.1038/s41586-024-07421-0 + + + Fort, S., Hu, H., & Lakshminarayanan, B. (2020). Deep ensembles: A loss landscape perspective. arXiv preprintarXiv:1912.02757. + + + Forthmann, B., Oyebade, O., Ojo, A., Günther, F., & Holling, H. (2019). Application of latent semantic analysis to divergent thinking is biased by elaboration. The Journal of Creative Behavior, 53(4), 559–575. https://doi.org/10.1002/jocb.240 + + 10.1002/jocb.240 + + + + Forthmann, B., & Doebler, P. (2022). Fifty years later and still working: Rediscovering Paulus et al.’s (1970) automated scoring of divergent thinking tests. https://doi.org/10.1037/aca0000518 + + + Freund, Y., & Schapire, R. E. (1996). Experiments with a new boosting algorithm. Icml, 96, 148–156. + + + Geng, J., Cai, F., Wang, Y., Koeppl, H., Nakov, P., & Gurevych, I. (2024). A Survey of Confidence Estimation and Calibration in Large Language Models. In K. Duh, H. Gomez, & S. Bethard (Eds.), Proceedings of the 2024 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies (Volume 1: Long Papers) (pp. 6577–6595). Association for Computational Linguistics. https://doi.org/10.18653/v1/2024.naacl-long.366 + + + Goecke, B., DiStefano, P. V., Aschauer, W., Haim, K., Beaty, R., & Forthmann, B. (2024). Automated scoring of scientific creativity in German. The Journal of Creative Behavior, 58(3), 321–327. https://doi.org/10.1002/jocb.658 + + 10.1002/jocb.658 + + + + Guilford, J. P., Merrifield, P. R., & Wilson, R. C. (1958). Unusual uses test. Sheridan Psychological Services. + + + Guilford, J. P. (1967). Creativity: Yesterday, today and tomorrow. The Journal of Creative Behavior, 1(1), 3–14. https://doi.org/10.1002/j.2162-6057.1967.tb00002.x + + 10.1002/j.2162-6057.1967.tb00002.x + + + + Guo, C., Pleiss, G., Sun, Y., & Weinberger, K. Q. (2017, July). On calibration of modern neural networks. In International conference on machine learning (pp. 1321–1330). PMLR. + + + Hofelich Mohr, A., Sell, A., & Lindsay, T. (2016). Thinking inside the box: Visual design of the response box affects creative divergent thinking in an online survey. Social Science Computer Review, 34(3), 347–359. https://doi.org/10.1177/0894439315588736 + + 10.1177/0894439315588736 + + + + Holtzman, A., Buys, J., Du, L., Forbes, M., & Choi, Y. (2019). The curious case of neural text degeneration. arXiv preprint arXiv:1904.09751 . + + + Jacobs, R. A., Jordan, M. I., Nowlan, S. J., & Hinton, G. E. (1991). Adaptive mixtures of local experts. Neural Computation, 3(1), 79–87. + + 10.1162/neco.1991.3.1.79 + 31141872 + + + + Kadavath, S., Conerly, T., Askell, A., Henighan, T., Drain, D., Perez, E., … Kaplan, J. (2022). Language models (mostly) know what they know. arXiv preprint arXiv:2207.05221 . + + + Kaufman, J. C., Plucker, J. A., & Russell, C. M. (2012). Identifying and assessing creativity as a component of giftedness. Journal of Psychoeducational Assessment, 30(1), 60–73. https://doi.org/10.1177/0734282911428196 + + 10.1177/0734282911428196 + + + + Lakshminarayanan, B., Pritzel, A., & Blundell, C. (2017). Simple and scalable predictive uncertainty estimation using deep ensembles. Advances in Neural Information Processing Systems, 30. + + + Lord, F. M., & Novick, M. R. (1968). Statistical theories of mental test scores. IAP. + + + Organisciak, P., Acar, S., Dumas, D., & Berthiaume, K. (2023). Beyond semantic distance: Automated scoring of divergent thinking greatly improves with large language models. Thinking Skills and Creativity. https://doi.org/10.1016/j.tsc.2023.101356 + + 10.1016/j.tsc.2023.101356 + + + + Ouyang, L., Wu, J., Jiang, X., Almeida, D., Wainwright, C. L., Mishkin, P., ... Lowe, R. (2022). Training language models to follow instructions with human feedback(arXiv:2203.02155). arXiv. https://doi.org/10.48550/arXiv.2203.02155 + + + Patterson, J. D., Barbot, B., Lloyd-Cox, J., & Beaty, R. E. (2024). AuDrA: An automated drawing assessment platform for evaluating creativity. Behavior Research Methods, 56(4), 3619–3636. https://doi.org/10.3758/s13428-023-02258-3 + + 10.3758/s13428-023-02258-3 + 37919616 + + + + Paulus, D. H. (1970). Computer Simulation of Human Ratings of Creativity. Final Report. + + + Radford, A., Narasimhan, K., Salimans, T., & Sutskever, I. (2018). Improving language understanding by generative pre-training. + + + Raffel, C., Shazeer, N., Roberts, A., Lee, K., Narang, S., Matena, M., ... Liu, P. J. (2020). Exploring the limits of transfer learning with a unified text-to-text transformer. Journal of Machine Learning Research, 21(140), 1–67. + + + Regulation 2024/1689. Regulation (EU) 2024/1689 of the European Parliament and of the Council of 13 June 2024 laying down harmonised rules on artificial intelligence and amending Regulations (EC) No 300/2008, (EU) No 167/2013, (EU) No 168/2013, (EU) 2018/858, (EU) 2018/1139 and (EU) 2019/2144 and Directives 2014/90/EU, (EU) 2016/797 and (EU) 2020/1828. https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:32024R1689 + + + Reiter-Palmon, R., Forthmann, B., & Barbot, B. (2019). Scoring divergent thinking tests: A review and systematic framework. Psychology of Aesthetics, Creativity, and the Arts, 13(2), 144–152. https://doi.org/10.1037/aca0000227 + + 10.1037/aca0000227 + + + + Runco, M. A. (1991). Divergent thinking. Ablex Publishing Corporation. + + + Runco, M. A. (2003). Education for creative potential. Scandinavian Journal of Educational Research, 47(3), 317–324. https://doi.org/10.1080/003138 + + 10.1080/003138 + + + + Runco, M. A., & Acar, S. (2012). Divergent thinking as an indicator of creative potential. Creativity Research Journal, 24(1), 66–75. https://doi.org/10.1080/10400419.2012.652929 + + 10.1080/10400419.2012.652929 + + + + Runco, M. A., & Acar, S. (2024). Assessing divergent thinking: recent advances. In M. A. Runco & S. Acar. Handbook of creativity assessment. (pp. 126–145). Edward Elgar. + + + Shazeer, N., Mirhoseini, A., Maziarz, K., Davis, A., Le, Q., Hinton, G., & Dean, J. (2017). Outrageously large neural networks: The sparsely-gated mixture-of-experts layer. arXiv preprint arXiv:1701.06538 . + + + Silvia, P. J., Nusbaum, E. C., & Beaty, R. E. (2017). Old or new? Evaluating the Old/New scoring method for divergent thinking tasks. The Journal of Creative Behavior, 51(3), 216–224. https://doi.org/10.1002/jocb.101 + + 10.1002/jocb.101 + + + + Silvia, P. J., Nusbaum, E. C., Berg, C., Martin, C., & O’Connor, A. (2009). Openness to experience, plasticity, and creativity: Exploring lower-order, high-order, and interactive effects. Journal of Research in Personality, 43(6), 1087–1090. https://doi.org/10.1016/j.jrp.2009.04.015 + + 10.1016/j.jrp.2009.04.015 + + + + Silvia, P. J., Winterstein, B. P., Willse, J. T., Barona, C. M., Cram, J. T., Hess, K. I., Martinez, J. L., & Richard, C. A. (2008). Assessing creativity with divergent thinking tasks: Exploring the reliability and validity of new subjective scoring methods. Psychology of Aesthetics, Creativity, and the Arts, 2(2), 68–85. https://doi.org/10.1037/1931-3896.2.2.68 + + 10.1037/1931-3896.2.2.68 + + + + Song, X., Li, O., Lee, C., Yang, B., Peng, D., Perel, S., & Chen, Y. (2025). OmniPred: Language models as universal regressors. arXiv. https://doi.org/10.48550/arXiv.2402.14547 + + 10.48550/arXiv.2402.14547 + 41445810 + 12723787 + + + + Torrance, E. P. (1966). Torrance test of creative thinking: Norms-technical manual research edition-verbal tests, forms A and B-figural tests, forms A and B. Personnel Press. + + + Wallach, M. A., & Kogan, N. (1965). Modes of thinking in young children: A study of the creativity-intelligence distinction (p. 355). Holt, Rinehart & Winston. + + + Wei, J., Wang, X., Schuurmans, D., Bosma, M., Xia, F., Chi, E., … Zhou, D. (2022). Chain-of-thought prompting elicits reasoning in large language models. Advances in neural information processing systems, 35, 24824–24837. + + + Wilson, R. C., Guilford, J. P., & Christensen, P. R. (1953). The measurement of individual differences in originality. Psychological Bulletin, 50(5), 362–370. https://doi.org/10.1037/h0060857 + + 10.1037/h0060857 + 13100527 + + + + Yadkori, Y. A., Kuzborskij, I., György, A., & Szepesvári, C. (2024). To Believe or Not to Believe Your LLM. arXiv preprint arXiv:2406.02543. + + + Zielińska, A., Organisciak, P., Dumas, D., & Karwowski, M. (2023). Lost in translation? Not for large language models: Automated divergent thinking scoring performance translates to non-English contexts. Thinking Skills and Creativity, 50, Article 101414. https://doi.org/10.1016/j.tsc.2023.101414 + + 10.1016/j.tsc.2023.101414 + + + + +
+ + + 42209881 + + 2026 + 05 + 29 + + + 2026 + 05 + 28 + +
+ + 1432-1459 + + 273 + 6 + + 2026 + May + 28 + + + Journal of neurology + J Neurol + + Artificial intelligence for gait and balance in neurological disorders: a scoping review of clinical applications and technologies. + 346 + 10.1007/s00415-026-13828-8 + + Artificial intelligence (AI) has rapidly emerged within healthcare systems and neurological rehabilitation with the potential to revolutionize clinical decision-making and therapeutic strategies. However, a comprehensive understanding of how AI is currently applied to gait and balance rehabilitation in stroke, Parkinson's disease (PD), and multiple sclerosis (MS) is still lacking. + To map the current use of AI in neurological rehabilitation, focusing on clinical purposes, geographical distribution, and applied technologies for gait and balance rehabilitation. + Following the PRISMA-ScR statement, we conducted a literature search through MEDLINE, Cochrane CENTRAL, EMBASE, and Google Scholar up to July 2025 to identify studies applying AI-based methods to gait and balance outcomes in adults with stroke, PD, or MS. Study characteristics, AI methods, validation strategies, clinical purpose, and motor outcomes were extracted and synthesized narratively. + Eighteen studies published from 2009 to 2025 were included. Most studies were conducted in Asia (50%) and involved people with stroke (77.8%). AI was predominantly used for prognostic purposes (72.22%), such as predicting falls, gait recovery, or treatment response and diagnostic applications (33.3%). Machine learning was the most common approach (88.9%) with Random Forest, Support Vector Machine, logistic regression, and eXtreme Gradient Boosting being the most frequently applied algorithms. None of the included studies performed prospective or external validation on independent datasets. + This scoping review provides a comprehensive overview of current AI applications, highlighting promising but still immature approaches in the neurological rehabilitation of gait and balance. However, substantial methodological limitations remain major barriers to clinical translation. + © 2026. Springer-Verlag GmbH Germany, part of Springer Nature. + + + + Pegorini + C + C + 0009-0001-0662-0388 + + IRCCS Fondazione Don Carlo Gnocchi ETS, Via Capecelatro 66, 20148, Milan, Italy. + + + + Cattaneo + D + D + 0000-0003-4251-1856 + + IRCCS Fondazione Don Carlo Gnocchi ETS, Via Capecelatro 66, 20148, Milan, Italy. dcattaneo@dongnocchi.it. + + + Department of Physiopathology and Transplants, University of Milan, 20100, Milan, Italy. dcattaneo@dongnocchi.it. + + + + Meotti + M + M + + IRCCS Fondazione Don Carlo Gnocchi ETS, Via Capecelatro 66, 20148, Milan, Italy. + + + + Baglio + F + F + 0000-0002-6145-5274 + + IRCCS Fondazione Don Carlo Gnocchi ETS, Via Capecelatro 66, 20148, Milan, Italy. + + + + Mannini + A + A + 0000-0003-0760-052X + + IRCCS Fondazione Don Carlo Gnocchi ETS, Florence, Italy. + + + + Cordani + C + C + 0000-0002-9014-7887 + + IRCCS Galeazzi-Sant'Ambrogio Hospital, Milan, Italy. + + + + Gervasoni + E + E + 0000-0002-6057-591X + + IRCCS Fondazione Don Carlo Gnocchi ETS, Via Capecelatro 66, 20148, Milan, Italy. + + + + eng + + + RC 2026 + Ministero della Salute + + + + PNC0000007 + Ministero della Salute + + + + + Journal Article + Scoping Review + Review + + + 2026 + 05 + 28 + +
+ + Germany + J Neurol + 0423161 + 0340-5354 + + IM + + + Humans + + + Artificial Intelligence + + + Postural Balance + physiology + + + Nervous System Diseases + rehabilitation + physiopathology + + + Gait + physiology + + + Gait Disorders, Neurologic + rehabilitation + + + Parkinson Disease + rehabilitation + physiopathology + + + Neurological Rehabilitation + methods + + + Multiple Sclerosis + rehabilitation + physiopathology + + + Stroke + + + + Artificial intelligence + Gait + Nervous system diseases + Postural balance + Rehabilitation + + Declarations. Conflicts of interest: The authors have no competing interests that are relevant to the content of this article. +
+ + + + 2026 + 5 + 29 + 15 + 42 + + + 2026 + 5 + 29 + 15 + 41 + + + 2026 + 1 + 23 + + + 2026 + 4 + 11 + + + 2026 + 4 + 9 + + + 2026 + 5 + 28 + 23 + 32 + + + epublish + + 42209881 + 10.1007/s00415-026-13828-8 + 10.1007/s00415-026-13828-8 + + + + Calderone A, Latella D, Bonanno M et al (2024) Towards transforming neurorehabilitation: the impact of artificial intelligence on diagnosis and treatment of neurological disorders. Biomedicines. https://doi.org/10.3390/BIOMEDICINES12102415 + + 10.3390/BIOMEDICINES12102415 + 39595177 + 11591838 + + + + World Health Organization (2006) Neurological disorders: public health challenges. World Health Organization + + + Khan F, Turner-Stokes L, Ng L et al (2006) Multidisciplinary rehabilitation for adults with multiple sclerosis. In: Khan F (ed) Cochrane database of systematic reviews. Wiley, UK + + + Khan F, Amatya B, Kesselring J, Galea MP (2015) Telerehabilitation for persons with multiple sclerosis: a Cochrane review. Eur J Phys Rehabil Med 51:311–325 + + 25943744 + + + + Fiorente N, Mojdehdehbaher S, Calabrò RS (2024) Artificial intelligence and neurorehabilitation: fact vs. fiction. Innov Clin Neurosci 21:10–12 + + 38495602 + 10941864 + + + + Negrini S, Selb M, Kiekens C et al (2022) Rehabilitation definition for research purposes: a global stakeholders’ initiative by Cochrane Rehabilitation. Eur J Phys Rehabil Med. https://doi.org/10.23736/S1973-9087.22.07509-8 + + 10.23736/S1973-9087.22.07509-8 + 36534008 + 10153550 + + + + Radder DLM, de Lima ALS, Domingos J et al (2020) Physiotherapy in Parkinson’s disease: a meta-analysis of present treatment modalities. Neurorehabil Neural Repair 34:871–880. https://doi.org/10.1177/1545968320952799 + + 10.1177/1545968320952799 + 32917125 + 7564288 + + + + Lee KE, Choi M, Jeoung B (2022) Effectiveness of rehabilitation exercise in improving physical function of stroke patients: a systematic review. Int J Environ Res Public Health 19:12739. https://doi.org/10.3390/ijerph191912739 + + 10.3390/ijerph191912739 + 36232038 + 9566624 + + + + Goikoetxea-Sotelo G, van Hedel HJA (2023) Defining, quantifying, and reporting intensity, dose, and dosage of neurorehabilitative interventions focusing on motor outcomes. Front Rehabil Sci. https://doi.org/10.3389/fresc.2023.1139251 + + 10.3389/fresc.2023.1139251 + 37637933 + 10457006 + + + + Chang WH (2022) Personalized approaches to stroke: one step forward for functional recovery of stroke patients. J Pers Med. https://doi.org/10.3390/jpm12050822 + + 10.3390/jpm12050822 + 36675730 + 9866642 + + + + Moon S, Ahmadnezhad P, Song H-J et al (2020) Artificial neural networks in neurorehabilitation: a scoping review. NeuroRehabil 46:259–269. https://doi.org/10.3233/NRE-192996 + + 10.3233/NRE-192996 + + + + Rasa AR (2024) Artificial Intelligence and its revolutionary role in physical and mental rehabilitation: a review of recent advancements. BioMed Res Int 2024:9554590. https://doi.org/10.1155/bmri/9554590 + + 10.1155/bmri/9554590 + 39720127 + 11668540 + + + + Luvizutto GJ, Silva GF, Nascimento MR et al (2022) Use of artificial intelligence as an instrument of evaluation after stroke: a scoping review based on international classification of functioning, disability and health concept. Top Stroke Rehabil 29:331–346. https://doi.org/10.1080/10749357.2021.1926149 + + 10.1080/10749357.2021.1926149 + 34115576 + + + + Arac A (2020) Machine learning for 3D kinematic analysis of movements in neurorehabilitation. Curr Neurol Neurosci Rep 20:29. https://doi.org/10.1007/s11910-020-01049-z + + 10.1007/s11910-020-01049-z + 32542455 + 7397814 + + + + Swarnakar R, Yadav SL (2023) Artificial intelligence and machine learning in motor recovery: a rehabilitation medicine perspective. World J Clin Cases 11:7258–7260. https://doi.org/10.12998/wjcc.v11.i29.7258 + + 10.12998/wjcc.v11.i29.7258 + 37946764 + 10631394 + + + + Castelli Gattinara Di Zubiena F, Menna G, Mileti I et al (2022) Machine learning and wearable sensors for the early detection of balance disorders in Parkinson’s disease. Sensors (Basel). https://doi.org/10.3390/s22249903 + + 10.3390/s22249903 + 36560278 + 9782434 + + + + Xing Y, Xiao J, Zeng B, Wang Q (2023) ICTs and interventions in telerehabilitation and their effects on stroke recovery. Front Neurol. https://doi.org/10.3389/fneur.2023.1234003 + + 10.3389/fneur.2023.1234003 + 38046585 + 10693474 + + + + Tricco AC, Lillie E, Zarin W et al (2018) PRISMA extension for scoping reviews (PRISMA-ScR): checklist and explanation. Ann Intern Med 169:467–473. https://doi.org/10.7326/M18-0850 + + 10.7326/M18-0850 + 30178033 + + + + Abdollahi M, Rashedi E, Jahangiri S et al (2024) Fall risk assessment in stroke survivors: a machine learning model using detailed motion data from common clinical tests and motor-cognitive dual-tasking. Sensors Basel 24:812. https://doi.org/10.3390/s24030812 + + 10.3390/s24030812 + 38339529 + 10857540 + + + + Cui C, Bian G-B, Hou Z-G et al (2018) Simultaneous recognition and assessment of post-stroke hemiparetic gait by fusing kinematic, kinetic, and electrophysiological data. IEEE Trans Neural Syst Rehabil Eng 26:856–864. https://doi.org/10.1109/TNSRE.2018.2811415 + + 10.1109/TNSRE.2018.2811415 + 29641390 + + + + Donisi L, Cesarelli G, Balbi P et al (2021) Positive impact of short-term gait rehabilitation in Parkinson patients: a combined approach based on statistics and machine learning. Math Biosci Eng 18:6995–7009. https://doi.org/10.3934/mbe.2021348 + + 10.3934/mbe.2021348 + 34517568 + + + + Dvorani A, Waldheim V, Jochner MCE et al (2021) Real-time detection of freezing motions in Parkinson’s patients for adaptive gait phase synchronous cueing. Front Neurol. https://doi.org/10.3389/FNEUR.2021.720516/PDF + + 10.3389/FNEUR.2021.720516/PDF + 34938252 + 8685223 + + + + Finocchi A, Campagnini S, Mannini A et al (2024) Multiple imputation integrated to machine learning: predicting post-stroke recovery of ambulation after intensive inpatient rehabilitation. Sci Rep. https://doi.org/10.1038/S41598-024-74537-8 + + 10.1038/S41598-024-74537-8 + 39448629 + 11502899 + + + + Hu W, Combden O, Jiang X et al (2022) Machine learning corroborates subjective ratings of walking and balance difficulty in multiple sclerosis. Front Artif Intell. https://doi.org/10.3389/FRAI.2022.952312 + + 10.3389/FRAI.2022.952312 + 36248625 + 9556653 + + + + Jeon ET, Lee S, Eun MY, Jung JM (2024) Center of pressure- and machine learning-based gait score and clinical risk factors for predicting functional outcome in acute ischemic stroke. Arch Phys Med Rehabil 105:2277–2285. https://doi.org/10.1016/J.APMR.2024.08.006 + + 10.1016/J.APMR.2024.08.006 + 39187003 + + + + Kim H, Shin J, Kim Y et al (2024) Identifying best fall-related balance factors and robotic-assisted gait training attributes in 105 post-stroke patients using clinical machine learning models. NeuroRehabilitation 55:1–10. https://doi.org/10.3233/NRE-240116 + + 10.3233/NRE-240116 + 39031394 + + + + Lau H, Tong K, Zhu H (2009) Support vector machine for classification of walking conditions of persons after stroke with dropped foot. Hum Mov Sci 28:504–514. https://doi.org/10.1016/j.humov.2008.12.003 + + 10.1016/j.humov.2008.12.003 + 19428134 + + + + Liuzzi P, Carpinella I, Anastasi D et al (2023) Machine learning-based estimation of dynamic balance and gait adaptability in persons with neurological diseases using inertial sensors. Sci Rep 13:1–15. https://doi.org/10.1038/S41598-023-35744-X + + 10.1038/S41598-023-35744-X + + + + Lu Z, Zhou H, Lyu H et al (2025) Berg Balance Scale scoring system for balance evaluation by leveraging attention-based deep learning with wearable IMU sensors. Bioengineering (Basel) 12:395. https://doi.org/10.3390/BIOENGINEERING12040395 + + 10.3390/BIOENGINEERING12040395 + 40281755 + 12025094 + + + + Ma J, Xie Y (2025) Machine learning techniques for independent gait recovery prediction in acute anterior circulation ischemic stroke. J Neuroeng Rehabil 22(1):1–14. https://doi.org/10.1186/S12984-025-01548-5 + + 10.1186/S12984-025-01548-5 + + + + Park S, Choi J, Kim Y, You JH (2024) Clinical machine learning predicting best stroke rehabilitation responders to exoskeletal robotic gait rehabilitation. Neurorehabilit 54:619–628. https://doi.org/10.3233/NRE-240070 + + 10.3233/NRE-240070 + + + + Pickle NT, Shearin SM, Fey NP (2018) A machine learning approach to targeted balance rehabilitation in people with Parkinson’s disease using a sparse sensor set. Annu Int Conf IEEE Eng Med Biol Soc 2018:1202–1205. https://doi.org/10.1109/EMBC.2018.8512530 + + 10.1109/EMBC.2018.8512530 + 30440605 + + + + Sun J, Jia T, Lim K et al (2024) Unsupervised gait assessments of stroke patients using a smartphone and machine learning. Annu Int Conf IEEE Eng Med Biol Soc. https://doi.org/10.1109/EMBC53108.2024.10782193 + + 10.1109/EMBC53108.2024.10782193 + 40040193 + 12442950 + + + + Tang Z, Su W, Liu T et al (2024) Prediction of poststroke independent walking using machine learning: a retrospective study. BMC Neurol 24:1–10. https://doi.org/10.1186/S12883-024-03849-Z + + 10.1186/S12883-024-03849-Z + + + + Botonis OK, Harari Y, Embry KR et al (2022) Wearable airbag technology and machine learned models to mitigate falls after stroke. J Neuroeng Rehabil. https://doi.org/10.1186/S12984-022-01040-4 + + 10.1186/S12984-022-01040-4 + 35715823 + 9205156 + + + + Harari Y, Harari Y, O’Brien MK et al (2020) Inpatient stroke rehabilitation: prediction of clinical outcomes using a machine-learning approach. J Neuroeng Rehabil. https://doi.org/10.1186/S12984-020-00704-3 + + 10.1186/S12984-020-00704-3 + 32522242 + 7288489 + + + + Hosmer DW, Lemeshow S, Sturdivant RX (2013) Applied logistic regression. Wiley + + 10.1002/9781118548387 + + + + Cortes C, Vapnik V, Saitta L (1995) Support-vector networks. Mach Learn 20(3):273–297. https://doi.org/10.1007/BF00994018 + + 10.1007/BF00994018 + + + + Chen T, Guestrin C (2016) XGBoost. In: Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining. ACM, New York, NY, USA, pp 785–794 + + + Breiman L (2001) Random forests. Mach Learn 45:5–32. https://doi.org/10.1023/A:1010933404324 + + 10.1023/A:1010933404324 + + + + Maggio MG, De Luca R, Manuli A, Calabrò RS (2020) The five “W” of cognitive telerehabilitation in the Covid-19 era. Expert Rev Med Devices 17:473–475. https://doi.org/10.1080/17434440.2020.1776607 + + 10.1080/17434440.2020.1776607 + 32476504 + + + + Bint KU, Naeem M, Stasolla F et al (2024) Impact of AI-powered solutions in rehabilitation process: recent improvements and future trends. Int J Gen Med 17:943. https://doi.org/10.2147/IJGM.S453903 + + 10.2147/IJGM.S453903 + + + + Zu W, Huang A, Xu T et al (2023) Machine learning in predicting outcomes for stroke patients following rehabilitation treatment: a systematic review. PLoS ONE 18:e0287308. https://doi.org/10.1371/JOURNAL.PONE.0287308 + + 10.1371/JOURNAL.PONE.0287308 + 37379289 + 10306189 + + + + Ma B, Yang J, Wong FKY et al (2023) Artificial intelligence in elderly healthcare: a scoping review. Ageing Res Rev. https://doi.org/10.1016/j.arr.2022.101808 + + 10.1016/j.arr.2022.101808 + 38145874 + + + + Cossy-Gantner A, Germann S, Schwalbe NR, Wahl B (2018) Artificial intelligence (AI) and global health: how can AI contribute to health in resource-poor settings? BMJ Glob Health 3:798. https://doi.org/10.1136/BMJGH-2018-000798 + + 10.1136/BMJGH-2018-000798 + + + + Serena RS, Hinterwimmer F, Burgkart R et al (2025) The use of artificial intelligence and wearable inertial measurement units in medicine: systematic review. JMIR Mhealth Uhealth 13:e60521. https://doi.org/10.2196/60521 + + 10.2196/60521 + + + + Samadi Kohnehshahri F, Merlo A, Mazzoli D et al (2024) Machine learning applied to gait analysis data in cerebral palsy and stroke: a systematic review. Gait Posture 111:105–121. https://doi.org/10.1016/j.gaitpost.2024.04.007 + + 10.1016/j.gaitpost.2024.04.007 + 38663321 + + + + Tran BX, Vu GT, Ha GH et al (2019) Global evolution of research in artificial intelligence in health and medicine: a bibliometric study. J Clin Med 8(3):360. https://doi.org/10.3390/JCM8030360 + + 10.3390/JCM8030360 + 30875745 + 6463262 + + + + Čartolovni A, Tomičić A, Lazić Mosler E (2022) Ethical, legal, and social considerations of AI-based medical decision-support tools: a scoping review. Int J Med Inform 161:104738. https://doi.org/10.1016/J.IJMEDINF.2022.104738 + + 10.1016/J.IJMEDINF.2022.104738 + 35299098 + + + + Were MC (2022) Challenges in digital medicine applications in under-resourced settings. Nat Commun 13:3020. https://doi.org/10.1038/S41467-022-30728-3 + + 10.1038/S41467-022-30728-3 + + + + Adamek ME, Gebremariam Kotecho M, Chane S, Gebeyaw G (2022) Challenges and assets of older adults in Sub-Saharan Africa: perspectives of gerontology scholars. J Aging Soc Policy 34:108–126. https://doi.org/10.1080/08959420.2021.1927614 + + 10.1080/08959420.2021.1927614 + 34160333 + + + + Alanazi A (2022) Using machine learning for healthcare challenges and opportunities. Inform Med Unlocked 30:100924. https://doi.org/10.1016/J.IMU.2022.100924 + + 10.1016/J.IMU.2022.100924 + + + + Aickelin U, Newman-Griffis DR, Desmet B et al (2023) Artificial intelligence for human function and disability. Front Digit Health. https://doi.org/10.3389/fdgth.2023.1282287 + + 10.3389/fdgth.2023.1282287 + + + + Xie F, Yuan H, Ning Y et al (2022) Deep learning for temporal data representation in electronic health records: a systematic review of challenges and methodologies. J Biomed Inform. https://doi.org/10.1016/j.jbi.2021.103980 + + 10.1016/j.jbi.2021.103980 + 36038067 + + + + Moglia V, Johnson O, Cook G et al (2025) Artificial intelligence methods applied to longitudinal data from electronic health records for prediction of cancer: a scoping review. BMC Med Res Methodol 25:24. https://doi.org/10.1186/s12874-025-02473-w + + 10.1186/s12874-025-02473-w + 39875808 + 11773903 + + + + Wei S, Wu Z (2023) The application of wearable sensors and machine learning algorithms in rehabilitation training: a systematic review. Sensors (Basel) 23:7667. https://doi.org/10.3390/S23187667 + + 10.3390/S23187667 + 37765724 + 10537628 + + + + Peimankar A, Winther TS, Ebrahimi A, Wiil UK (2023) A machine learning approach for walking classification in elderly people with gait disorders. Sensors (Basel) 23:679. https://doi.org/10.3390/S23020679 + + 10.3390/S23020679 + 36679471 + 9866459 + + + + Das UC, Le NT, Vitoonpong T et al (2025) An innovative model based on machine learning and fuzzy logic for tracking lower limb exercises in stroke patients. Sci Rep 15:1–20. https://doi.org/10.1038/S41598-025-90031-1 + + 10.1038/S41598-025-90031-1 + + + + Lorusso M, Tramontano M, Casciello M et al (2022) Efficacy of overground robotic gait training on balance in stroke survivors: a systematic review and meta-analysis. Brain Sci 12:713–713. https://doi.org/10.3390/BRAINSCI12060713 + + 10.3390/BRAINSCI12060713 + 35741599 + 9221355 + + + + Moore SA, Boyne P, Fulk G et al (2022) Walk the talk: current evidence for walking recovery after stroke, future pathways and a mission for research and clinical practice. Stroke 53:3494–3505. https://doi.org/10.1161/STROKEAHA.122.038956 + + 10.1161/STROKEAHA.122.038956 + 36069185 + 9613533 + + + + Louie DR, Eng JJ (2018) Berg Balance Scale score at admission can predict walking suitable for community ambulation at discharge from inpatient stroke rehabilitation. J Rehabil Med 50:37–44. https://doi.org/10.2340/16501977-2280 + + 10.2340/16501977-2280 + 29068037 + + + + Bijleveld-Uitman M, Van De Port I, Kwakkel G (2013) Is gait speed or walking distance a better predictor for community walking after stroke? J Rehabil Med 45:535–540. https://doi.org/10.2340/16501977-1147 + + 10.2340/16501977-1147 + 23584080 + + + + Muren MA, Hütler M, Hooper J (2008) Functional capacity and health-related quality of life in individuals post stroke. Top Stroke Rehabil 15:51–58. https://doi.org/10.1310/TSR1501-51 + + 10.1310/TSR1501-51 + 18250074 + + + + Cattaneo D, Gervasoni E, Pupillo E et al (2020) Mobility disorders in stroke, Parkinson disease, and multiple sclerosis: a multicenter cross-sectional study. Am J Phys Med Rehabil 99:41–47. https://doi.org/10.1097/PHM.0000000000001272 + + 10.1097/PHM.0000000000001272 + 31343501 + + + + Weygers I, Kok M, Konings M et al (2020) Inertial sensor-based lower limb joint kinematics: a methodological systematic review. Sensors (Basel). https://doi.org/10.3390/S20030673 + + 10.3390/S20030673 + 31991862 + 7038336 + + + + Picerno P (2017) 25 years of lower limb joint kinematics by using inertial and magnetic sensors: a review of methodological approaches. Gait Posture 51:239–246. https://doi.org/10.1016/j.gaitpost.2016.11.008 + + 10.1016/j.gaitpost.2016.11.008 + 27833057 + + + + Prosperini L, Pozzilli C (2013) The clinical relevance of force platform measures in multiple sclerosis: a review. Mult Scler Int 2013:1–9. https://doi.org/10.1155/2013/756564 + + 10.1155/2013/756564 + + + + Kalron A, Nitzani D, Achiron A (2016) Static posturography across the EDSS scale in people with multiple sclerosis: a cross-sectional study. BMC Neurol 16:70. https://doi.org/10.1186/S12883-016-0603-6 + + 10.1186/S12883-016-0603-6 + 27206921 + 4873986 + + + + Gini G, Narayan J, Coser O et al (2024). AI-based methodologies for exoskeleton-assisted rehabilitation of the lower limb: a review. https://doi.org/10.3389/frobt.2024.1341580 + + 10.3389/frobt.2024.1341580 + + + + Ben Chaabane N, Conze PH, Lempereur M et al (2023) Quantitative gait analysis and prediction using artificial intelligence for patients with gait disorders. Sci Rep. https://doi.org/10.1038/S41598-023-49883-8 + + 10.1038/S41598-023-49883-8 + 38155189 + 10754876 + + + + Preethichandra DMG, Piyathilaka L, Sul JH et al (2024) Passive and active exoskeleton solutions: sensors, actuators, applications, and recent trends. Sensors (Basel). https://doi.org/10.3390/S24217095 + + 10.3390/S24217095 + 39517992 + 11548343 + + + + Halilaj E, Rajagopal A, Fiterau M et al (2018) Machine learning in human movement biomechanics: best practices, common pitfalls, and new opportunities. J Biomech 81:1–11. https://doi.org/10.1016/j.jbiomech.2018.09.009 + + 10.1016/j.jbiomech.2018.09.009 + 30279002 + 6879187 + + + + Collins GS, Reitsma JB, Altman DG, Moons KGM (2015) Transparent reporting of a multivariable prediction model for individual prognosis or diagnosis (TRIPOD): the TRIPOD statement. BMC Med. https://doi.org/10.1186/S12916-014-0241-Z + + 10.1186/S12916-014-0241-Z + 25902844 + 4407555 + + + + Mestanza Mattos FG, Bowman T, Marazzini F et al (2024) Factors influencing physiotherapy decisions between restorative and compensatory gait rehabilitation: an Italian multicenter study. Front Neurol. https://doi.org/10.3389/fneur.2024.1368973 + + 10.3389/fneur.2024.1368973 + 38854968 + 11157038 + + + + Krakauer JW, Carmichael ST (2017) Broken Movement. The MIT Press + + 10.7551/mitpress/9310.001.0001 + + + + Landi I, Glicksberg BS, Lee HC et al (2020) Deep representation learning of electronic health records to unlock patient stratification at scale. NPJ Digit Med 3:1–11. https://doi.org/10.1038/S41746-020-0301-Z + + 10.1038/S41746-020-0301-Z + + + + Lanotte F, O’Brien MK, Jayaraman A (2023) AI in rehabilitation medicine: opportunities and challenges. Ann Rehabil Med 47:444–458. https://doi.org/10.5535/ARM.23131 + + 10.5535/ARM.23131 + 38093518 + 10767220 + + + + Tsiara AA, Plakias S, Kokkotis C et al (2025) Artificial intelligence in the diagnosis of neurological diseases using biomechanical and gait analysis data: a Scopus-based bibliometric analysis. Neurol Int. https://doi.org/10.3390/neurolint17030045 + + 10.3390/neurolint17030045 + 40137466 + 11944445 + + + + Brennan DM, Mawson S, Brownsell S (2009) Telerehabilitation: enabling the remote delivery of healthcare, rehabilitation, and self management. Stud Health Technol Inform 145:231–248 + + 19592797 + + + + Calabrò RS, Mojdehdehbaher S (2025) AI-driven telerehabilitation: benefits and challenges of a transformative healthcare approach. AI 6:62. https://doi.org/10.3390/AI6030062 + + 10.3390/AI6030062 + + + + Afridi A, Obaid S, Raheel N, Rathore FA (2025) Integrating artificial intelligence in stroke rehabilitation: current trends and future directions: a mini review. J Pak Med Assoc 75:339–341. https://doi.org/10.47391/JPMA.25-16 + + 10.47391/JPMA.25-16 + + + + Bai Y, Liu F, Zhang H (2022) Artificial intelligence limb rehabilitation system on account of virtual reality technology on long-term health management of stroke patients in the context of the Internet. Comput Math Methods Med 2022:1–7. https://doi.org/10.1155/2022/2688003 + + 10.1155/2022/2688003 + + + + Akbar K, Passaro A, Di Gioia M et al (2024) Reviewing the horizon: the future of extended reality and artificial intelligence in neurorehabilitation for brain injury recovery. Information 15:501. https://doi.org/10.3390/INFO15080501 + + 10.3390/INFO15080501 + + + + Habehh H, Gohel S (2021) Machine learning in healthcare. Curr Genomics 22:291–300. https://doi.org/10.2174/1389202922666210705124359 + + 10.2174/1389202922666210705124359 + 35273459 + 8822225 + + + + Khalid N, Qayyum A, Bilal M et al (2023) Privacy-preserving artificial intelligence in healthcare: techniques and applications. Comput Biol Med 158:106848. https://doi.org/10.1016/j.compbiomed.2023.106848 + + 10.1016/j.compbiomed.2023.106848 + 37044052 + + + + Adadi A, Berrada M (2018) Peeking inside the black-box: a survey on explainable artificial intelligence (XAI). IEEE Access 6:52138–52160. https://doi.org/10.1109/ACCESS.2018.2870052 + + 10.1109/ACCESS.2018.2870052 + + + + Clement T, Kemmerzell N, Abdelaal M, Amberg M (2023) XAIR: a systematic metareview of explainable AI (XAI) aligned to the software development process. Mach Learn Knowl Extr 5:78–108. https://doi.org/10.3390/make5010006 + + 10.3390/make5010006 + + + + Alshami A, Nashwan A, AlDardour A, Qusini A (2025) Artificial intelligence in rehabilitation: a narrative review on advancing patient care. Rehabilitacion (Madr) 59:100911. https://doi.org/10.1016/j.rh.2025.100911 + + 10.1016/j.rh.2025.100911 + 40262255 + + + + Jørgensen MLK, Dalgas U, Wens I, Hvid LG (2017) Muscle strength and power in persons with multiple sclerosis: a systematic review and meta-analysis. J Neurol Sci 376:225–241. https://doi.org/10.1016/J.JNS.2017.03.022 + + 10.1016/J.JNS.2017.03.022 + 28431618 + + + + Strand KL, Cherup NP, Totillo MC et al (2021) Periodized resistance training with and without functional training improves functional capacity, balance, and strength in Parkinson’s disease. J Strength Cond Res 35:1611–1619. https://doi.org/10.1519/JSC.0000000000004025 + + 10.1519/JSC.0000000000004025 + 33927114 + + + + Wagatsuma M, Kim T, Sitagata P et al (2019) The biomechanical investigation of the relationship between balance and muscular strength in people with chronic stroke: a pilot cross-sectional study. Top Stroke Rehabil 26:173–179. https://doi.org/10.1080/10749357.2019.1574417 + + 10.1080/10749357.2019.1574417 + 30741610 + + + + +
+ + + 42209864 + + 2026 + 05 + 28 + +
+ + 2730-664X + + + 2026 + May + 28 + + + Communications medicine + Commun Med (Lond) + + Artificial intelligence-enabled plaque characterization from coronary computed tomography establishes basis of angina in women with nonobstructive atherosclerosis. + 10.1038/s43856-026-01668-6 + + Half of women with ischemic symptoms have non-obstructive coronary artery disease (CAD), while the pathophysiology of their condition has not been characterized. Noncalcified (NCP) and low-attenuation plaque (CT density<30 Hounsfield units, LAP) burden quantified from coronary computed tomography angiography (CCTA) is associated with ischemia in patients with obstructive CAD. We hypothesize that NCP burden is related to angina in women with ischemic symptoms and Non-Obstructive Coronary Arteries (INOCA). + Women with INOCA enrolled in the WARRIOR trial were evaluated for angina severity with Seattle Angina Questionnaire (SAQ) at study entry. Baseline CCTA of 117 women were quantitatively analyzed with AI-based software for NCP, LAP and calcified plaque (CP) volumes and burdens (%, normalized to vessel volume) across the coronary tree. Machine-learning ischemia risk score (ML-IRS) integrating quantitative lumen and plaque features from CCTA was automatically measured. + Among 109 women with visible plaque on CCTA (age 61.9, SD 10.3 years) median total plaque burden is 26.6% (IQR 18.6,32.0) and median SAQ score is 61.4 (IQR 54.6,69.1). Patients with more severe angina (SAQ ≤ 60) are younger (58.1 vs 62.0 years, p = 0.015), have higher total cholesterol (195 vs 165 mg/dL, p = 0.006), but less frequently receive statins (31.8 vs 64.4%, p = 0.006) compared with patients with SAQ > 60. Patients with SAQ ≤ 60 have higher total plaque (33.3 vs 24.3%, p = 0.001), and NCP burden (33.3 vs. 23.2%, p = 0.00065), and lower CP burden (0.0 vs. 0.3%, p = 0.005) compared with patients with SAQ > 60. On multivariable linear regression adjusted for risk factors, higher NCP burden (β = -0.50, p = 0.001), LAP burden (β = -4.50, p = 0.008) and ML-IRS (β = -3.09, p = 0.04) are associated with lower SAQ score, i.e. more severe angina. + In women with INOCA, high-risk atherosclerotic plaque phenotypes are related to more severe angina. + © 2026. The Author(s). + + + + Wolny + Rafal + R + 0000-0001-9661-7563 + + Department of Interventional Cardiology and Angiology, National Institute of Cardiology, Warsaw, Poland. + + + Biomedical Imaging Research Institute, Departments of Biomedical Sciences and Medicine, Cedars Sinai Medical Center, Los Angeles, CA, USA. + + + + Flores Tomasino + Guadalupe + G + 0000-0002-5615-7280 + + Biomedical Imaging Research Institute, Departments of Biomedical Sciences and Medicine, Cedars Sinai Medical Center, Los Angeles, CA, USA. + + + + Grodecki + Kajetan + K + + Biomedical Imaging Research Institute, Departments of Biomedical Sciences and Medicine, Cedars Sinai Medical Center, Los Angeles, CA, USA. + + + First Department of Cardiology, Medical University of Warsaw, Warsaw, Poland. + + + + Lenell + Joel + J + 0000-0002-7885-962X + + Biomedical Imaging Research Institute, Departments of Biomedical Sciences and Medicine, Cedars Sinai Medical Center, Los Angeles, CA, USA. + + + + Park + Caroline + C + 0000-0001-9930-073X + + Biomedical Imaging Research Institute, Departments of Biomedical Sciences and Medicine, Cedars Sinai Medical Center, Los Angeles, CA, USA. + + + + Park + Rebekah + R + 0009-0006-0179-6604 + + Smidt Heart Institute, and the Department of Cardiology, Cedars-Sinai Medical Center, Los Angeles, CA, USA. + + + + Kwiecinski + Jacek + J + + Department of Interventional Cardiology and Angiology, National Institute of Cardiology, Warsaw, Poland. + + + Biomedical Imaging Research Institute, Departments of Biomedical Sciences and Medicine, Cedars Sinai Medical Center, Los Angeles, CA, USA. + + + + Dasa + Osama + O + + Division of Cardiovascular Medicine, Department of Medicine, University of Florida College of Medicine, Gainesville, FL, USA. + + + + Calsavara + Vinicius + V + + Biostatistics Shared Resource, Department of Computational Biomedicine, Cedars Sinai Medical Center, Los Angeles, CA, USA. + + + + Berman + Daniel S + DS + 0000-0002-3793-9578 + + Smidt Heart Institute, and the Department of Cardiology, Cedars-Sinai Medical Center, Los Angeles, CA, USA. + + + + Slomka + Piotr J + PJ + 0000-0002-6110-938X + + Division of Artificial Intelligence in Medicine, Department of Medicine, Cedars-Sinai Medical Center, Los Angeles, CA, USA. + + + + Budoff + Matthew J + MJ + 0000-0002-9616-1946 + + Lundquist Institute at Harbor-UCLA Medical Center, Los Angeles, CA, USA. + + + + Handberg + Eileen + E + + Division of Cardiovascular Medicine, Department of Medicine, University of Florida College of Medicine, Gainesville, FL, USA. + + + + Pepine + Carl J + CJ + 0000-0002-6011-681X + + Division of Cardiology, Department of Medicine, University of Florida, Gainesville, FL, USA. + + + + Shaw + Leslee J + LJ + + Blavatnik Family Women's Health Institute, Mount Sinai School of Medicine, New York, NY, USA. + + + + Wei + Janet + J + + Barbra Streisand Women's Heart Center, Smidt Heart Institute, Cedars-Sinai Medical Center, Los Angeles, CA, USA. + + + + Gulati + Martha + M + + Barbra Streisand Women's Heart Center, Smidt Heart Institute, Cedars-Sinai Medical Center, Los Angeles, CA, USA. + + + + Bairey Merz + C Noel + CN + + Barbra Streisand Women's Heart Center, Smidt Heart Institute, Cedars-Sinai Medical Center, Los Angeles, CA, USA. + + + + Tamarappoo + Balaji + B + + Division of Cardiology, Mayo Clinic Arizona, Phoenix, AZ, USA. + + + + Dey + Damini + D + + Biomedical Imaging Research Institute, Departments of Biomedical Sciences and Medicine, Cedars Sinai Medical Center, Los Angeles, CA, USA. Damini.Dey@csmc.edu. + + + + eng + + + R01HL151266 + U.S. Department of Health & Human Services | NIH | National Heart, Lung, and Blood Institute (NHLBI) + + + + 1R01HL148787 + U.S. Department of Health & Human Services | NIH | National Heart, Lung, and Blood Institute (NHLBI) + + + + + Journal Article + + + 2026 + 05 + 28 + +
+ + England + Commun Med (Lond) + 9918250414506676 + 2730-664X + + + Severe narrowings of coronary arteries (i.e. the blood vessels that supply oxygenated blood to the heart), are the typical cause of chest pain in patients with atherosclerotic coronary artery disease. This type of chest pain is called angina. However, especially in women, angina can occur even if no major narrowings of coronary arteries are found using scans of the heart. We used artificial intelligence-assisted non-invasive imaging of coronary arteries to find out what aspects of this non-obstructive coronary atherosclerosis is associated with symptom severity in women without obvious artery narrowing. We observed that coronary plaques, which are buildups of fats and other substances in the artery walls, have a different composition in women with more severe angina. This information expands our understanding of why angina occurs in such patients and provides a rationale for possibly treating these women using anti-atherosclerotic drugs in the future. + © 2026. The Author(s). + + Competing interests: Drs Berman, Slomka, and Dey have received software royalties from Cedars-Sinai Medical Center and report equity in APQ Health. All other authors have reported that they have no relationships relevant to the contents of this paper to disclose. +
+ + + + 2026 + 5 + 29 + 15 + 45 + + + 2026 + 5 + 29 + 15 + 45 + + + 2025 + 9 + 5 + + + 2026 + 5 + 13 + + + 2026 + 5 + 28 + 23 + 31 + + + aheadofprint + + 42209864 + 10.1038/s43856-026-01668-6 + 10.1038/s43856-026-01668-6 + + +
+ + + 42209847 + + 2026 + 05 + 28 + +
+ + 2730-6011 + + + 2026 + May + 28 + + + Discover oncology + Discov Oncol + + Artificial intelligence and transforming cancer care. + 10.1007/s12672-026-05242-3 + + Artificial Intelligence (AI) is reshaping oncology by addressing key limitations in traditional cancer care and enabling data-driven, personalized approaches from diagnosis to treatment. This review explores the transformative role of AI across the cancer care continuum, highlighting its contributions, challenges, and future directions. AI has significantly advanced cancer detection and diagnosis by improving the interpretation of medical imaging (CT, MRI, PET scans, digital pathology) and liquid biopsies, allowing for early and accurate identification of tumors and biomarkers. In genomics and molecular profiling, AI facilitates the analysis of large-scale sequencing data to uncover actionable mutations and support targeted therapy decisions. This review also examines AI-powered prognostic models that integrate clinical, genomic, and electronic health record data to predict outcomes such as survival rates and recurrence risks, allowing for more precise treatment planning. In the therapeutic landscape, AI aids in optimizing radiation dosing, guiding surgical interventions, and predicting individual responses to chemotherapy, immunotherapy, and targeted treatments, thereby reducing uncertainty and improving outcomes. Key limitations, such as data privacy concerns, algorithmic bias, model opacity, and integration hurdles are discussed, along with strategies to address them, including explainable AI, standardized validation, and clinician training. Looking ahead, innovations like federated learning, generative AI for drug discovery, and multimodal data integration are poised to enhance precision oncology further. By synthesizing current developments and emerging trends, this review underscores the potential of AI to drive equitable, efficient, and personalized cancer care on a global scale. + © 2026. The Author(s). + + + + Reddy + Aneesha Mallu + AM + + Reddy Care Medical, Pomona, CA, USA. + + + + Kaur + Gurleen + G + + California Baptist University, Riverside, USA. + + + + Ribaya + Vincent Sean D + VSD + + Reddy Care Medical, Pomona, CA, USA. + + + + Ribaya + Elizabeth Laurize A + ELA + + Reddy Care Medical, Pomona, CA, USA. + + + + Reddy + Mallu Chenna + MC + + Reddy Care Medical, Pomona, CA, USA. + + + + Shah + Tariq + T + + Western University College of Pharmacy, Pomona, CA, USA. + + + Saint John's Physician Partners, Santa Monica, CA, USA. + + + + Shinde + Dheeraj + D + + Box Nine Solutions, Satara, India. + + + + Suri + Gurparsad Singh + GS + + Reddy Care Medical, Pomona, CA, USA. Gurparsadsuri1234@gmail.com. + + + + eng + + Journal Article + Review + + + 2026 + 05 + 28 + +
+ + United States + Discov Oncol + 101775142 + 2730-6011 + + + AI in healthcare + Artificial intelligence + Cancer care + Machine learning + Oncology + Precision medicine + + Declarations. Ethics approval and consent to participate: Not applicable. This article is a review of existing literature and did not involve direct participation of human subjects or animal research by the authors. All data discussed are from previously published studies. Not applicable. This study did not involve the recruitment of human participants or the collection of primary data. Consent for publication: Not applicable. No individual patient data, identifiable images, or personal details are included in this manuscript that would require specific patient consent for publication. Competing interests: The authors declare no competing interests. +
+ + + + 2026 + 5 + 29 + 15 + 44 + + + 2026 + 5 + 29 + 15 + 44 + + + 2025 + 12 + 25 + + + 2026 + 5 + 15 + + + 2026 + 5 + 28 + 23 + 31 + + + aheadofprint + + 42209847 + 10.1007/s12672-026-05242-3 + 10.1007/s12672-026-05242-3 + + +
+ + + 42209794 + + 2026 + 05 + 28 + +
+ + 2662-8457 + + + 2026 + May + 28 + + + Nature computational science + Nat Comput Sci + + FLOWR: flow matching for structure-aware de novo, interaction- and fragment-based ligand generation. + 10.1038/s43588-026-00998-8 + + Here we introduce FLOWR, a structure-based framework for the generation and optimization of three-dimensional ligands. FLOWR integrates continuous and categorical flow matching with equivariant optimal transport, enhanced by an efficient protein pocket conditioning. Alongside FLOWR, we present SPINDR, a curated dataset comprising ligand-pocket cocrystal complexes specifically designed to address existing data quality issues. Empirical evaluations demonstrate that FLOWR surpasses current state-of-the-art diffusion- and flow-based methods in terms of PoseBusters-validity, pose accuracy and interaction recovery, while offering an inference speed-up, achieving up to 70-fold faster performance. In addition, we introduce FLOWR.MULTI, a highly accurate multi-purpose model allowing for the targeted sampling of ligands that adhere to predefined interaction profiles and chemical substructures for fragment-based design without the need of retraining or any resampling strategies. Collectively, our results indicate that FLOWR and FLOWR.MULTI represent an advancement in artificial intelligence-driven structure-based drug design, substantially enhancing the reliability and applicability of de novo, interaction- and fragment-based ligand generation in real-world drug discovery settings. + © 2026. The Author(s). + + + + Cremer + Julian + J + 0000-0001-6319-7283 + + Machine Learning and Computational Sciences, Pfizer Worldwide R&D, Berlin, Germany. julian.cremer@pfizer.com. + + + + Irwin + Ross + R + 0009-0003-0067-8313 + + Molecular AI, Discovery Sciences, R&D, AstraZeneca, Gothenburg, Sweden. rossir@chalmers.se. + + + Department of Computer Science and Engineering, Chalmers University of Technology and University of Gothenburg, Gothenburg, Sweden. rossir@chalmers.se. + + + + Tibo + Alessandro + A + 0000-0002-9070-740X + + Molecular AI, Discovery Sciences, R&D, AstraZeneca, Gothenburg, Sweden. + + + + Janet + Jon Paul + JP + 0000-0001-7825-4797 + + Molecular AI, Discovery Sciences, R&D, AstraZeneca, Gothenburg, Sweden. + + + + Olsson + Simon + S + 0000-0002-3927-7897 + + Department of Computer Science and Engineering, Chalmers University of Technology and University of Gothenburg, Gothenburg, Sweden. + + + + Clevert + Djork-Arné + DA + 0000-0003-4191-2156 + + Machine Learning and Computational Sciences, Pfizer Worldwide R&D, Berlin, Germany. + + + + eng + + + 2022-06725 + Vetenskapsrådet (Swedish Research Council) + + + + 2025/22-1514 + Vetenskapsrådet (Swedish Research Council) + + + + 2025/23-635 + Vetenskapsrådet (Swedish Research Council) + + + + + Journal Article + + + 2026 + 05 + 28 + +
+ + United States + Nat Comput Sci + 101775476 + 2662-8457 + + IM + Competing interests: The authors declare no competing interests. +
+ + + + 2026 + 5 + 29 + 15 + 41 + + + 2026 + 5 + 29 + 15 + 41 + + + 2025 + 5 + 12 + + + 2026 + 4 + 27 + + + 2026 + 5 + 28 + 23 + 30 + + + aheadofprint + + 42209794 + 10.1038/s43588-026-00998-8 + 10.1038/s43588-026-00998-8 + + + + Anderson, A. C. The process of structure-based drug design. Chem. Biol. 10, 787–797 (2003). + + 10.1016/j.chembiol.2003.09.002 + + + + Anderson, A. C. Structure-based functional design of drugs: from target to lead compound. in Molecular Profiling Methods in Molecular Biology (eds Espina, V. & Liotta, L.) 359–366 (Humana Press, 2012); https://doi.org/10.1007/978-1-60327-216-2_23 + + + Kitchen, D. B., Decornez, H., Furr, J. R. & Bajorath, J. Docking and scoring in virtual screening for drug discovery: methods and applications. Nat. Rev. Drug Discov. 3, 935–949 (2004). + + 10.1038/nrd1549 + + + + Wang, L. et al. Accurate and reliable prediction of relative ligand binding potency in prospective drug discovery by way of a modern free-energy calculation protocol and force field. J. Am. Chem. Soc. 137, 2695–2703 (2015). + + 10.1021/ja512751q + + + + Ferreira, L. G., Dos Santos, R. N., Oliva, G. & Andricopulo, A. D. Molecular docking and structure-based drug design strategies. Molecules 20, 13384–13421 (2015). + + 10.3390/molecules200713384 + + + + Shoichet, B. K. Virtual screening of chemical libraries. Nature 432, 862–865 (2004). + + 10.1038/nature03197 + + + + Jumper, J. et al. Highly accurate protein structure prediction with alphafold. Nature 596, 583–589 (2021). + + 10.1038/s41586-021-03819-2 + + + + Baek, M. et al. Accurate prediction of protein structures and interactions using a three-track neural network. Science 373, 871–876 (2021). + + 10.1126/science.abj8754 + + + + Abramson, J. et al. Accurate structure prediction of biomolecular interactions with alphafold 3. Nature 630, 493–500 (2024). + + 10.1038/s41586-024-07487-w + + + + Hoogeboom, E., Satorras, V. G., Vignac, C. & Welling, M. Equivariant diffusion for molecule generation in 3D. In Proc. 39th International Conference on Machine Learning (eds Chaudhuri, K. et al.) https://proceedings.mlr.press/v162/hoogeboom22a.html (PMLR, 2022). + + + Vignac, C. et al. MiDi: mixed graph and 3D denoising diffusion for molecule generation. In Machine Learning and Knowledge Discovery in Databases: Research Track — European Conference, ECML PKDD 2023 Lecture Notes in Computer Science (eds Koutra, D., Plant, C., Gomez Rodriguez, M., Baralis, E. & Bonchi, F.) 560–576 (Springer, 2023); https://doi.org/10.1007/978-3-031-43415-0_33 + + + Le, T., Cremer, J., Noé, F., Clevert, D.-A. & Schütt, K. T. Navigating the design space of equivariant diffusion-based generative models for de novo 3D molecule generation. In The Twelfth International Conference on Learning Representations https://openreview.net/forum?id=kzGuiRXZrQ (2024). + + + Luo, S., Guan, J., Ma, J. & Peng, J. A 3d generative model for structure-based drug design. In 35th Conference on Neural Information Processing Systems (NeurIPS 2021) https://proceedings.neurips.cc/paper_files/paper/2021/file/314450613369e0ee72d0da7f6fee773c-Paper.pdf (2021). + + + Peng, X. et al. Pocket2Mol: efficient molecular sampling based on 3D protein pockets. In Proc. 39th International Conference on Machine Learning (eds Chaudhuri, K. et al.) 17644–17655 (2022). + + + Guan, J. et al. 3D equivariant diffusion for target-aware molecule generation and affinity prediction. In The Eleventh International Conference on Learning Representations https://openreview.net/forum?id=kJqXEPXMsE0 (2023). + + + Schneuing, A. et al. Structure-based drug design with equivariant diffusion models. Nat. Comput. Sci. 4, 899–909 (2024). + + 10.1038/s43588-024-00737-x + + + + Cremer, J., Le, T., Noé, F., Clevert, D.-A. & Schütt, K. T. PILOT: equivariant diffusion for pocket-conditioned de novo ligand generation with multi-objective guidance via importance sampling. Chem. Sci. 15, 14954–14967 (2024). + + + Irwin, R., Tibo, A., Janet, J. P. & Olsson, S. SemlaFlow – efficient 3D molecular generation with latent attention and equivariant flow matching. In The 28th International Conference on Artificial Intelligence and Statistics https://openreview.net/forum?id=bee2G6pEh0 (2025). + + + Lipman, Y., Chen, R. T. Q., Ben-Hamu, H., Nickel, M. & Le, M. Flow matching for generative modeling. In The Eleventh International Conference on Learning Representations https://openreview.net/forum?id=PqvMRDCJT9t (2023). + + + Tong, A. et al. Improving and generalizing flow-based generative models with minibatch optimal transport. In Transactions in Machine Learning Ressearch https://openreview.net/forum?id=CD9Snc73AW (2024). + + + Klein, L., Krämer, A. & Noé, F. Equivariant flow matching. In 37th Conference on Neural Information Processing Systems (NeurIPS 2023) https://openreview.net/pdf?id=eLH2NFOO1B (2023). + + + Škrinjar, P., Eberhardt, J., Durairaj, J. & Schwede, T. Have protein–ligand co-folding methods moved beyond memorisation? Preprint at bioRxiv https://doi.org/10.1101/2025.02.03.636309 (2025). + + + Durairaj, J. et al. Plinder: the protein–ligand interactions dataset and evaluation resource. Preprint at bioRxiv https://doi.org/10.1101/2024.07.17.603955 (2024). + + + Francoeur, P. G. et al. Three-dimensional convolutional neural networks and a cross-docked data set for structure-based drug design. J. Chem. Inf. Model. 60, 4200–4215 (2020). + + 10.1021/acs.jcim.0c00411 + + + + Wang, Y. et al. A workflow to create a high-quality protein–ligand binding dataset for training, validation, and prediction tasks. Digit. Discov. 4, 1209–1220 (2025). + + 10.1039/D4DD00357H + + + + Campbell, A., Yim, J., Barzilay, R., Rainforth, T. & Jaakkola, T. Generative flows on discrete state-spaces: enabling multimodal flows with applications to protein co-design. In Proc. 41st International Conference on Machine Learning (eds Salakhutdinov, R. et al.) 5453–5512 (PMLR, 2024). + + + Lugmayr, A. et al. RePaint: inpainting using denoising diffusion probabilistic models. In Proc. IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) 11461–11471 (IEEE, 2022). + + + Ziv, Y., Imrie, F., Marsden, B. & Deane, C. M. Molsnapper: conditioning diffusion for structure-based drug design. J. Chem. Inf. Model. 65, 4263–4273 (2025). + + 10.1021/acs.jcim.4c02008 + + + + Errington, D., Schneider, C., Bouysset, C. & Dreyer, F. A. Assessing interaction recovery of predicted protein–ligand poses. J. Cheminform. 17, 67 (2025). + + 10.1186/s13321-025-01011-6 + + + + Harris, C. et al. Benchmarking generated poses: How rational is structure-based drug design with generative models? Preprint at https://arxiv.org/abs/2308.07413 (2023). + + + Wang, R., Fang, X., Lu, Y., Yang, C.-Y. & Wang, S. The PDBbind database: methodologies and updates. J. Med. Chem. 48, 4111–4119 (2005). + + 10.1021/jm048957q + + + + Banks, J. L. et al. Integrated modeling program, applied chemical theory (impact). J. Comput. Chem. 26, 1752–1780 (2005). + + 10.1002/jcc.20292 + + + + Bouysset, C. & Fiorucci, S. Prolif: a library to encode molecular interactions as fingerprints. J. Cheminform. 13, 72 (2021). + + 10.1186/s13321-021-00548-6 + + + + Schneuing, A. et al. Multi-domain distribution learning for de novo drug design. In The Thirteenth International Conference on Learning Representations https://openreview.net/forum?id=g3VCIM94ke (2025). + + + Buttenschoen, M., Morris, G. M. & Deane, C. M. PoseBusters: AI-based docking methods fail to generate physically valid poses or generalise to novel sequences. Chem. Sci. 15, 3130–3139 (2024). + + 10.1039/D3SC04185A + + + + Baillif, B., Cole, J., McCabe, P. & Bender, A. Benchmarking structure-based three-dimensional molecular generative models using genbench3D: ligand conformation quality matters. Preprint at https://arxiv.org/abs/2407.04424 (2024). + + + Eberhardt, J., Santos-Martins, D., Tillack, A. F. & Forli, S. Autodock vina 1.2.0: new docking methods, expanded force field, and python bindings. J. Chem. Inf. Model. 61, 3891–3898 (2021). + + 10.1021/acs.jcim.1c00203 + + + + Bannwarth, C., Ehlert, S. & Grimme, S. Gfn2-xtb—an accurate and broadly parametrized self-consistent tight-binding quantum chemical method with multipole electrostatics and density-dependent dispersion contributions. J. Chem. Theory Comput. 15, 1652–1671 (2019). + + 10.1021/acs.jctc.8b01176 + + + + Ehlert, S., Stahn, M., Spicher, S. & Grimme, S. Robust and efficient implicit solvation model for fast semiempirical methods. J. Chem. Theory Comput. 17, 4250–4261 (2021). + + 10.1021/acs.jctc.1c00471 + + + + Walters, W. P., Murcko, A. A. & Murcko, M. A. Recognizing molecules with drug-like properties. Curr. Opin. Chem. Biol. 3, 384–387 (1999). + + 10.1016/S1367-5931(99)80058-1 + + + + Walters, P. Generative molecular design isn’t as easy as people make it look. Practical Cheminformatics Blog https://practicalcheminformatics.blogspot.com/2024/05/generative-molecular-design-isnt-as.html (2024). + + + Salentin, S., Schreiber, S., Haupt, V. J., Adasme, M. F. & Schroeder, M. PLIP: fully automated protein–ligand interaction profiler. Nucleic Acids Res. 43, W443–7 (2015). + + 10.1093/nar/gkv315 + + + + Jubb, H. C. et al. Arpeggio: a web server for calculating and visualising interatomic interactions in protein structures. J. Mol. Biol. 429, 365–371 (2016). + + 10.1016/j.jmb.2016.12.004 + + + + Liu, Q. et al. Structure-guided discovery of novel, potent, and orally bioavailable inhibitors of lipoprotein-associated phospholipase a2. J. Med. Chem. 60, 10231–10244 (2017). + + 10.1021/acs.jmedchem.7b01530 + + + + Tso, S.-C. et al. Structure-guided development of specific pyruvate dehydrogenase kinase inhibitors targeting the atp-binding pocket*. J. Biol. Chem. 289, 4432–4443 (2014). + + 10.1074/jbc.M113.533885 + + + + Shaul, N. et al. Flow matching with general discrete paths: a kinetic-optimal perspective. In The Thirteenth International Conference on Learning Representations https://openreview.net/forum?id=tcvMzR2NrP (2025). + + + Albergo, M. S. & Vanden-Eijnden, E. Building normalizing flows with stochastic interpolants. In The Eleventh International Conference on Learning Representations https://openreview.net/forum?id=li7qeBbCR1t (2023). + + + Liu, X., Gong, C. & Liu, Q. Flow straight and fast: Learning to generate and transfer data with rectified flow. In The Eleventh International Conference on Learning Representations https://openreview.net/forum?id=XVjTT1nw5z (2023). + + + Gat, I. et al. Discrete flow matching. In 38th Conference on Neural Information Processing Systems (NeurIPS 2024) https://proceedings.neurips.cc/paper_files/paper/2024/file/f0d629a734b56a642701bba7bc8bb3ed-Paper-Conference.pdf (2024). + + + Chen, T., Zhang, R. & Hinton, G. Analog bits: generating discrete data using diffusion models with self-conditioning. In The Eleventh International Conference on Learning Representations https://openreview.net/forum?id=3itjR9QxFw (2023). + + + Cremer, J. & Irwin, R. SPINDR (v1.0). Zenodo https://doi.org/10.5281/zenodo.15212509 (2025). + + + Cremer, J. & Irwin, R. FLOWR (v1.0). Zenodo https://doi.org/10.5281/zenodo.18668261 (2025). + + + Cremer, J. & Irwin, R. Model weights (v1.0). Zenodo https://doi.org/10.5281/zenodo.15212509 (2025). + + + +
+ + + 42209792 + + 2026 + 05 + 28 + +
+ + 1476-4660 + + + 2026 + May + 28 + + + Nature materials + Nat Mater + + Cross-material catalyst discovery via deep learning. + 10.1038/s41563-026-02622-6 + + The discovery of catalysts is typically confined within individual material classes, limiting insight from across material types. Here we demonstrate a machine learning approach that bridges catalyst families by identifying co-descriptors derived from two experimental datasets: single-atom catalysts (SACs) on carbon and bulk perovskite oxides. This co-descriptor set, selected through automated statistical and natural-language analyses, enabled integration of distinct experimental catalyst datasets by yielding shared activity-related chemical features. The resulting unified model, the crossbreeding neural network (CBNN), enables prediction of oxygen evolution activity in a previously untrained class-SACs on perovskite oxides. The CBNN precisely predicted performance trends of experimentally synthesized catalysts by overpotential, including a multimetallic catalyst with superior activity compared with all previous candidates. Explainable machine learning further connected descriptor importance and surface atomic contributions to activity trends. These results suggest that cross-material machine learning can accelerate the discovery of high-performance catalysts beyond known design spaces. + © 2026. The Author(s), under exclusive licence to Springer Nature Limited. + + + + Moon + Junseok + J + 0000-0002-9631-8990 + + Center for Nanoparticle Research, Institute for Basic Science (IBS), Seoul, Republic of Korea. + + + School of Chemical and Biological Engineering, and Institute of Chemical Processes, Seoul National University, Seoul, Republic of Korea. + + + + Yoo + Seungwoo + S + 0009-0009-6826-7610 + + Center for Nanoparticle Research, Institute for Basic Science (IBS), Seoul, Republic of Korea. + + + School of Chemical and Biological Engineering, and Institute of Chemical Processes, Seoul National University, Seoul, Republic of Korea. + + + + Shim + Jaehyuk + J + 0009-0000-2191-6032 + + Center for Nanoparticle Research, Institute for Basic Science (IBS), Seoul, Republic of Korea. + + + School of Chemical and Biological Engineering, and Institute of Chemical Processes, Seoul National University, Seoul, Republic of Korea. + + + + Heo + Sungeun + S + + Center for Nanoparticle Research, Institute for Basic Science (IBS), Seoul, Republic of Korea. + + + School of Chemical and Biological Engineering, and Institute of Chemical Processes, Seoul National University, Seoul, Republic of Korea. + + + + Kim + Jeong Hyun + JH + 0000-0002-9827-8427 + + Center for Nanoparticle Research, Institute for Basic Science (IBS), Seoul, Republic of Korea. + + + School of Chemical and Biological Engineering, and Institute of Chemical Processes, Seoul National University, Seoul, Republic of Korea. + + + + Bootharaju + Megalamane S + MS + + Center for Nanoparticle Research, Institute for Basic Science (IBS), Seoul, Republic of Korea. + + + School of Chemical and Biological Engineering, and Institute of Chemical Processes, Seoul National University, Seoul, Republic of Korea. + + + + Lee + Kug-Seung + KS + 0000-0002-7570-8404 + + Pohang Accelerator Laboratory (PAL), Pohang University of Science and Technology (POSTECH), Pohang, Republic of Korea. + + + + Ryu + Jaeyune + J + 0009-0009-7301-4220 + + Center for Nanoparticle Research, Institute for Basic Science (IBS), Seoul, Republic of Korea. + + + School of Chemical and Biological Engineering, and Institute of Chemical Processes, Seoul National University, Seoul, Republic of Korea. + + + + Sung + Yung-Eun + YE + 0000-0002-1563-8328 + + Center for Nanoparticle Research, Institute for Basic Science (IBS), Seoul, Republic of Korea. + + + School of Chemical and Biological Engineering, and Institute of Chemical Processes, Seoul National University, Seoul, Republic of Korea. + + + + Hyeon + Taeghwan + T + 0000-0001-5959-6257 + + Center for Nanoparticle Research, Institute for Basic Science (IBS), Seoul, Republic of Korea. thyeon@snu.ac.kr. + + + School of Chemical and Biological Engineering, and Institute of Chemical Processes, Seoul National University, Seoul, Republic of Korea. thyeon@snu.ac.kr. + + + + eng + + + IBS-R006-D1 + Institute for Basic Science (IBS) + + + + IBS-R006-A2 + Institute for Basic Science (IBS) + + + + + Journal Article + + + 2026 + 05 + 28 + +
+ + England + Nat Mater + 101155473 + 1476-1122 + + IM + Competing interests: The authors declare no competing interests. +
+ + + + 2026 + 5 + 29 + 15 + 46 + + + 2026 + 5 + 29 + 15 + 46 + + + 2025 + 5 + 9 + + + 2026 + 5 + 5 + + + 2026 + 5 + 28 + 23 + 29 + + + aheadofprint + + 42209792 + 10.1038/s41563-026-02622-6 + 10.1038/s41563-026-02622-6 + + + + Stamenkovic, V. R., Strmcnik, D., Lopes, P. P. & Markovic, N. M. Energy and fuels from electrochemical interfaces. Nat. Mater. 16, 57–69 (2017). + + 10.1038/nmat4738 + + + + Lagadec, M. F. & Grimaud, A. Water electrolysers with closed and open electrochemical systems. Nat. Mater. 19, 1140–1150 (2020). + + 33020614 + 10.1038/s41563-020-0788-3 + + + + Bullock, R. M. et al. Using nature’s blueprint to expand catalysis with Earth-abundant metals. Science 369, eabc3183 (2020). + + 32792370 + 7875315 + 10.1126/science.abc3183 + + + + García de Arquer, F. P. et al. CO2 electrolysis to multicarbon products at activities greater than 1 A cm−2. Science 367, 661–666 (2020). + + 32029623 + 10.1126/science.aay4217 + + + + Dinh, C. T. et al. Multi-site electrocatalysts for hydrogen evolution in neutral media by destabilization of water molecules. Nat. Energy 4, 107–114 (2019). + + 10.1038/s41560-018-0296-8 + + + + Jing, W. et al. Surface and interface coordination chemistry learned from model heterogeneous metal nanocatalysts: from atomically dispersed catalysts to atomically precise clusters. Chem. Rev. 123, 5948–6002 (2022). + + 36574336 + 10.1021/acs.chemrev.2c00569 + + + + Deng, D. et al. Catalysis with two-dimensional materials and their heterostructures. Nat. Nanotechnol. 11, 218–230 (2016). + + 26936816 + 10.1038/nnano.2015.340 + + + + Dionigi, F. et al. In-situ structure and catalytic mechanism of NiFe and CoFe layered double hydroxides during oxygen evolution. Nat. Commun. 11, 2522 (2020). + + 32433529 + 7239861 + 10.1038/s41467-020-16237-1 + + + + Bergmann, A. et al. Unified structural motifs of the catalytically active state of co(oxyhydr)oxides during the electrochemical oxygen evolution reaction. Nat. Catal. 1, 711–719 (2018). + + 10.1038/s41929-018-0141-2 + + + + Suen, N. T. et al. Electrocatalysis for the oxygen evolution reaction: recent development and future perspectives. Chem. Soc. Rev. 46, 337–365 (2017). + + 28083578 + 10.1039/C6CS00328A + + + + Moon, J. et al. Active learning guides discovery of a champion four-metal perovskite oxide for oxygen evolution electrocatalysis. Nat. Mater. 23, 108–115 (2024). + + 37919351 + 10.1038/s41563-023-01707-w + + + + Zhang, B. et al. Homogeneously dispersed multimetal oxygen-evolving catalysts. Science 352, 333–337 (2016). + + 27013427 + 10.1126/science.aaf1525 + + + + Han, L. et al. A single-atom library for guided monometallic and concentration-complex multimetallic designs. Nat. Mater. 21, 681–688 (2022). + + 35606427 + 10.1038/s41563-022-01252-y + + + + Yang J., Li, W., Wang, D. & Li, Y. Electronic metal–support interaction of single-atom catalysts and applications in electrocatalysis. Adv. Mater. 32, 2003300 (2020). + + 10.1002/adma.202003300 + + + + Ji, S. et al. Chemical synthesis of single atomic site catalysts. Chem. Rev. 120, 11900–11955 (2020). + + 32242408 + 10.1021/acs.chemrev.9b00818 + + + + Lazaridou, A. et al. Recognizing the best catalyst for a reaction. Nat. Rev. Chem. 7, 287–295 (2023). + + 37117418 + 10.1038/s41570-023-00470-5 + + + + Martín, A. J., Mitchell, S., Mondelli, C., Jaydev, S. & Pérez-Ramírez, J. Unifying views on catalyst deactivation. Nat. Catal. 5, 854–866 (2022). + + 10.1038/s41929-022-00842-y + + + + Yao Y. et al. High-entropy nanoparticles: synthesis-structure-property relationships and data-driven discovery. Science 376, eabn3103 (2022). + + 35389801 + 10.1126/science.abn3103 + + + + Zhong, M. et al. Accelerated discovery of CO2 electrocatalysts using active machine learning. Nature 581, 178–183 (2020). + + 32405017 + 10.1038/s41586-020-2242-8 + + + + Zahrt, A. F. et al. Prediction of higher-selectivity catalysts by computer-driven workflow and machine learning. Science 363, eaau5631 (2019). + + 30655414 + 6417887 + 10.1126/science.aau5631 + + + + Wahl, C. B. et al. Machine learning-accelerated design and synthesis of polyelemental heterostructures. Sci. Adv. 7, eabj5505 (2021). + + 34936439 + 8694626 + 10.1126/sciadv.abj5505 + + + + Sutton, C. et al. Identifying domains of applicability of machine learning models for materials science. Nat. Commun. 11, 4428 (2020). + + 32887879 + 7474068 + 10.1038/s41467-020-17112-9 + + + + Moosavi, S. M., Jablonka, K. M. & Smit, B. The role of machine learning in the understanding and design of materials. J. Am. Chem. Soc. 142, 20273–20287 (2020). + + 33170678 + 7716341 + 10.1021/jacs.0c09105 + + + + Batra, R. Accurate machine learning in materials science facilitated by using diverse data sources. Nature 589, 524–525 (2021). + + 33446908 + 10.1038/d41586-020-03259-4 + + + + Gupta, V. et al. Cross-property deep transfer learning framework for enhanced predictive analytics on small materials data. Nat. Commun. 12, 6595 (2021). + + 34782631 + 8594437 + 10.1038/s41467-021-26921-5 + + + + Szymanski N. J. et al. An autonomous laboratory for the accelerated synthesis of novel materials. Nature 624, 86–91 (2023). + + 38030721 + 10700133 + 10.1038/s41586-023-06734-w + + + + Moor, M. et al. Foundation models for generalist medical artificial intelligence. Nature 616, 259–265 (2023). + + 37045921 + 10.1038/s41586-023-05881-4 + + + + Boiko, D. A., MacKnight, R., Kline, B. & Gomes, G. Autonomous chemical research with large language models. Nature 624, 570–578 (2023). + + 38123806 + 10733136 + 10.1038/s41586-023-06792-0 + + + + Gregoire, J. M., Zhou, L. & Haber, J. A. Combinatorial synthesis for AI-driven materials discovery. Nat. Synth. 2, 493–504 (2023). + + 10.1038/s44160-023-00251-4 + + + + Batra, R., Song, L. & Ramprasad, R. Emerging materials intelligence ecosystems propelled by machine learning. Nat. Rev. Mater. 6, 655–678 (2021). + + 10.1038/s41578-020-00255-y + + + + Hippalgaonkar, K. et al. Knowledge-integrated machine learning for materials: lessons from gameplaying and robotics. Nat. Rev. Mater. 8, 241–260 (2023). + + 10.1038/s41578-022-00513-1 + + + + Louie, S. G., Chan, Y. H., da Jornada, F. H., Li, Z. & Qiu, D. Y. Discovering and understanding materials through computation. Nat. Mater. 20, 728–735 (2021). + + 34045702 + 10.1038/s41563-021-01015-1 + + + + Esterhuizen, J. A., Goldsmith, B. R. & Linic, S. Interpretable machine learning for knowledge generation in heterogeneous catalysis. Nat. Catal. 5, 175–184 (2022). + + 10.1038/s41929-022-00744-z + + + + Fedik, N. et al. Extending machine learning beyond interatomic potentials for predicting molecular properties. Nat. Rev. Chem. 6, 653–672 (2022). + + 37117713 + 10.1038/s41570-022-00416-3 + + + + Zhao, M. & Xia, Y. Crystal-phase and surface-structure engineering of ruthenium nanocrystals. Nat. Rev. Mater. 5, 440–459 (2020). + + 10.1038/s41578-020-0183-3 + + + + Bai, L., Hsu, C. S., Alexander, D. T. L., Chen, H. M. & Hu, X. Double-atom catalysts as a molecular platform for heterogeneous oxygen evolution electrocatalysis. Nat. Energy 6, 1054–1066 (2021). + + 10.1038/s41560-021-00925-3 + + + + Chen, P. C. et al. Interface and heterostructure design in polyelemental nanoparticles. Science 363, 959–964 (2019). + + 30819959 + 10.1126/science.aav4302 + + + + Yoo, S. et al. Low-temperature atomic metal deposition for an efficient dual-site incorporated photocatalyst. Adv. Mater. 37, e06402 (2025). + + 40709802 + 10.1002/adma.202506402 + + + + Lever, J., Krzywinski, M. & Altman, N. Model selection and overfitting. Nat. Methods 13, 703–704 (2016). + + 10.1038/nmeth.3968 + + + + Xu, H., Cheng, D., Cao, D. & Zeng, X. C. Revisiting the universal principle for the rational design of single-atom electrocatalysts. Nat. Catal. 7, 207–218 (2024). + + 10.1038/s41929-023-01106-z + + + + Pan, Y. et al. Direct evidence of boosted oxygen evolution over perovskite by enhanced lattice oxygen participation. Nat. Commun. 11, 2002 (2020). + + 32332731 + 7181763 + 10.1038/s41467-020-15873-x + + + + Papa, V., Cao, Y., Spannenberg, A., Junge, K. & Beller, M. Development of a practical non-noble metal catalyst for hydrogenation of N-heteroarenes. Nat. Catal. 3, 135–142 (2020). + + 10.1038/s41929-019-0404-6 + + + + Gallegos, M., Vassilev-Galindo, V., Poltavsky, I., Martín Pendás, Á. & Tkatchenko, A. Explainable chemical artificial intelligence from accurate machine learning of real-space chemical descriptors. Nat. Commun. 15, 4345 (2024). + + 38773090 + 11522690 + 10.1038/s41467-024-48567-9 + + + + Selvaraju, R. R. et al. Grad-CAM: visual explanations from deep networks via gradient-based localization. Int. J. Comput. Vis. 128, 336–359 (2020). + + 10.1007/s11263-019-01228-7 + + + + Zhao, J. W., Li, Y., Luan, D. & Lou, X. W. Structural evolution and catalytic mechanisms of perovskite oxides in electrocatalysis. Sci. Adv. 10, eadq4696 (2024). + + 39321283 + 11804782 + 10.1126/sciadv.adq4696 + + + + Lin, X. et al. Machine learning-assisted dual-atom sites design with interpretable descriptors unifying electrocatalytic reactions. Nat. Commun. 15, 8169 (2024). + + 39289388 + 11408493 + 10.1038/s41467-024-52519-8 + + + + Tong, Y. et al. Spin-state regulation of perovskite cobaltite to realize enhanced oxygen evolution activity. Chem 3, 812–821 (2017). + + 10.1016/j.chempr.2017.09.003 + + + + Lu, M. et al. Artificially steering electrocatalytic oxygen evolution reaction mechanism by regulating oxygen defect contents in perovskites. Sci. Adv. 8, eabq3563 (2022). + + 35905191 + 9337758 + 10.1126/sciadv.abq3563 + + + + McCrory, C. C. L., Jung, S., Peters, J. C. & Jaramillo, T. F. Benchmarking heterogeneous electrocatalysts for the oxygen evolution reaction. J. Am. Chem. Soc. 135, 16977–16987 (2013). + + 24171402 + 10.1021/ja407115p + + + + Moon, J. SAC2025. Zenodo https://doi.org/10.5281/zenodo.19133272 (2026). + + + +
+ + + 42209788 + + 2026 + 05 + 28 + + + 2026 + 05 + 28 + +
+ + 2045-2322 + + 16 + 1 + + 2026 + May + 28 + + + Scientific reports + Sci Rep + + Radiation dose has no significant impact on CT-based bone mineral density measurements in a large-animal model. + 16570 + 10.1038/s41598-026-55169-6 + + Bone mineral density (BMD) is a biomarker for frailty, and CT-derived radiodensity can be extracted fully automatically as a surrogate. Because these measurements might be affected by image noise, which varies substantially in the clinical routine, this systematic large-animal study investigates the consistency of CT-based BMD measurements under different radiation dose settings. Twenty Göttingen minipigs underwent six non-contrast CT examinations with five dose levels (CTDIvol: 0.53-10.01 mGy; 5%, 10%, 20%, 40%, 100%; 600 scans). BMD was assessed using CT-derived radiodensity (Hounsfield units, HU) by segmenting the complete ninth thoracic vertebra, and by placing a region of interest (ROI) in the trabecular bone. RM-ANOVA was used to assess statistical significance. Data are presented as mean with standard deviation. The BMD measurement remained consistent between the control and the different dose settings. Even the lowest dose setting (5%: complete = 761 [± 56] HU, ROI = 749 [± 72] HU) showed no significant differences compared to the control (complete = 756 [± 55] HU, ROI = 738 [± 68] HU). Finally, CT-based BMD measurements remained consistent and are therefore robust to substantial dose reduction, indicating the technical feasibility of comparing CT examinations with different dose protocols, relevant for opportunistic screening. + © 2026. The Author(s). + + + + Harmes + Johannes Christian + JC + 0009-0003-1984-2216 + + Institute of Diagnostic and Interventional Radiology and Neuroradiology, University Hospital Essen, Essen, Germany. Johannes.Harmes@uk-essen.de. + + + Institute for Artificial Intelligence in Medicine, University Hospital Essen, Essen, Germany. Johannes.Harmes@uk-essen.de. + + + + Holtkamp + Mathias + M + + Institute of Diagnostic and Interventional Radiology and Neuroradiology, University Hospital Essen, Essen, Germany. + + + Institute for Artificial Intelligence in Medicine, University Hospital Essen, Essen, Germany. + + + + Straus + Jannis + J + + Institute for Artificial Intelligence in Medicine, University Hospital Essen, Essen, Germany. + + + + Jost + Gregor + G + + Bayer AG, Berlin, Germany. + + + + Forsting + Michael + M + + Institute of Diagnostic and Interventional Radiology and Neuroradiology, University Hospital Essen, Essen, Germany. + + + + Hosch + René + R + + Institute of Diagnostic and Interventional Radiology and Neuroradiology, University Hospital Essen, Essen, Germany. + + + Institute for Artificial Intelligence in Medicine, University Hospital Essen, Essen, Germany. + + + + Nensa + Felix + F + + Institute of Diagnostic and Interventional Radiology and Neuroradiology, University Hospital Essen, Essen, Germany. + + + Institute for Artificial Intelligence in Medicine, University Hospital Essen, Essen, Germany. + + + + Pietsch + Hubertus + H + + Bayer AG, Berlin, Germany. + + + + Salhöfer + Luca + L + + Institute of Diagnostic and Interventional Radiology and Neuroradiology, University Hospital Essen, Essen, Germany. + + + Institute for Artificial Intelligence in Medicine, University Hospital Essen, Essen, Germany. + + + + Haubold + Johannes + J + + Institute of Diagnostic and Interventional Radiology and Neuroradiology, University Hospital Essen, Essen, Germany. + + + Institute for Artificial Intelligence in Medicine, University Hospital Essen, Essen, Germany. + + + + eng + + Journal Article + + + 2026 + 05 + 28 + +
+ + England + Sci Rep + 101563288 + 2045-2322 + + IM + + + Animals + + + Bone Density + radiation effects + + + Tomography, X-Ray Computed + methods + + + Radiation Dosage + + + Swine + + + Swine, Miniature + + + Female + + + + Bone mineral density + Computed tomography + Machine learning + Opportunistic screening + Osteoporosis + Radiation dose + + Declarations. Competing interests: The study was performed in cooperation with the Bayer AG. H.P. and G.J. are employees of the Bayer AG. Funding: J.C.H received financial support by the Junior Clinician Scientist Academy of the Medical Faculty of the University of Duisburg-Essen (D/401-90063). L.S. and M.H. received financial support by a German Research Foundation funded Clinician Scientist Academy (FU356/12–2). The funding institutions did not influence the study design, data collection, data interpretation, data analysis, or report writing. The other authors declare that they have not received any funding for this project. Ethics statement: The manuscript does not contain clinical studies or patient data. The study was approved by the State Animal Welfare Committee (Landesamt für Gesundheit und Soziales, Berlin, Germany), carried out in compliance with the German Animal Welfare Act and under consideration of the ARRIVE guidelines. +
+ + + + 2026 + 5 + 29 + 15 + 44 + + + 2026 + 5 + 29 + 15 + 43 + + + 2026 + 3 + 4 + + + 2026 + 5 + 22 + + + 2026 + 5 + 28 + 23 + 29 + + + epublish + + 42209788 + 10.1038/s41598-026-55169-6 + 10.1038/s41598-026-55169-6 + + + + Wasserthal, J. et al. TotalSegmentator: Robust Segmentation of 104 Anatomic Structures in CT Images. Radiol. Artif. Intell. 5 (5), e230024 (2023). + + 10.1148/ryai.230024 + 37795137 + 10546353 + + + + Haubold, J. et al. A CT-Based Body and Organ Analysis for Radiologists at the Point of Care. Invest. Radiol. 59 (6), 433–441 (2024). + + 10.1097/RLI.0000000000001040 + 37994150 + + + + Wienker, J. et al. Body composition impacts outcome of bronchoscopic lung volume reduction in patients with severe emphysema: a fully automated CT-based analysis. Sci. Rep. 14 (1), 8718 (2024). + + 10.1038/s41598-024-58628-0 + 38622275 + 11018765 + + + + Montero-Benitez, M. Z. et al. AI-assistance body composition CT at T12 and T4 in lung cancer: diagnosing sarcopenia, and its correlation with morphofunctional assessment techniques. Cancers (Basel) 17(19). (2025). + + + Borys, K. et al. Leveraging Sarcopenia index by automated CT body composition analysis for pan cancer prognostic stratification. NPJ Digit. Med. 8 (1), 611 (2025). + + 10.1038/s41746-025-02016-z + 41087591 + 12521393 + + + + Luo, C. et al. Longitudinal changes in tumor morphology and body composition following neoadjuvant chemotherapy predict progression-free survival in adenocarcinoma of the esophagogastric junction: A multi-center study. Eur. J. Radiol. 193, 112461 (2025). + + 10.1016/j.ejrad.2025.112461 + 41033012 + + + + Götze, H. et al. Prognostic relevance of CT-defined body composition in esophageal cancer patients undergoing curative treatment. Surg. Oncol. 63, 102278 (2025). + + 10.1016/j.suronc.2025.102278 + 40912128 + + + + Salhöfer, L. et al. CT-based body composition analysis and pulmonary fat attenuation volume as biomarkers to predict overall survival in patients with non-specific interstitial pneumonia. Eur. Radiol. Exp. 8 (1), 114 (2024). + + 10.1186/s41747-024-00519-0 + 39400764 + 11473462 + + + + Lou, J. et al. Bone mineral density as an individual prognostic biomarker in NSCLC patients treated with immune checkpoint inhibitors. Front. Immunol. 15, 1332303 (2024). + + 10.3389/fimmu.2024.1332303 + 38698843 + 11063287 + + + + Azekawa, S. et al. CT-derived vertebral bone mineral density is a useful biomarker to predict COVID-19 outcome. Bone 184, 117095 (2024). + + 10.1016/j.bone.2024.117095 + 38599262 + + + + Ilic, I. et al. Bone mineral density as an individual prognostic biomarker in patients with surgically-treated brain metastasis from lung cancer (NSCLC). Cancers (Basel) 14(19). (2022). + + + Schulze-Hagen, M. F. et al. Decreased bone mineral density is a predictor of poor survival in critically Ill patients. J. Clin. Med. 10(16). (2021). + + + Boutin, R. D., Lenchik, L., Value-Added Opportunistic, C. T. & Insights Into Osteoporosis and Sarcopenia. AJR Am. J. Roentgenol. 215 (3), 582–594 (2020). + + 10.2214/AJR.20.22874 + 32755187 + + + + Acevedo, J. B. H., Lenchik, L., Weaver, A. A., Boutin, R. D. & Wuertzer, S. Opportunistic Screening of Bone Fragility Using Computed Tomography. Semin Musculoskelet. Radiol. 28 (5), 620–627 (2024). + + 10.1055/s-0044-1788816 + 39406224 + 12151326 + + + + Rühling, S. et al. Cost-effectiveness of opportunistic QCT-based osteoporosis screening for the prediction of incident vertebral fractures. Front. Endocrinol. (Lausanne). 14, 1222041 (2023). + + 10.3389/fendo.2023.1222041 + 37576975 + 10422975 + + + + Clynes, M. A. et al. The epidemiology of osteoporosis. Br. Med. Bull. 133 (1), 105–117 (2020). + + 32282039 + 7115830 + + + + Shet, S. et al. Opportunistic assessment of bone mineral density in cystic fibrosis patients using ultra-low dose thoracic CT. Arch. Osteoporos. 20 (1), 91 (2025). + + 10.1007/s11657-025-01578-5 + 40650818 + 12255546 + + + + Yang, J., Zeng, Y. & Yu, W. Criteria for osteoporosis diagnosis: a systematic review and meta-analysis of osteoporosis diagnostic studies with DXA and QCT. EClinicalMedicine 83, 103244 (2025). + + 10.1016/j.eclinm.2025.103244 + 40630613 + 12235398 + + + + Deshpande, N. et al. Alternatives to DEXA for the assessment of bone density: a systematic review of the literature and future recommendations. J. Neurosurg. Spine. 38 (4), 436–445 (2023). + + 10.3171/2022.11.SPINE22875 + 36609369 + + + + Lin, W. et al. Quantitative CT screening improved lumbar BMD evaluation in older patients compared to dual-energy X-ray absorptiometry. BMC Geriatr. 23 (1), 231 (2023). + + 10.1186/s12877-023-03963-6 + 37069511 + 10108496 + + + + Wang, L., Diacinti, D., Diacinti, D., Minisola, S. & Yajun, L. The Diagnosis of Osteoporosis, Including Opportunistic Computed Tomography: A Narrative Review. Gerontology 71 (6), 453–460 (2025). + + 10.1159/000545961 + 40359912 + + + + Li, Y. et al. Comparative evaluation of accuracy, precision, and radiation dose between mindways and low-dose iCare QCT for lumbar spine BMD using the European spine phantom. Front. Med. Technol. 7, 1575553 (2025). + + 10.3389/fmedt.2025.1575553 + 40433429 + 12107097 + + + + Wu, Y. et al. Artificial intelligence assisted automatic screening of opportunistic osteoporosis in computed tomography images from different scanners. Eur. Radiol. 35 (4), 2287–2295 (2025). + + 10.1007/s00330-024-11046-2 + 39231830 + + + + Kang, W. Y. et al. Automated opportunistic osteoporosis screening using low-dose chest CT among individuals undergoing lung cancer screening in a Korean population. Diagnostics (Basel) 14(16). (2024). + + + Löffler, M. T. et al. Automatic opportunistic osteoporosis screening in routine CT: improved prediction of patients with prevalent vertebral fractures compared to DXA. Eur. Radiol. 31 (8), 6069–6077 (2021). + + 10.1007/s00330-020-07655-2 + 33507353 + 8270840 + + + + Park, J., Kim, B. R., Lee, E. & Lee, J. W. Intra-individual comparison of lumbar spine CT, abdomen-pelvis contrast enhanced CT, and low-dose chest CT for bone density measurement. Acta Radiol. 64 (4), 1518–1525 (2023). + + 10.1177/02841851221125994 + 36120847 + + + + Karout, L. & Kalra, M. K. Survey of CT radiation doses and iodinated contrast medium administration: an international multicentric study. Eur. Radiol. 35 (4), 1915–1932 (2025). + + 10.1007/s00330-024-11017-7 + 39181948 + + + + Demb, J. et al. Analysis of Computed Tomography Radiation Doses Used for Lung Cancer Screening Scans. JAMA Intern. Med. 179 (12), 1650–1657 (2019). + + 10.1001/jamainternmed.2019.3893 + 31545340 + 6764003 + + + + Alkhorayef, M. et al. Radiation risk for patients undergoing cardiac computed tomography examinations. Appl. Radiat. Isot. 168, 109520 (2021). + + 10.1016/j.apradiso.2020.109520 + 33307438 + + + + Zhang, M. et al. Ultra-low-dose Quantitative CT for Lumbar Bone Mineral Density Assessment: A Prospective Validation of Radiation Reduction and Diagnostic Accuracy. Acad. Radiol. 32 (8), 4741–4749 (2025). + + 10.1016/j.acra.2025.05.018 + 40480937 + + + + Haubold, J. et al. Contrast Media Reduction in Computed Tomography With Deep Learning Using a Generative Adversarial Network in an Experimental Animal Study. Invest. Radiol. 57 (10), 696–703 (2022). + + 10.1097/RLI.0000000000000875 + 35438659 + + + + Salhöfer, L. et al. The Impact of Radiation Dose on CT-Based Body Composition Analysis: A Large-Animal Study. J. Cachexia Sarcopenia Muscle. 16 (1), e13741 (2025). + + 10.1002/jcsm.13741 + 39980200 + 11842463 + + + + Isensee, F., Jaeger, P. F., Kohl, S. A. A., Petersen, J. & Maier-Hein, K. H. nnU-Net: a self-configuring method for deep learning-based biomedical image segmentation. Nat. Methods. 18 (2), 203–211 (2021). + + 10.1038/s41592-020-01008-z + 33288961 + + + + Eelbode, T. et al. Optimization for Medical Image Segmentation: Theory and Practice When Evaluating With Dice Score or Jaccard Index. IEEE Trans. Med. Imaging. 39 (11), 3679–3690 (2020). + + 10.1109/TMI.2020.3002417 + 32746113 + + + + Mai, D. V. C. et al. A systematic review of automated segmentation of 3D computed-tomography scans for volumetric body composition analysis. J. Cachexia Sarcopenia Muscle. 14 (5), 1973–1986 (2023). + + 10.1002/jcsm.13310 + 37562946 + 10570079 + + + + Li, Y. et al. Deep Learning-Enhanced Opportunistic Osteoporosis Screening in 100 kV Low-Voltage Chest CT: A Novel Way Toward Bone Mineral Density Measurement and Radiation Dose Reduction. Acad. Radiol. 32 (11), 6812–6822 (2025). + + 10.1016/j.acra.2025.07.060 + 40835570 + + + + Smith-Bindman, R. et al. Large variation in radiation dose for routine abdomen CT: reasons for excess and easy tips for reduction. Eur. Radiol. 34 (4), 2394–2404 (2024). + + 10.1007/s00330-023-10076-6 + 37735276 + + + + Suntharalingam, S. et al. How Much Is the Dose Varying between Follow-Up CT-Examinations Performed on the Same Scanner with the Same Imaging Protocol? PLoS One. 11 (4), e0152961 (2016). + + 10.1371/journal.pone.0152961 + 27050659 + 4822887 + + + + Frings, M. et al. Low-dose high-resolution chest CT in adults with cystic fibrosis: intraindividual comparison between photon-counting and energy-integrating detector CT. Eur. Radiol. Exp. 8 (1), 105 (2024). + + 10.1186/s41747-024-00502-9 + 39298080 + 11413257 + + + + Cheng, X. et al. Opportunistic Screening Using Low-Dose CT and the Prevalence of Osteoporosis in China: A Nationwide, Multicenter Study. J. Bone Min. Res. 36 (3), 427–435 (2021). + + 10.1002/jbmr.4187 + + + + Strahlenschutz, B. Bekanntmachung der aktualisierten diagnostischen Referenzwerte für diagnostische und interventionelle Röntgenanwendungen. 7. (2022). + + + Koch, V. et al. Impact of Intravenously Injected Contrast Agent on Bone Mineral Density Measurement in Dual-Source Dual-Energy CT. Acad. Radiol. 29 (6), 880–887 (2022). + + 10.1016/j.acra.2021.06.010 + 34266738 + + + + Chun, K. J. Bone densitometry. Semin Nucl. Med. 41 (3), 220–228 (2011). + + 10.1053/j.semnuclmed.2010.12.002 + 21440697 + + + + +
+ + + 42209754 + + 2026 + 05 + 28 + +
+ + 1548-4475 + + + 2026 + May + 28 + + + Lab animal + Lab Anim (NY) + + Enhanced health evaluation in mice using continuous home-cage monitoring and machine learning: a multicentric study. + 10.1038/s41684-026-01745-2 + + Ensuring the health of laboratory rodents is critical for ethical research and maintaining scientific integrity. Traditional daily visual observations by trained technicians, conducted during the rodents' sleep period, often fail to detect subtle but critical health indicators due to the short duration of inspections and obstructions from enrichment materials. Here we aimed to improve health checks in mice by utilizing continuous home-cage monitoring coupled with machine learning (ML) algorithms. We hypothesized that reduced locomotion in mice would indicate distress or sickness, and that continuous tracking would identify clinical cases earlier than visual checks. We retrospectively analyzed locomotion data from three institutions using the same sensor technology and applied ML/artificial intelligence (AI) models to generate digital alerts for potential clinical cases. These alerts were then compared with clinical records to verify the accuracy of the predictions. Our results demonstrated that the ML algorithm identified animals in distress -3 to -6 days before verifiable clinical signs or death were noticed, with an accuracy of 66-80% on day -3 and 80-91% on day -6. This indicates that continuous monitoring of animal locomotion is a superior predictor of animal health compared with human observation. The findings suggest that augmenting visual checks with AI modeling can greatly improve animal welfare by identifying subclinical cases, enhancing study endpoints, increasing the rigor and reproducibility of research, and improving operational efficiency. Our work underscores the potential of integrating advanced monitoring systems and AI in laboratory animal facilities, marking a substantial step forward in the field of animal welfare and research methodology. + © 2026. The Author(s). + + + + Eswaraka + Jeetendra + J + + Rutgers, The State University of New Jersey, Piscataway, NJ, USA. jeetendra.eswaraka@rutgers.edu. + + + + Gommet + Céline + C + + Sanofi, Vitry-sur-Seine, France. + + + + Diomaiuta + Dimitri + D + 0009-0009-9762-8251 + + Tecniplast Spa, Buguggiate, Italy. + + + + Rigamonti + Mara + M + 0000-0002-3913-4458 + + Tecniplast Spa, Buguggiate, Italy. + + + + Rosati + Giorgio + G + + Tecniplast Spa, Buguggiate, Italy. + + + + Gaburro + Stefano + S + 0000-0001-9297-3472 + + Tecniplast Spa, Buguggiate, Italy. + + + + Zwick + Michael + M + 0000-0001-9772-8257 + + Rutgers, The State University of New Jersey, Piscataway, NJ, USA. + + + + Bégoud + Laurent + L + + Sanofi, Vitry-sur-Seine, France. + + + + Warot + Xavier + X + + Center of PhenoGenomics, School of Life Sciences, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland. + + + + Doenlen + Raphaël + R + + Center of PhenoGenomics, School of Life Sciences, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland. + + + + eng + + Journal Article + + + 2026 + 05 + 28 + +
+ + United States + Lab Anim (NY) + 0417737 + 0093-7355 + + IM + Competing interests: J.E., M.Z., R.D., S.G. and X.W. declare no competing interests. C.G. and L.B. are Sanofi employees and may hold shares and/or stock options in the company. M.R., D.D. and G.R. are employees of Tecniplast SpA, which developed the technology, and have nothing to disclose. +
+ + + + 2026 + 5 + 29 + 15 + 43 + + + 2026 + 5 + 29 + 15 + 43 + + + 2025 + 1 + 27 + + + 2026 + 4 + 17 + + + 2026 + 5 + 28 + 23 + 28 + + + aheadofprint + + 42209754 + 10.1038/s41684-026-01745-2 + 10.1038/s41684-026-01745-2 + + + + Miller, M. & Brielmeier, M. Environmental samples make soiled bedding sentinels dispensable for hygienic monitoring of IVC-reared mouse colonies. Lab. Anim. 52, 233–239 (2018). + + 10.1177/0023677217739329 + 29145766 + + + + National Research Council, Committee for the Update of the Guide for the Care and Use of Laboratory Animals, Institute for Laboratory Animal Research & National Academies Press in Guide for the Care and Use of Laboratory Animals xxv, 220, 112 (National Academies Press, 2011). + + + Animal Welfare Act and Animal Welfare Regulations (US Department of Agriculture, Animal and Plant Health Inspection Service, 2005). + + + Directive 2010/63/EU of the European Parliament and of the Council of 22 September 2010 on the Protection of Animals Used for Scientific Purposes Article 9,41 (Council of Europe, 2010). + + + Code of Practice for Monitoring the Welfare of Laboratory Animals (Univ. Groningen, 2007). + + + FELASA working group on revision of guidelines for health monitoring of rodents and rabbits et al. FELASA recommendations for the health monitoring of mouse, rat, hamster, guinea pig and rabbit colonies in breeding and experimental units. Lab. Anim. 48, 178–192 (2014). + + 10.1177/0023677213516312 + + + + Burkholder, T., Foltz, C., Karlsson, E., Linton, C. G. & Smith, J. M. Health evaluation of experimental laboratory mice. Curr. Protoc. Mouse Biol. 2, 145–165 (2012). + + 10.1002/9780470942390.mo110217 + 22822473 + 3399545 + + + + Do, J. P. et al. Automated and continuous monitoring of animal welfare through digital alerting. Comp. Med. 70, 313–327 (2020). + + 10.30802/AALAS-CM-19-000090 + 32414427 + + + + Bains, R. S. et al. Assessing mouse behaviour throughout the light/dark cycle using automated in-cage analysis tools. J. Neurosci. Methods 300, 37–47 (2018). + + 10.1016/j.jneumeth.2017.04.014 + 28456660 + + + + Richardson, C. A. The power of automated behavioural homecage technologies in characterizing disease progression in laboratory mice: a review. Appl. Anim. Behav. Sci. 163, 19–27 (2015). + + 10.1016/j.applanim.2014.11.018 + + + + Iannello, F. Non-intrusive high throughput automated data collection from the home cage. Heliyon 5, e01454 (2019). + + 10.1016/j.heliyon.2019.e01454 + 30997429 + 6451168 + + + + Ahloy-Dallaire, J., Klein, J. D., Davis, J. K. & Garner, J. P. Automated monitoring of mouse feeding and body weight for continuous health assessment. Lab. Anim. 53, 342–351 (2019). + + 10.1177/0023677218797974 + 30286683 + + + + Fuentes, S., Gonzalez Viejo, C., Tongson, E. & Dunshea, F. R. The livestock farming digital transformation: implementation of new and emerging technologies using artificial intelligence. Anim. Health Res. Rev. 23, 59–71 (2022). + + 10.1017/S1466252321000177 + 35676797 + + + + Ferdinandy, B. et al. Challenges of machine learning model validation using correlated behaviour data: evaluation of cross-validation strategies and accuracy measures. PLoS ONE 15, e0236092 (2020). + + 10.1371/journal.pone.0236092 + 32687528 + 7371169 + + + + Sturm, V. et al. Combination of sensor data and health monitoring for early detection of subclinical ketosis in dairy cows. Sensors 20, 1484 (2020). + + 10.3390/s20051484 + 32182701 + 7085771 + + + + Marx, J. O., Brice, A. K., Boston, R. C. & Smith, A. L. Incidence rates of spontaneous disease in laboratory mice used at a large biomedical research institution. J. Am. Assoc. Lab. Anim. Sci. 52, 782–791 (2013). + + 24351767 + 3838613 + + + + Mosch, L. et al. Towards substitution of invasive telemetry: an integrated home cage concept for unobtrusive monitoring of objective physiological parameters in rodents. PLoS ONE 18, e0286230 (2023). + + 10.1371/journal.pone.0286230 + 37676867 + 10484458 + + + + Vagima, Y. et al. Group activity of mice in communal home cage used as an indicator of disease progression and rate of recovery: effects of LPS and influenza virus. Life Sci. 258, 118214 (2020). + + 10.1016/j.lfs.2020.118214 + 32768585 + + + + Hasriadi, Dasuni Wasana, P. W., Vajragupta, O., Rojsitthisak, P. & Towiwat, P. Automated home-cage monitoring as a potential measure of sickness behaviors and pain-like behaviors in LPS-treated mice. PLoS ONE 16, e0256706 (2021). + + 10.1371/journal.pone.0256706 + 34449819 + 8396795 + + + + Guo, Y., He, D. & Chai, L. A machine vision-based method for monitoring scene-interactive behaviors of dairy calf. Animals 10, 190 (2020). + + 10.3390/ani10020190 + 31978962 + 7071125 + + + + Basran, P. S. & Appleby, R. B. The unmet potential of artificial intelligence in veterinary medicine. Am. J. Vet. Res. 83, 385–392 (2022). + + 10.2460/ajvr.22.03.0038 + 35353711 + + + + Liptovszky, M. Advancing zoo animal welfare through data science: scaling up continuous improvement efforts. Front. Vet. Sci. 11, 1313182 (2024). + + 10.3389/fvets.2024.1313182 + 38298448 + 10827962 + + + + Abou-Ismail, U., Burman, O. H. P., Nicol, C. & Mendl, M. Can sleep behaviour be used as an indicator of stress in group-housed rats (Rattus norvegicus)? Anim. Welf. 16, 185–188 (2007). + + 10.1017/S0962728600031298 + + + + Patti, C. L. et al. Effects of sleep deprivation on memory in mice: role of state-dependent learning. Sleep 33, 1669–1679 (2010). + + 10.1093/sleep/33.12.1669 + 21120129 + 2982737 + + + + Holland, J. H. Adaptation in Natural and Artificial Systems: An Introductory Analysis to Biology, Control and Artifical Intelligence (MIT Press, 1992). + + + Goldberg, D. E. Genetic Algorithms (Pearson Education India, 2013). + + + +
+ + + 42209729 + + 2026 + 05 + 28 + + + 2026 + 05 + 28 + +
+ + 1573-7373 + + 178 + 1 + + 2026 + May + 28 + + + Journal of neuro-oncology + J Neurooncol + + Predicting progression-free survival in glioblastoma with neuroimaging and machine learning. + 29 + 10.1007/s11060-026-05650-z + + Glioblastoma (GBM) is the most prevalent and aggressive form of malignant glioma. Reliable estimation of progression-free survival (PFS) prior to medical intervention could strengthen clinical decision-making and improve patient care. Here, we utilize machine learning (ML) to predict PFS in GBM patients using resting state network (RSN) connectivity before medical intervention. + GBM patients (N = 45, mean age 62.1 ± 10.3 years, mean PFS 9.5 ± 5.6 months, 62.2% male) were retrospectively recruited from Washington University Medical Center. All patients completed structural neuroimaging and resting-state functional MRI before surgery. Deep neural networks were trained on resting-state functional connectivity to predict PFS. Feature selection identified the 15 strongest predictive features prior to training. + Sex (p = 0.0037), overall survival (p = 0.0003), MGMT promoter methylation status (p = 0.0064), presentation of weakness (p = 0.0037), and presentation of memory impairment (p = 0.045) were significantly associated with PFS. Tumor frequency and spatial correlation analyses associated dorsal attention, visual, frontal-parietal, and default mode networks with shorter PFS. Conversely, right-temporal lobe tumors were associated with better outcomes. RSN spatial maps revealed widespread alterations in association networks in GBM patients relative to controls. MRMR feature selection identified thalamic and association network connectivity, including somatomotor, ventral and dorsal attention, and default mode/parietal memory as the strongest predictors of PFS. Using leave-one-out validation, the model predicted PFS with an RMSE of 1.26 months, MAE of 1.08 months, and R² of 0.96 (p < 0.001). + Our findings indicate that GBM alters functional brain organization on a widespread scale, and these global effects are informative of patient outcomes. + © 2026. The Author(s). + + + + Hickman-Chow + Davin A + DA + 0009-0002-0883-1477 + + Department of Neurological Surgery, Washington University School of Medicine, St. Louis, MO, 63110, USA. D.a.hickman-chow@wustl.edu. + + + Brain Tumor Center at Siteman Cancer Center, Washington University School of Medicine, St. Louis, MO, USA. D.a.hickman-chow@wustl.edu. + + + + Luckett + Patrick H + PH + 0000-0003-2262-6605 + + Department of Neurological Surgery, Washington University School of Medicine, St. Louis, MO, 63110, USA. luckett.patrick@wustl.edu. + + + + Olufawo + Michael + M + + Department of Neurological Surgery, Washington University School of Medicine, St. Louis, MO, 63110, USA. + + + + Dierker + Donna + D + + Mallinckrodt Institute of Radiology, Washington University School of Medicine, St. Louis, MO, USA. + + + + Shimony + Joshua S + JS + + Mallinckrodt Institute of Radiology, Washington University School of Medicine, St. Louis, MO, USA. + + + + Leuthardt + Eric C + EC + + Department of Neurological Surgery, Washington University School of Medicine, St. Louis, MO, 63110, USA. + + + Department of Biomedical Engineering, Washington University in Saint Louis, St. Louis, MO, 63130, USA. + + + Department of Mechanical Engineering and Materials Science, Washington University in Saint Louis, St. Louis, MO, 63130, USA. + + + Center for Innovation in Neuroscience and Technology, Washington University School of Medicine, St. Louis, MO, 63110, USA. + + + Brain Laser Center, Washington University School of Medicine, St. Louis, MO, 63110, USA. + + + National Center for Adaptive Neurotechnologies, 660 South Euclid Avenue Campus Box 8057, St. Louis, MO, 63110, USA. + + + + eng + + + R01CA203861 + CA + NCI NIH HHS + United States + + + U24NS109103 + NS + NINDS NIH HHS + United States + + + P41EB018783 + EB + NIBIB NIH HHS + United States + + + + Journal Article + + + 2026 + 05 + 28 + +
+ + United States + J Neurooncol + 8309335 + 0167-594X + + IM + + + Humans + + + Glioblastoma + diagnostic imaging + mortality + pathology + physiopathology + + + Female + + + Male + + + Brain Neoplasms + diagnostic imaging + mortality + pathology + + + Middle Aged + + + Machine Learning + + + Retrospective Studies + + + Magnetic Resonance Imaging + methods + + + Progression-Free Survival + + + Neuroimaging + methods + + + Prognosis + + + Predictive Learning Models + + + Aged + + + Follow-Up Studies + + + + Deep learning + Functional Connectivity + Functional MRI + Glioblastoma + Progression-Free Survival + + Declarations. Ethical approval and consent to participate/publish: This study was approved by the Washington University in St. Louis Institutional Review Board. The IRB waived the requirement for informed consent for this retrospective study. This manuscript contains no individual person’s data in any form. Competing interests: Patrick Luckett, Joshua Shimony, Eric Leuthardt, and/or Washington University in St. Louis may receive royalty income based on a technology developed by Patrick Luckett, Joshua Shimony, and Eric Leuthardt and licensed by Washington University to Sora Neuroscience. Eric Leuthardt owns stock in Neurolutions, General Sensing, Face to Face Biometrics, Caeli Vascular, Acera, Sora Neuroscience, Inner Cosmos, Inflexion Vascular, and Petal Surgical. Washington University has equity ownership of Neurolutions. The remaining authors declare no financial interest. +
+ + + + 2026 + 5 + 29 + 15 + 42 + + + 2026 + 5 + 29 + 15 + 41 + + + 2026 + 4 + 17 + + + 2026 + 5 + 25 + + + 2026 + 5 + 28 + 23 + 28 + + + epublish + + 42209729 + 10.1007/s11060-026-05650-z + 10.1007/s11060-026-05650-z + + + + Kelly C, Majewska P, Ioannidis S et al (2017) Estimating progression-free survival in patients with glioblastoma using routinely collected data. J Neurooncol 135:621–627. https://doi.org/10.1007/s11060-017-2619-1 + + 10.1007/s11060-017-2619-1 + 28956223 + 5700233 + + + + Luckett PH, Olufawo M, Lamichhane B et al (2023) Predicting survival in glioblastoma with multimodal neuroimaging and machine learning. J Neurooncol 164:309–320. https://doi.org/10.1007/s11060-023-04439-8 + + 10.1007/s11060-023-04439-8 + 37668941 + 10522528 + + + + Wen PY, van den Bent M, Youssef G et al (2023) RANO 2.0: Update to the Response Assessment in Neuro-Oncology Criteria for High- and Low-Grade Gliomas in Adults. J Clin Oncol 41:5187–5199. https://doi.org/10.1200/JCO.23.01059 + + 10.1200/JCO.23.01059 + 37774317 + 10860967 + + + + Gulati S, Jakola AS, Nerland US et al (2011) The Risk of Getting Worse: Surgically Acquired Deficits, Perioperative Complications, and Functional Outcomes After Primary Resection of Glioblastoma. World Neurosurg 76:572–579. https://doi.org/10.1016/j.wneu.2011.06.014 + + 10.1016/j.wneu.2011.06.014 + 22251506 + + + + Lacroix M, Abi-Said D, Fourney DR et al (2001) A multivariate analysis of 416 patients with glioblastoma multiforme: prognosis, extent of resection, and survival. J Neurosurg 95:190–198. https://doi.org/10.3171/jns.2001.95.2.0190 + + 10.3171/jns.2001.95.2.0190 + 11780887 + + + + Jakola AS, Unsgård G, Solheim O (2011) Quality of life in patients with intracranial gliomas: the impact of modern image-guided surgery: Clinical article. JNS 114:1622–1630. https://doi.org/10.3171/2011.1.JNS101657 + + 10.3171/2011.1.JNS101657 + + + + Brancato V, Nuzzo S, Tramontano L et al (2020) Predicting Survival in Glioblastoma Patients Using Diffusion MR Imaging Metrics—A. Syst Rev Cancers 12:2858. https://doi.org/10.3390/cancers12102858 + + 10.3390/cancers12102858 + + + + Park JE, Kim HS, Jo Y et al (2020) Radiomics prognostication model in glioblastoma using diffusion- and perfusion-weighted MRI. Sci Rep 10:4250. https://doi.org/10.1038/s41598-020-61178-w + + 10.1038/s41598-020-61178-w + 32144360 + 7060336 + + + + Hwang J, Kim CM, Jeon S et al (2016) Prediction of Alzheimer’s disease pathophysiology based on cortical thickness patterns. Alzheimer’s Dementia: Diagnosis Assess Disease Monit 2:58–67. https://doi.org/10.1016/j.dadm.2015.11.008 + + 10.1016/j.dadm.2015.11.008 + + + + Lavagnino L, Mwangi B, Cao B et al (2018) Cortical thickness patterns as state biomarker of anorexia nervosa. Int J Eat Disord 51:241–249. https://doi.org/10.1002/eat.22828 + + 10.1002/eat.22828 + 29412456 + 5843530 + + + + Lamichhane B, Luckett PH, Dierker D et al (2023) Structural gray matter alterations in glioblastoma and high-grade glioma—A potential biomarker of survival. Neuro-Oncology Adv 5:vdad034. https://doi.org/10.1093/noajnl/vdad034 + + 10.1093/noajnl/vdad034 + + + + Hart MG, Romero-Garcia R, Price SJ, Suckling J (2019) Global Effects of Focal Brain Tumors on Functional Complexity and Network Robustness: A Prospective Cohort Study. Neurosurgery 84:1201–1213. https://doi.org/10.1093/neuros/nyy378 + + 10.1093/neuros/nyy378 + 30137556 + 6520100 + + + + Hacker CD, Roland JL, Kim AH et al (2019) Resting-state network mapping in neurosurgical practice: a review. NeuroSurg Focus 47:E15. https://doi.org/10.3171/2019.9.FOCUS19656 + + 10.3171/2019.9.FOCUS19656 + 31786561 + 9841914 + + + + Zhou Y, Liang M, Tian L et al (2007) Functional disintegration in paranoid schizophrenia using resting-state fMRI. Schizophr Res 97:194–205. https://doi.org/10.1016/j.schres.2007.05.029 + + 10.1016/j.schres.2007.05.029 + 17628434 + + + + Meeker KL, Ances BM, Gordon BA et al (2021) Cerebrospinal fluid Aβ42 moderates the relationship between brain functional network dynamics and cognitive intraindividual variability. Neurobiol Aging 98:116–123. https://doi.org/10.1016/j.neurobiolaging.2020.10.027 + + 10.1016/j.neurobiolaging.2020.10.027 + 33264709 + + + + Luckett PH, Paul RH, Hannon K et al (2021) Modeling the Effects of HIV and Aging on Resting-State Networks Using Machine Learning. J Acquir Immune Defic Syndr 88:414–419. https://doi.org/10.1097/QAI.0000000000002783 + + 10.1097/QAI.0000000000002783 + 34406983 + 8556306 + + + + Lamichhane B, Daniel AGS, Lee JJ et al (2021) Machine Learning Analytics of Resting-State Functional Connectivity Predicts Survival Outcomes of Glioblastoma Multiforme Patients. Front Neurol 12:642241. https://doi.org/10.3389/fneur.2021.642241 + + 10.3389/fneur.2021.642241 + 33692747 + 7937731 + + + + Luckett PH, Park KY, Lee JJ et al (2023) Data-efficient resting-state functional magnetic resonance imaging brain mapping with deep learning. J Neurosurg 139:1258–1269. https://doi.org/10.3171/2023.3.JNS2314 + + 10.3171/2023.3.JNS2314 + 37060318 + 10576012 + + + + Luckett PH, Olufawo MO, Park KY et al (2024) Predicting post-surgical functional status in high-grade glioma with resting state fMRI and machine learning. J Neurooncol 169:175–185. https://doi.org/10.1007/s11060-024-04715-1 + + 10.1007/s11060-024-04715-1 + 38789843 + 11269343 + + + + Schag CC, Heinrich RL, Ganz PA (1984) Karnofsky performance status revisited: reliability, validity, and guidelines. JCO 2:187–193. https://doi.org/10.1200/JCO.1984.2.3.187 + + 10.1200/JCO.1984.2.3.187 + + + + Rusk N (2016) Deep learning. Nat Methods 13:35–35. https://doi.org/10.1038/nmeth.3707 + + 10.1038/nmeth.3707 + + + + Muhammad K, Khan S, Ser JD, Albuquerque VHCD (2021) Deep Learning for Multigrade Brain Tumor Classification in Smart Healthcare Systems: A Prospective Survey. IEEE Trans Neural Netw Learn Syst 32:507–522. https://doi.org/10.1109/TNNLS.2020.2995800 + + 10.1109/TNNLS.2020.2995800 + 32603291 + + + + Luckett P, Lee JJ, Park KY et al (2020) Mapping of the language network with deep learning. Front Neurol 11: https://doi.org/10.3389/fneur.2020.00819 + + + Choi Y, Nam Y, Lee YS et al (2020) IDH1 mutation prediction using MR-based radiomics in glioblastoma: comparison between manual and fully automated deep learning-based approach of tumor segmentation. Eur J Radiol 128:109031. https://doi.org/10.1016/j.ejrad.2020.109031 + + 10.1016/j.ejrad.2020.109031 + 32417712 + + + + Sakai Y, Yang C, Kihira S, et al. MRI radiomic features to predict IDH1 mutation status in gliomas: a machine learning approach using gradient tree boosting. Int J Mol Sci. 2020;(21):8004. https://doi.org/10.3390/ijms21218004 + + + Louis DN, Ohgaki H, Wiestler OD et al (2007) The 2007 WHO Classification of Tumours of the Central Nervous System. Acta Neuropathol 114:97–109. https://doi.org/10.1007/s00401-007-0243-4 + + 10.1007/s00401-007-0243-4 + 17618441 + 1929165 + + + + Louis DN, Perry A, Reifenberger G et al (2016) The 2016 World Health Organization Classification of Tumors of the Central Nervous System: a summary. Acta Neuropathol 131:803–820. https://doi.org/10.1007/s00401-016-1545-1 + + 10.1007/s00401-016-1545-1 + 27157931 + + + + Silber JR, Bobola MS, Blank A, Chamberlain MC (2012) O(6)-methylguanine-DNA methyltransferase in glioma therapy: promise and problems. Biochim Biophys Acta 1826:71–82. https://doi.org/10.1016/j.bbcan.2011.12.004 + + 10.1016/j.bbcan.2011.12.004 + 22244911 + 3340514 + + + + Nicholson RI, Gee JM, Harper ME (2001) EGFR and cancer prognosis. Eur J Cancer 37(Suppl 4):S9–15. https://doi.org/10.1016/s0959-8049(01)00231-3 + + 10.1016/s0959-8049(01)00231-3 + 11597399 + + + + Vinagre J, Almeida A, Pópulo H et al (2013) Frequency of TERT promoter mutations in human cancers. Nat Commun 4:2185. https://doi.org/10.1038/ncomms3185 + + 10.1038/ncomms3185 + 23887589 + + + + Yan H, Parsons DW, Jin G et al (2009) IDH1 and IDH2 Mutations in Gliomas. N Engl J Med 360:765–773. https://doi.org/10.1056/NEJMoa0808710 + + 10.1056/NEJMoa0808710 + 19228619 + 2820383 + + + + Song MS, Salmena L, Pandolfi PP (2012) The functions and regulation of the PTEN tumour suppressor. Nat Rev Mol Cell Biol 13:283–296. https://doi.org/10.1038/nrm3330 + + 10.1038/nrm3330 + 22473468 + + + + Stupp R, Mason WP, van den Bent MJ et al (2005) Radiotherapy plus concomitant and adjuvant temozolomide for glioblastoma. N Engl J Med 352:987–996. https://doi.org/10.1056/NEJMoa043330 + + 10.1056/NEJMoa043330 + 15758009 + + + + Foundation Medicine | Transforming precision medicine https://www.foundationmedicine.com/ . Accessed 23 Jan 2026 + + + Luckett PH, Lee JJ, Park KY et al (2022) Resting state network mapping in individuals using deep learning. Front Neurol 13:1055437. https://doi.org/10.3389/fneur.2022.1055437 + + 10.3389/fneur.2022.1055437 + 36712434 + + + + Ding C, Peng H (2005) Minimum redundancy feature selection from microarray gene expression data. J Bioinform Comput Biol 03:185–205. https://doi.org/10.1142/S0219720005001004 + + 10.1142/S0219720005001004 + + + + Luckett PH, Lee JJ, Park KY et al (2023) Resting state network mapping in individuals using deep learning. Front Neurol 13:1055437. https://doi.org/10.3389/fneur.2022.1055437 + + 10.3389/fneur.2022.1055437 + 36712434 + 9878609 + + + + Meissel K, Yao ES. Using Cliff’s delta as a non-parametric effect size measure: an accessible web app and R tutorial + + + Tordjman M, Madelin G, Gupta PK et al (2021) Functional connectivity of the default mode, dorsal attention and fronto-parietal executive control networks in glial tumor patients. J Neurooncol 152:347–355. https://doi.org/10.1007/s11060-021-03706-w + + 10.1007/s11060-021-03706-w + 33528739 + 8204932 + + + + Hadjiabadi DH, Pung L, Zhang J et al (2018) Brain tumors disrupt the resting-state connectome. NeuroImage: Clin 18:279–289. https://doi.org/10.1016/j.nicl.2018.01.026 + + 10.1016/j.nicl.2018.01.026 + 29876248 + 5987800 + + + + Luckett PH, Olufawo M, Lamichhane B et al (2023) Predicting survival in glioblastoma with multimodal neuroimaging and machine learning. J Neurooncol 164:309–320. https://doi.org/10.1007/s11060-023-04439-8 + + 10.1007/s11060-023-04439-8 + 37668941 + 10522528 + + + + Fyllingen EH, Bø LE, Reinertsen I et al (2021) Survival of glioblastoma in relation to tumor location: a statistical tumor atlas of a population-based cohort. Acta Neurochir 163:1895–1905. https://doi.org/10.1007/s00701-021-04802-6 + + 10.1007/s00701-021-04802-6 + 33742279 + 8195961 + + + + Ghinda DC, Wu J-S, Duncan NW, Northoff G (2018) How much is enough—Can resting state fMRI provide a demarcation for neurosurgical resection in glioma? Neurosci Biobehavioral Reviews 84:245–261. https://doi.org/10.1016/j.neubiorev.2017.11.019 + + 10.1016/j.neubiorev.2017.11.019 + + + + Douw L, Reijneveld JC, Mandal AS. Multiscale network perspectives on glioma: from tumour biology to symptoms, survival and treatment. Nat Rev Neurol. 2025:1-17. https://doi.org/10.1038/s41582-025-01171-x + + + Lozada PSM, Neira JP, Leon-Rojas JE, et al. From tumor to network: functional connectome heterogeneity and alterations in brain tumors—a multimodal neuroimaging narrative review. Cancers . 2025;17. https://doi.org/10.3390/cancers17132174 + + + Zimmermann MLM, Breedt LC, Centeno EGZ et al (2024) The relationship between pathological brain activity and functional network connectivity in glioma patients. J Neurooncol 166:523–533. https://doi.org/10.1007/s11060-024-04577-7 + + 10.1007/s11060-024-04577-7 + 38308803 + 10876827 + + + + Fox ME, King TZ (2018) Functional Connectivity in Adult Brain Tumor Patients: A Systematic Review. Brain Connect 8:381–397. https://doi.org/10.1089/brain.2018.0623 + + 10.1089/brain.2018.0623 + 30141339 + + + + +
+ + + 42209714 + + 2026 + 05 + 28 + +
+ + 2730-664X + + + 2026 + May + 29 + + + Communications medicine + Commun Med (Lond) + + Predict neuromuscular performance in human epidural electrical stimulation: phase 1 trial interim results. + 10.1038/s43856-026-01695-3 + + Epidural electrical stimulation (EES) has emerged as a promising therapy for restoring motor function in patients with paralysis. A primary challenge in this therapy lies in identifying feasible stimulation parameters in huge selection space for different movements, given the limited understanding of the precise alignment between stimulation and corresponding neuromuscular performance. We aimed to develop a computational framework that predicts neuromuscular performance under EES and thereby reduces the need for extensive in-clinic parameter searches. + We implanted purpose-designed 32-contact epidural interfaces in two individuals with motor-complete spinal cord injury and reconstructed personalized spinal anatomies from medical imaging. Finite element simulations and axonal recruitment modeling were integrated with machine learning to establish a predictive mapping between stimulation parameters and muscle responses. A dimensionality-reduction Bayesian optimization algorithm was subsequently applied to identify compact sets of stimulation parameters targeting specific motor objectives, and selected configurations were validated through clinical testing. This study is an interim report of an ongoing registered clinical trial (Closed-loop Functional Spinal Cord Stimulation in Patients with Spinal Cord Injury, ClinicalTrials.gov Identifier: NCT04969042), sponsored by Beijing PINS Medical Co., Ltd. + Here we present purpose-designed 32-contact epidural neural interfaces that enabled two individuals with spinal cord injury to regain lower-limb motor function. The hybrid predictive model demonstrated strong quantitative agreement with experimentally measured muscle responses (mean squared error = 0.0096). Algorithm-guided parameter recommendations comprising 180 configurations outperformed both the historical dataset (1,602 configurations) and conventional bipolar settings across four functional objectives. Clinical validation further confirmed that the recorded muscle activations were in close agreement with model predictions. + The AI-aided computational framework can serve as a reliable and feasible agent for evaluating and recommending effective EES parameters. By bridging anatomical modeling with functional outcomes, this approach offers a practical pathway toward optimizing neuromodulation therapies and advancing the development of personalized treatment strategies for individuals with spinal cord injury. + © 2026. The Author(s). + + + + Li + Hongda + H + + National Engineering Research Center of Neuromodulation, School of Aerospace Engineering, Tsinghua University, Beijing, China. + + + School of Aerospace Engineering, Tsinghua University, Beijing, China. + + + + Wei + Yunyue + Y + + School of Aerospace Engineering, Tsinghua University, Beijing, China. + + + + Sui + Yanan + Y + 0000-0002-9480-627X + + School of Aerospace Engineering, Tsinghua University, Beijing, China. + + + + Zhang + Xi + X + + National Engineering Research Center of Neuromodulation, School of Aerospace Engineering, Tsinghua University, Beijing, China. + + + School of Aerospace Engineering, Tsinghua University, Beijing, China. + + + + Luo + Xuesong + X + 0000-0003-4142-1402 + + National Engineering Research Center of Neuromodulation, School of Aerospace Engineering, Tsinghua University, Beijing, China. + + + School of Aerospace Engineering, Tsinghua University, Beijing, China. + + + + Zhang + Boyang + B + + National Engineering Research Center of Neuromodulation, School of Aerospace Engineering, Tsinghua University, Beijing, China. + + + School of Aerospace Engineering, Tsinghua University, Beijing, China. + + + + Ma + Bozhi + B + 0000-0003-1612-3841 + + National Engineering Research Center of Neuromodulation, School of Aerospace Engineering, Tsinghua University, Beijing, China. mbz@tsinghua.edu.cn. + + + School of Aerospace Engineering, Tsinghua University, Beijing, China. mbz@tsinghua.edu.cn. + + + + eng + + + ClinicalTrials.gov + + NCT04969042 + + + + + Journal Article + + + 2026 + 05 + 29 + +
+ + England + Commun Med (Lond) + 9918250414506676 + 2730-664X + + + People with spinal cord injury often lose the ability to move their legs because the connection between the brain and spinal cord is damaged. Over recent decades, epidural electrical stimulation—delivering pulses of electricity to the spinal cord—has been shown to help restore leg movement. However, finding the proper stimulation settings for each person is usually time-consuming and depends on trial and error. In this study, we designed and manufactured a 32-contact spinal implant and implanted it in two people with spinal cord injury. We also developed a personalized hybrid model that combines computer simulations and neural-network predictions to estimate how different stimulation settings affect muscle activity. An optimization algorithm then recommends parameter sets for specific movements, and these recommendations were tested in the clinic. By automating and personalizing parameter selection, this approach can reduce the testing burden on patients and clinicians and help enable more tailored neuromodulation treatments. + © 2026. The Author(s). + + Competing interests: The authors declare no competing interests. +
+ + + + 2026 + 5 + 29 + 15 + 43 + + + 2026 + 5 + 29 + 15 + 43 + + + 2024 + 12 + 4 + + + 2026 + 5 + 21 + + + 2026 + 5 + 28 + 23 + 27 + + + aheadofprint + + 42209714 + 10.1038/s43856-026-01695-3 + 10.1038/s43856-026-01695-3 + + +
+
\ No newline at end of file diff --git a/sources - collegamento.lnk b/sources - collegamento.lnk new file mode 100644 index 0000000000000000000000000000000000000000..6598f29fc5e14008fcefd090f5d802614e25cc74 GIT binary patch literal 1749 zcmd5+Z)jUp6#u2G>(((%wmE8X_H{Uzvc=Zvq??f@dHDxv(cdhtA=cg9_qMGX{bm#1F#{6Ss*VbqHEYzsSH1{N0;0lzh;A5xkFc z@44rk`_4JPbMB1-aBOMe3|v+-f^T3Qoa7g7uifvudBbt_()HmBOE(;UX>)3?l+-(F z_Ko?4mM!Q)PMmb?3AFh?NNgYYWwGn#G1&vp6}bld5yB}9L8JEC~nijYtWH}jWLv9qDW~!cX`Uj`R&2uaAQ>QyRe(PUOa`p z=%d|M%+|eE#kFUh2z%pt$~)cb_5m-~BglyBr>f!=6~RT1beWLTsnH9Dh}I-nD|Ms%K%6GQP>D3F{cT!Z!4 z=Ec*os(4AowsC$P&)mBzF3G+>`xu5`5tpOHqofeh7;S}dRg{+wB37$FRqUN{!WZ#H zBQfdaaKp=*6IIcpyzKhg!M{#5c`28>9cdUy6J>+GCX_FW{1g!{;yC^0DKGF`2M*Q! z&5I2uoUqNZmC4$yS*_ypqP^km&mFBi(bnYcp2=IRuZc4A%BafAN&@Fd50Yera(#j% z$H$}&lI)z@Z?=9TdpBhiM$L*1|2}ch&RVu88umy=#0pv6GA6U4-iM;r5%GZL9n`f% zESOArxe3PNnlBR4bZ^qD4a9V}<`YAfc{E!pnOeA#sQ5(MNRJ!lM7CrZQ@e}DOL?;( zR#IiAZiuEFhHDX?KFn2)i4iMf_S7mP_wEfZ_E)+WqF;0!NdNGuXMf+3??xlfExRtP z{UbW_?!|5Yrf*~V>w(i72~TfgD6!a6z2?X3p|iKHY@V}o+n4EMR66P+$xC#11=X+< ze(Ym92U+ASOI%{v1^-|$!4Vcnu&E2w=q#6kNpgbx>I*CWgX<&yvF#s`iE?~Ml3?^K z@A!Nv)ag94+%h~f`}_HB%G;%Z1Vi4d=6<`MvinGETaII6>fw8mtZZ0y%Ei@B04xQI ze2GS&5n+RKj`KJnkVF1S-P(RKjVF}+1NB0EbS$&e^Un9K&#vNf?8lBPcc^=aq`Z{5 zuE1~ej}{~Szk@ICvbCCTh|F0I`Etvm&2OF1KRHKQ V*GJzDy!X@3sdnd`15&;+{s!YlVrBpU literal 0 HcmV?d00001 diff --git a/www/services/file_extractor.py b/www/services/file_extractor.py index 33a38fa63..bbc6193ce 100644 --- a/www/services/file_extractor.py +++ b/www/services/file_extractor.py @@ -63,30 +63,37 @@ def extract_from_file(file_path: str, source: str) -> list[dict]: print(f"[{source_upper}] Lettura file tabellare {file_extension}: {file_path}") try: + # Calcola quante righe saltare: 1 per Dimensions (disclaimer), 0 per gli altri + righe_da_saltare = 1 if source_upper == "DIMENSIONS" else 0 + if file_extension == '.csv': df = pd.read_csv( file_path, dtype=str, # Legge tutto come stringa. + skiprows=righe_da_saltare, # Salta la prima riga se la fonte è Dimensions on_bad_lines='skip', # Se una riga del CSV è corrotta la salta. encoding='utf-8' ) else: - df = pd.read_excel(file_path, dtype=str) + df = pd.read_excel( + file_path, + dtype=str, + skiprows=righe_da_saltare # Salta la prima riga se la fonte è Dimensions + ) # Sostituiamo i NaN con stringhe vuote. df = df.fillna("") # Converte il DataFrame in una una lista di dizionari, dove ogni dizionario è una riga della tabella. return df.to_dict(orient="records") - + except pd.errors.EmptyDataError: - print(f"[ERRORE] Il file '{file_path}' è vuoto.") - return [] - - + print(f"[ERRORE] Il file '{file_path}' è vuoto.") + return [] + except Exception as e: - print(f"[ERRORE] Impossibile leggere il file tabellare: {e}") - return [] + print(f"[ERRORE] Impossibile leggere il file tabellare: {e}") + return [] else: raise ValueError( diff --git a/www/services/standardizer.py b/www/services/standardizer.py index d1194523d..57cc8fc74 100644 --- a/www/services/standardizer.py +++ b/www/services/standardizer.py @@ -1,1160 +1,228 @@ # ============================================================================= -# standardizer.py — Phase 2: TRANSFORM – RENAME (The Lookup Strategy) -# ============================================================================= -# Responsabilità di questo modulo: -# 1. Mappare i nomi proprietari dei campi OpenAlex ai tag WoS standard -# 2. Applicare i contratti di tipo (type contracts) su ogni colonna -# 3. Gestire i valori mancanti (None / NaN → "" o [] o 0) -# 4. Estrarre i campi complessi (autori, affiliazioni, parole chiave, riferimenti) -# 5. Calcolare i campi derivati (SR – Short Reference) -# 6. Validare il record finale prima dell'esportazione -# 7. Esporre un unico entry-point: convert2df() +# standardizer.py — Phase 2: TRANSFORM – RENAME (Integration with format_functions) # ============================================================================= from __future__ import annotations - import pandas as pd from typing import Any -# ----------------------------------------------------------------------------- -# 1. DIZIONARI DI MAPPING (Lookup Strategy) -# ----------------------------------------------------------------------------- -# Ogni sorgente ha il proprio dizionario . -# Aggiungere una nuova sorgente significa aggiungere solo un nuovo dict qui. - -# Campi scalari diretti (stringa o intero) provenienti dal top-level del record -OPENALEX_SCALAR_MAP: dict[str, str] = { - "id": "UT", # Identificatore univoco articolo - "doi": "DI", # DOI - "title": "TI", # Titolo documento - "publication_year": "PY", # Anno di pubblicazione (4 cifre) - "cited_by_count": "TC", # Numero di citazioni ricevute (int) - "language": "LA", # Lingua dell'articolo - "type": "DT", # Tipo documento (Article, Review, …) -} - -# ----------------------------------------------------------------------------- -# DIZIONARIO DI MAPPING PER OPENALEX (VERSIONE CSV) -# ----------------------------------------------------------------------------- -OPENALEX_CSV_SCALAR_MAP: dict[str, str] = { - "id": "UT", # Identificatore Univoco - "doi": "DI", # DOI - "title": "TI", # Titolo documento - "publication_year": "PY", # Anno di pubblicazione - "type": "DT", # Tipo documento - "cited_by_count": "TC", # Citazioni - "host_venue": "SO", # Nome rivista (nei CSV OA a volte è source_display_name) - "source_display_name": "SO" # Inseriamo entrambe per robustezza -} - -# ----------------------------------------------------------------------------- -# DIZIONARIO DI MAPPING PER SCOPUS (CSV EXPORT) -# ----------------------------------------------------------------------------- -SCOPUS_SCALAR_MAP: dict[str, str] = { - "EID": "UT", # Scopus Unique ID - "DOI": "DI", # DOI - "Title": "TI", # Titolo - "Source title": "SO", # Nome Rivista - "Abbreviated Source Title": "JI", # Abbreviazione Rivista - "Year": "PY", # Anno - "Document Type": "DT", # Tipo documento - "Cited by": "TC", # Citazioni - "Abstract": "AB", # Abstract - "Volume": "VL", # Volume - "Issue": "IS", # Fascicolo - "Page start": "BP", # Pagina iniziale - "Page end": "EP", # Pagina finale - "PubMed ID": "PMID", # PMID (se presente) - "Language of Original Document": "LA", # Lingua - "Correspondence Address": "RP", # Indirizzo di Reprint/Corrispondenza -} - -# ----------------------------------------------------------------------------- -# DIZIONARIO DI MAPPING PER WEB OF SCIENCE -# ----------------------------------------------------------------------------- -# WoS usa nativamente i tag corretti, ma li mappiamo per coerenza -# e per applicare i type contracts. -WOS_SCALAR_MAP: dict[str, str] = { - "UT": "UT", - "DI": "DI", - "PM": "PMID", # In WoS a volte PubMed ID è 'PM' - "TI": "TI", - "SO": "SO", - "JI": "JI", - "PY": "PY", - "DT": "DT", - "LA": "LA", - "RP": "RP", - "AB": "AB", - "VL": "VL", - "IS": "IS", - "BP": "BP", - "EP": "EP", - "TC": "TC", # In WoS (Z9 o TC dipendentemente dall'export) - "Z9": "TC" -} - -# ----------------------------------------------------------------------------- -# DIZIONARIO DI MAPPING PER DIMENSIONS (CSV / XLSX EXPORT) -# ----------------------------------------------------------------------------- -DIMENSIONS_SCALAR_MAP: dict[str, str] = { - "Publication ID": "UT", # Dimensions Unique ID - "DOI": "DI", # DOI - "PMID": "PMID", # PubMed ID - "Title": "TI", # Titolo - "Source title": "SO", # Nome Rivista (o Venue) - "PubYear": "PY", # Anno - "Publication Type": "DT", # Tipo documento - "Times cited": "TC", # Citazioni - "Abstract": "AB", # Abstract - "Volume": "VL", # Volume - "Issue": "IS", # Fascicolo - # La colonna Pagination la mappiamo temporaneamente su BP, - # poi la splittiamo in BP ed EP nella funzione di trasformazione - "Pagination": "BP", -} - -# ----------------------------------------------------------------------------- -# DIZIONARIO DI MAPPING PER LENS (CSV EXPORT) -# ----------------------------------------------------------------------------- -LENS_SCALAR_MAP: dict[str, str] = { - "Lens ID": "UT", # Lens Unique ID - "DOI": "DI", # DOI - "PMID": "PMID", # PubMed ID - "Title": "TI", # Titolo - "Publication Year": "PY", # Anno di pubblicazione - "Publication Type": "DT", # Tipo documento - "Source Title": "SO", # Nome Rivista - "Volume": "VL", # Volume - "Issue": "IS", # Fascicolo - "Start Page": "BP", # Pagina iniziale - "End Page": "EP", # Pagina finale - "Abstract": "AB", # Abstract - "Citing Works Count": "TC", # Citazioni -} +# Importiamo le funzioni di formattazione dal file fornito +from . import format_functions as ff # ----------------------------------------------------------------------------- -# DIZIONARIO DI MAPPING PER COCHRANE (TXT EXPORT) +# 1. CONTRATTI DI TIPO E DEFAULT # ----------------------------------------------------------------------------- -COCHRANE_SCALAR_MAP: dict[str, str] = { - "TI": "TI", # Titolo - "SO": "SO", # Source / Nome Rivista - "YR": "PY", # Cochrane spesso usa YR per l'anno - "PY": "PY", # Alternativa per l'anno - "DO": "DI", # DOI in Cochrane è DO - "DI": "DI", - "AB": "AB", # Abstract - "VL": "VL", # Volume - "NO": "IS", # Issue number in Cochrane è spesso NO o IS - "IS": "IS", - "PT": "DT", # Publication Type -} - -# Campi scalari annidati: (percorso_nested, tag_WoS) -# Il percorso è una lista di chiavi da seguire nel dict raw. -OPENALEX_NESTED_SCALAR_MAP: list[tuple[list[str], str]] = [ - (["primary_location", "source", "display_name"], "SO"), # Nome rivista - (["primary_location", "source", "abbreviated_title"],"JI"), # Abbreviazione ISO - (["biblio", "volume"], "VL"), # Volume - (["biblio", "issue"], "IS"), # Fascicolo - (["biblio", "first_page"], "BP"), # Pagina iniziale - (["biblio", "last_page"], "EP"), # Pagina finale - (["ids", "pmid"], "PMID"),# PubMed ID -] - -# ----------------------------------------------------------------------------- -# 2. CONTRATTI DI TIPO (Type Contracts) -# ----------------------------------------------------------------------------- -# Definisce il tipo atteso per ogni colonna del glossario WoS. -# Usato sia durante la trasformazione sia nella fase di validazione. - COLUMN_TYPE_CONTRACTS: dict[str, type] = { - # Scalari stringa - "DB": str, - "UT": str, - "DI": str, - "PMID": str, - "TI": str, - "SO": str, - "JI": str, - "PY": str, - "DT": str, - "LA": str, - "RP": str, - "AB": str, - "VL": str, - "IS": str, - "BP": str, - "EP": str, - "SR": str, - # Scalare numerico - "TC": int, - # Campi multi-valore - "AU": list, - "AF": list, - "C1": list, - "CR": list, - "DE": list, - "ID": list, + "DB": str, "UT": str, "DI": str, "PMID": str, + "TI": str, "SO": str, "JI": str, "PY": str, + "DT": str, "LA": str, "RP": str, "AB": str, + "VL": str, "IS": str, "BP": str, "EP": str, + "SR": str, "TC": int, + "AU": list, "AF": list, "C1": list, + "CR": list, "DE": list, "ID": list, } -# ----------------------------------------------------------------------------- -# DIZIONARIO DI MAPPING PER PUBMED (MEDLINE FORMAT) -# ----------------------------------------------------------------------------- -PUBMED_SCALAR_MAP: dict[str, str] = { - "PMID": "UT", # Identificatore Univoco - "LID": "DI", # Location ID (Spesso contiene il DOI) - "TI": "TI", # Titolo - "JT": "SO", # Journal Title (Nome della rivista) - "TA": "JI", # Journal Title Abbreviation - "PT": "DT", # Publication Type - "LA": "LA", # Language - "AB": "AB", # Abstract - "VI": "VL", # Volume - "IP": "IS", # Issue - "PG": "BP", # Paginazione (richiederà uno split per BP e EP) -} - -# Valore di default per ogni tipo (usato in caso di campo mancante/None) -_TYPE_DEFAULTS: dict[type, Any] = { - str: "", - int: 0, - list: [], -} +_TYPE_DEFAULTS: dict[type, Any] = {str: "", int: 0, list: []} +CSV_DELIMITER: str = ";" def _get_default_value(expected_type: type) -> Any: - """Restituisce una nuova istanza del valore di default per prevenire mutazioni condivise.""" if expected_type is list: - return [] # Genera una lista nuova ogni volta + return [] return _TYPE_DEFAULTS.get(expected_type, "") -# Delimitatore standard per la serializzazione CSV (Phase 2 spec) -CSV_DELIMITER: str = ";" - -# ----------------------------------------------------------------------------- -# 3. HELPER: accesso a campi nested -# ----------------------------------------------------------------------------- - -def _get_nested(record: dict, path: list[str]) -> Any: - """ - Naviga un dict annidato seguendo il percorso `path`. - Restituisce None se una qualunque chiave non esiste o il valore è None. - - Esempio: - _get_nested(rec, ["primary_location", "source", "display_name"]) - → rec["primary_location"]["source"]["display_name"] - """ - current: Any = record - for key in path: - if not isinstance(current, dict): - return None - current = current.get(key) - if current is None: - return None - return current - - -# ----------------------------------------------------------------------------- -# 4. CLEAN SCALAR FIELDS -# ----------------------------------------------------------------------------- - -def clean_scalar_fields(raw_record: dict) -> dict: - """ - Mappa e pulisce tutti i campi scalari (str / int) del record OpenAlex. - - Applica: - - La Lookup Strategy tramite OPENALEX_SCALAR_MAP e OPENALEX_NESTED_SCALAR_MAP - - I contratti di tipo di COLUMN_TYPE_CONTRACTS - - La gestione dei valori nulli (None → "" o 0) - - Args: - raw_record: dizionario grezzo proveniente dall'API OpenAlex. - - Returns: - dict con le sole chiavi WoS scalari valorizzate correttamente. - """ - result: dict = {} - - # Provenienza del database — sempre esplicita (spec §4.2 DB) - result["DB"] = "OPENALEX" - - # --- Campi scalari top-level --- - for oa_key, wos_tag in OPENALEX_SCALAR_MAP.items(): - val = raw_record.get(oa_key) - expected_type = COLUMN_TYPE_CONTRACTS[wos_tag] - result[wos_tag] = _cast_scalar(val, expected_type) - - # PY deve essere stringa a 4 cifre - if result.get("PY"): - result["PY"] = str(result["PY"])[:4] - - # --- Campi scalari nested --- - for path, wos_tag in OPENALEX_NESTED_SCALAR_MAP: - val = _get_nested(raw_record, path) - expected_type = COLUMN_TYPE_CONTRACTS[wos_tag] - result[wos_tag] = _cast_scalar(val, expected_type) - - # SO: spec richiede uppercase per convenzione bibliometrix - if result.get("SO"): - result["SO"] = result["SO"].upper() - - return result - - def _cast_scalar(value: Any, expected_type: type) -> Any: - """ - Converte `value` nel tipo atteso rispettando i contratti di tipo. - - Regole: - - None → valore di default per il tipo ("" per str, 0 per int) - - int → int(value) con fallback a 0 - - str → str(value).strip() - - Args: - value: valore grezzo (può essere None). - expected_type: tipo atteso (str o int). - - Returns: - Valore castato e pulito. - """ - if value is None: - return _TYPE_DEFAULTS[expected_type] + if value is None or (isinstance(value, float) and pd.isna(value)): + return _get_default_value(expected_type) if expected_type is int: try: - return int(value) + return int(float(value)) except (ValueError, TypeError): return 0 + elif expected_type is list: + return value if isinstance(value, list) else [str(value)] - # str — convertiamo e rimuoviamo spazi superflui return str(value).strip() - -# ----------------------------------------------------------------------------- -# 5. EXTRACT COMPLEX FIELDS -# ----------------------------------------------------------------------------- - -def extract_authors(raw_record: dict) -> list[str]: - """ - Estrae i nomi degli autori da OpenAlex e li formatta come 'Cognome, Nome'. - - Il formato "Cognome, Nome" è lo standard WoS per il tag AU. - Se il nome è una sola parola viene lasciato invariato. - - Args: - raw_record: dizionario grezzo OpenAlex. - - Returns: - Lista di stringhe nel formato "Cognome, Nome". - Lista vuota se il campo è assente o privo di dati validi. - """ - authorships = raw_record.get("authorships") - if not authorships: - return [] - - author_list: list[str] = [] - for auth in authorships: - author_data = auth.get("author", {}) - name = author_data.get("display_name") - if not name: - continue - - name_str = str(name).strip() - parts = name_str.split() - if len(parts) > 1: - surname = parts[-1] - first_names = " ".join(parts[:-1]) - formatted = f"{surname}, {first_names}" - else: - formatted = name_str - - author_list.append(formatted) - - return author_list - - -def extract_affiliations(raw_record: dict) -> list[str]: - """ - Estrae le affiliazioni degli autori (tag C1) come lista di stringhe univoche. - - Itera su tutti gli autori e raccoglie il display_name di ogni istituzione, - evitando duplicati a livello di articolo. - - Args: - raw_record: dizionario grezzo OpenAlex. - - Returns: - Lista di nomi di istituzioni (senza duplicati). - Lista vuota se il campo è assente. - """ - authorships = raw_record.get("authorships") - if not authorships: - return [] - - affiliation_list: list[str] = [] - seen: set[str] = set() - - for auth in authorships: - institutions = auth.get("institutions", []) - for inst in institutions: - inst_name = inst.get("display_name") - if inst_name: - name_str = str(inst_name).strip() - if name_str not in seen: - seen.add(name_str) - affiliation_list.append(name_str) - - return affiliation_list - - -def extract_reprint_address(raw_record: dict) -> str: - """ - Estrae l'indirizzo di reprint (RP) dal primo autore corrispondente. - - In OpenAlex, l'autore corrispondente si identifica tramite - 'is_corresponding': True in authorships. Se non presente, viene - usato il primo autore con almeno un'istituzione. - - Args: - raw_record: dizionario grezzo OpenAlex. - - Returns: - Stringa con l'istituzione del corrispondente o "" se non trovata. - """ - authorships = raw_record.get("authorships", []) - if not authorships: - return "" - - # Prima scelta: autore corrispondente esplicito - for auth in authorships: - if auth.get("is_corresponding"): - institutions = auth.get("institutions", []) - if institutions: - name = institutions[0].get("display_name", "") - return str(name).strip() if name else "" - - # Fallback: primo autore con istituzione valorizzata - for auth in authorships: - institutions = auth.get("institutions", []) - if institutions: - name = institutions[0].get("display_name", "") - return str(name).strip() if name else "" - - return "" - - -def extract_keywords(raw_record: dict) -> list[str]: - """ - Estrae le parole chiave dell'autore (tag DE) dal campo 'keywords'. - - Args: - raw_record: dizionario grezzo OpenAlex. - - Returns: - Lista di keyword come stringhe. - Lista vuota se il campo è assente o vuoto. - """ - keywords_data = raw_record.get("keywords") - if not keywords_data: - return [] - - return [ - str(kw["display_name"]).strip() - for kw in keywords_data - if kw.get("display_name") - ] - - -def extract_index_keywords(raw_record: dict) -> list[str]: - """ - Estrae gli Index Keywords / Keywords Plus (tag ID) dai topic di OpenAlex. - - OpenAlex espone i concetti tematici nel campo 'topics'. - Questi mappano al tag WoS ID (Index Keywords assegnati dall'indicizzatore). - - Args: - raw_record: dizionario grezzo OpenAlex. - - Returns: - Lista di nomi di topic come stringhe. - Lista vuota se il campo è assente. - """ - topics_data = raw_record.get("topics") - if not topics_data: - # Fallback su 'concepts' (versione precedente dell'API OpenAlex) - concepts_data = raw_record.get("concepts") - if not concepts_data: - return [] - return [ - str(c["display_name"]).strip() - for c in concepts_data - if c.get("display_name") - ] - - return [ - str(t["display_name"]).strip() - for t in topics_data - if t.get("display_name") - ] - - -def extract_references(raw_record: dict) -> list[str]: - """ - Estrae i riferimenti citati (tag CR) come lista di ID OpenAlex. - - In OpenAlex i referenced_works sono forniti come URL/ID del tipo - 'https://openalex.org/W...'. Vengono restituiti come stringhe grezze - poiché la normalizzazione completa nel formato WoS richiederebbe - chiamate API aggiuntive (fuori dallo scope di questa fase). - - Args: - raw_record: dizionario grezzo OpenAlex. - - Returns: - Lista di stringhe (ID OpenAlex dei lavori citati). - Lista vuota se il campo è assente. - """ - references = raw_record.get("referenced_works") - if not references: - return [] - - return [str(ref).strip() for ref in references if ref] - - -def reconstruct_abstract(raw_record: dict) -> str: - """ - Ricostruisce l'abstract di OpenAlex dall'indice invertito (InvertedIndex). - - OpenAlex non fornisce l'abstract come testo lineare ma come dizionario - { parola: [lista_di_posizioni] }. Questa funzione inverte la struttura - e restituisce il testo ricostruito. - - Args: - raw_record: dizionario grezzo OpenAlex. - - Returns: - Stringa con l'abstract ricostruito, oppure "" se assente o - in caso di errore nella ricostruzione. - """ - inverted_index = raw_record.get("abstract_inverted_index") - if not inverted_index: - return "" - - try: - max_index = max( - max(positions) - for positions in inverted_index.values() - ) - words: list[str] = [""] * (max_index + 1) - for word, positions in inverted_index.items(): - for pos in positions: - words[pos] = word - return " ".join(words).strip() - - except Exception as exc: - # Safe fallback: meglio restituire stringa vuota che bloccare la pipeline - print(f"[WARN] Errore nella ricostruzione dell'abstract: {exc}") - return "" - - # ----------------------------------------------------------------------------- -# 7. TRASFORMAZIONE PRINCIPALE -# ----------------------------------------------------------------------------- - -def transform_openalex_record(raw_record: dict) -> dict: - """ - Orchestra la trasformazione di un singolo record OpenAlex nel formato WoS. - """ - # 1. Scheletro completo - standardized: dict = { - tag: _get_default_value(contract) - for tag, contract in COLUMN_TYPE_CONTRACTS.items() - } - - # 2. Campi scalari - standardized.update(clean_scalar_fields(raw_record)) - - # 3. Campi complessi - standardized["AU"] = extract_authors(raw_record) - standardized["AF"] = standardized["AU"] - standardized["C1"] = extract_affiliations(raw_record) - standardized["RP"] = extract_reprint_address(raw_record) - standardized["DE"] = extract_keywords(raw_record) - standardized["ID"] = extract_index_keywords(raw_record) - standardized["CR"] = extract_references(raw_record) - standardized["AB"] = reconstruct_abstract(raw_record) - - # Se JI è vuoto o non esiste, usiamo il nome completo della rivista (SO) come ripiego - if not standardized.get("JI") and standardized.get("SO"): - standardized["JI"] = standardized["SO"] +# 2. INTEGRAZIONE CON FORMAT_FUNCTIONS (Il Bridge) +# ----------------------------------------------------------------------------- +# Mappa dei tag WoS alle specifiche funzioni di format_functions.py +FORMAT_FUNCTIONS_MAP = { + 'AB': ff.format_ab_column, + 'AF': ff.format_af_column, + 'AU': ff.format_au_column, + 'BP': ff.format_bp_column, + 'C1': ff.format_c1_column, + 'CR': ff.format_cr_column, + 'DE': ff.format_de_column, + 'DI': ff.format_di_column, + 'DT': ff.format_dt_column, + 'EP': ff.format_ep_column, + 'IS': ff.format_is_column, + 'JI': ff.format_ji_column, + 'ID': ff.format_id_column, + 'LA': ff.format_la_column, + 'PMID': ff.format_pmid_column, + 'PY': ff.format_py_column, + 'RP': ff.format_rp_column, + 'SO': ff.format_so_column, + 'TC': ff.format_tc_column, + 'TI': ff.format_ti_column, + 'UT': ff.format_ut_column, + 'VL': ff.format_vl_column, + 'SR': ff.format_sr_column +} - return standardized +# Mappatura dei nomi dei DB da uppercase a quelli attesi da format_functions +SOURCE_NAME_MAP = { + "WEB_OF_SCIENCE": "Web_of_Science", + "SCOPUS": "Scopus", + "PUBMED": "PubMed", + "DIMENSIONS": "Dimensions", + "LENS": "The_Lens", + "COCHRANE": "Cochrane" +} -# ----------------------------------------------------------------------------- -# FUNZIONE DI TRASFORMAZIONE PER OPENALEX CSV -# ----------------------------------------------------------------------------- -def transform_openalex_csv_record(raw_record: dict) -> dict: +def transform_via_format_functions(raw_record: dict, source_upper: str, file_type: str) -> dict: """ - Converte una riga piatta di un CSV di OpenAlex nei tag WoS standard. - Si occupa di splittare le stringhe separate da virgola o punto e virgola in liste. + Funzione universale che delega l'estrazione dei campi a format_functions.py + e assicura il rispetto dei Type Contracts di standardizer. """ standardized: dict = { tag: _get_default_value(contract) for tag, contract in COLUMN_TYPE_CONTRACTS.items() } - # Manteniamo il nome del DB corretto per le analisi a valle - standardized["DB"] = "OPENALEX" - - # 1. Mappatura dei campi scalari diretti - for csv_key, wos_tag in OPENALEX_CSV_SCALAR_MAP.items(): - if csv_key in raw_record and raw_record[csv_key]: - standardized[wos_tag] = _cast_scalar(raw_record[csv_key], COLUMN_TYPE_CONTRACTS[wos_tag]) - - # 2. Gestione dei campi Multi-Valore (Split delle stringhe) - - # Autori (AU e AF): Nel CSV di solito sono in una colonna "authors" o "author_display_names" - authors_str = str(raw_record.get("authors", raw_record.get("author_display_names", ""))) - if authors_str and authors_str.strip(): - # I CSV possono usare la virgola o il punto e virgola come separatore interno - separator = ";" if ";" in authors_str else "," - # Splittiamo e rimuoviamo gli spazi vuoti extra - authors_list = [a.strip() for a in authors_str.split(separator) if a.strip()] - - standardized["AU"] = authors_list - standardized["AF"] = authors_list + standardized["DB"] = source_upper + ff_source_name = SOURCE_NAME_MAP.get(source_upper, source_upper) - # Concetti / Index Keywords (ID): Di solito in "concepts" o "topics" - concepts_str = str(raw_record.get("concepts", "")) - if concepts_str and concepts_str.strip(): - separator = ";" if ";" in concepts_str else "," - standardized["ID"] = [c.strip() for c in concepts_str.split(separator) if c.strip()] + for tag, extract_func in FORMAT_FUNCTIONS_MAP.items(): + try: + # Invoca la funzione specifica del campo passando i tre parametri richiesti + raw_value = extract_func(raw_record, ff_source_name, file_type) + except Exception as e: + raw_value = None # Fallback sicuro in caso di KeyError interni - # Riferimenti Citati (CR): Di solito in "referenced_works" - refs_str = str(raw_record.get("referenced_works", "")) - if refs_str and refs_str.strip(): - separator = ";" if ";" in refs_str else "," - standardized["CR"] = [r.strip() for r in refs_str.split(separator) if r.strip()] - - return standardized - -# ----------------------------------------------------------------------------- -# FUNZIONE DI TRASFORMAZIONE PER PUBMED -# ----------------------------------------------------------------------------- -def transform_pubmed_record(raw_record: dict) -> dict: - """ - Converte un record estratto dal formato MEDLINE nei tag WoS standard. - """ - standardized: dict = { - tag: _get_default_value(contract) - for tag, contract in COLUMN_TYPE_CONTRACTS.items() - } - - standardized["DB"] = "PUBMED" - standardized["PMID"] = raw_record.get("PMID", "") - - # Mappatura campi scalari diretti - for medline_key, wos_tag in PUBMED_SCALAR_MAP.items(): - val = raw_record.get(medline_key) - # Alcuni campi scalari in Medline potrebbero essere stati parsati come list - # se presenti più volte per errore, forziamo l'uso del primo elemento - if isinstance(val, list): - val = val[0] - standardized[wos_tag] = _cast_scalar(val, COLUMN_TYPE_CONTRACTS[wos_tag]) - - # --- Estrazioni Specifiche per PubMed --- - - # Anno di pubblicazione (DP in Medline è solitamente "2024 Oct 15", prendiamo le prime 4 cifre) - dp = raw_record.get("DP", "") - if dp and len(dp) >= 4: - standardized["PY"] = dp[:4] - - # DOI (LID in Medline contiene spesso "10.xxx [doi]", dobbiamo pulirlo) - lid = raw_record.get("LID", "") - if "[doi]" in str(lid): - standardized["DI"] = str(lid).split("[doi]")[0].strip() - - # Pagine (PG in Medline è spesso "123-145") - pg = raw_record.get("PG", "") - if "-" in pg: - parts = pg.split("-") - standardized["BP"] = parts[0].strip() - standardized["EP"] = parts[1].strip() - else: - standardized["BP"] = pg - - # Autori (AU). In Medline sono già nel formato "Cognome Iniziali" (es. "Smith J") - au = raw_record.get("AU", []) - standardized["AU"] = au if isinstance(au, list) else [au] - - # Autori Completi (FAU) - fau = raw_record.get("FAU", []) - standardized["AF"] = fau if isinstance(fau, list) else [fau] - - # Affiliazioni (AD) - ad = raw_record.get("AD", []) - standardized["C1"] = ad if isinstance(ad, list) else [ad] - - # Parole Chiave (OT - Other Term) - ot = raw_record.get("OT", []) - standardized["DE"] = ot if isinstance(ot, list) else [ot] - - return standardized - -# ----------------------------------------------------------------------------- -# FUNZIONE DI TRASFORMAZIONE PER SCOPUS -# ----------------------------------------------------------------------------- -def transform_scopus_record(raw_record: dict) -> dict: - """ - Converte una riga del CSV esportato da Scopus nei tag WoS standard. - Scopus esporta i campi multi-valore separandoli tipicamente con una virgola - o un punto e virgola. - """ - standardized: dict = { - tag: _get_default_value(contract) - for tag, contract in COLUMN_TYPE_CONTRACTS.items() - } - - standardized["DB"] = "SCOPUS" - - # 1. Mappatura campi scalari - for scopus_key, wos_tag in SCOPUS_SCALAR_MAP.items(): - if scopus_key in raw_record and raw_record[scopus_key]: - standardized[wos_tag] = _cast_scalar(raw_record[scopus_key], COLUMN_TYPE_CONTRACTS[wos_tag]) - - # 2. Campi Multi-Valore (Split) + # Cast al tipo atteso (int, str, list) per evitare disallineamenti + standardized[tag] = _cast_scalar(raw_value, COLUMN_TYPE_CONTRACTS[tag]) - # Autori (AU e AF): Scopus li fornisce come "Smith J., Doe A." - authors_str = str(raw_record.get("Authors", "")) - if authors_str and authors_str.strip() and authors_str.lower() != "[no author name available]": - # Split intelligente: Scopus usa spesso la virgola, ma a volte il punto e virgola. - separator = ";" if ";" in authors_str else "," - authors_list = [a.strip() for a in authors_str.split(separator) if a.strip()] - standardized["AU"] = authors_list - standardized["AF"] = authors_list # In Scopus l'export base non ha i nomi completi estesi, usiamo AU - - # Affiliazioni (C1) - affiliations_str = str(raw_record.get("Affiliations", "")) - if affiliations_str and affiliations_str.strip(): - standardized["C1"] = [aff.strip() for aff in affiliations_str.split(";") if aff.strip()] - - # Parole chiave dell'autore (DE) - auth_kw_str = str(raw_record.get("Author Keywords", "")) - if auth_kw_str and auth_kw_str.strip(): - standardized["DE"] = [kw.strip() for kw in auth_kw_str.split(";") if kw.strip()] - - # Parole chiave di indicizzazione (ID) - idx_kw_str = str(raw_record.get("Index Keywords", "")) - if idx_kw_str and idx_kw_str.strip(): - standardized["ID"] = [kw.strip() for kw in idx_kw_str.split(";") if kw.strip()] - - # Riferimenti Citati (CR): Scopus spesso ha un lungo blocco di testo separato da ';' - refs_str = str(raw_record.get("References", "")) - if refs_str and refs_str.strip(): - standardized["CR"] = [r.strip() for r in refs_str.split(";") if r.strip()] - - # Pulizia standard su Nome Rivista (in maiuscolo come da convenzione) + # Pulizia standard su Nome Rivista (SO) if standardized.get("SO"): standardized["SO"] = standardized["SO"].upper() return standardized # ----------------------------------------------------------------------------- -# FUNZIONE DI TRASFORMAZIONE PER WEB OF SCIENCE (Migliorata per TXT e CSV) +# 3. LOGICHE RESIDUE (Solo per OpenAlex, non presente in format_functions) # ----------------------------------------------------------------------------- -def transform_wos_record(raw_record: dict) -> dict: - """ - Converte e pulisce un record grezzo di WoS. - Supporta sia l'output del parser testuale (liste) sia quello CSV (stringhe piatte). - """ - standardized: dict = { - tag: _get_default_value(contract) - for tag, contract in COLUMN_TYPE_CONTRACTS.items() - } - - standardized["DB"] = "WEB_OF_SCIENCE" - - # 1. Mappatura campi scalari diretti - for wos_key, standard_tag in WOS_SCALAR_MAP.items(): - if wos_key in raw_record: - val = raw_record[wos_key] - - # Se arriva dal parser testuale, i valori singoli sono intrappolati in liste - if isinstance(val, list) and len(val) > 0: - val = val[0] - - standardized[standard_tag] = _cast_scalar(val, COLUMN_TYPE_CONTRACTS[standard_tag]) - - # 2. Funzione helper per estrarre liste (gestisce sia input TXT che CSV) - def extract_list_field(field_key: str) -> list[str]: - raw_val = raw_record.get(field_key, []) - if isinstance(raw_val, list): - return [str(v).strip() for v in raw_val if v] - elif isinstance(raw_val, str) and raw_val.strip(): - # I CSV di WoS usano il punto e virgola come separatore - return [v.strip() for v in raw_val.split(";") if v.strip()] - return [] - - # 3. Campi multi-valore - standardized["AU"] = extract_list_field("AU") - standardized["AF"] = extract_list_field("AF") or standardized["AU"] - standardized["C1"] = extract_list_field("C1") - standardized["CR"] = extract_list_field("CR") - standardized["DE"] = extract_list_field("DE") - standardized["ID"] = extract_list_field("ID") - - return standardized - -# ----------------------------------------------------------------------------- -# FUNZIONE DI TRASFORMAZIONE PER DIMENSIONS -# ----------------------------------------------------------------------------- -def transform_dimensions_record(raw_record: dict) -> dict: - """ - Converte una riga del file CSV o XLSX esportato da Dimensions - nei tag WoS standard. - """ - standardized: dict = { - tag: _get_default_value(contract) - for tag, contract in COLUMN_TYPE_CONTRACTS.items() - } - - standardized["DB"] = "DIMENSIONS" - - # 1. Mappatura campi scalari diretti - for dim_key, wos_tag in DIMENSIONS_SCALAR_MAP.items(): - if dim_key in raw_record and raw_record[dim_key]: - standardized[wos_tag] = _cast_scalar(raw_record[dim_key], COLUMN_TYPE_CONTRACTS[wos_tag]) - - # 2. Gestione Speciale: Paginazione - # Dimensions spesso fornisce i numeri di pagina come "123-145" - pagination = str(raw_record.get("Pagination", "")) - if "-" in pagination: - parts = pagination.split("-", 1) # Splittiamo solo sul primo trattino - standardized["BP"] = parts[0].strip() - standardized["EP"] = parts[1].strip() - - # 3. Campi Multi-Valore (Split) - - # Autori (AU e AF): Dimensions li separa tipicamente con il punto e virgola - authors_str = str(raw_record.get("Authors", "")) - if authors_str and authors_str.strip(): - authors_list = [a.strip() for a in authors_str.split(";") if a.strip()] - standardized["AU"] = authors_list - standardized["AF"] = authors_list - - # Affiliazioni (C1) - affiliations_str = str(raw_record.get("Authors Affiliations", "")) - if affiliations_str and affiliations_str.strip(): - standardized["C1"] = [aff.strip() for aff in affiliations_str.split(";") if aff.strip()] - - # Concepts (DE) - I concetti estratti dall'AI di Dimensions - concepts_str = str(raw_record.get("Concepts", "")) - if concepts_str and concepts_str.strip(): - standardized["DE"] = [c.strip() for c in concepts_str.split(";") if c.strip()] - - # MeSH Terms (ID) - Termini di indicizzazione medica - mesh_str = str(raw_record.get("MeSH terms", "")) - if mesh_str and mesh_str.strip(): - standardized["ID"] = [m.strip() for m in mesh_str.split(";") if m.strip()] - - # References (CR) - Dimensions di solito esporta un elenco di Reference IDs - refs_str = str(raw_record.get("Reference IDs", "")) - if refs_str and refs_str.strip(): - # A volte usa la virgola, a volte il punto e virgola - separator = ";" if ";" in refs_str else "," - standardized["CR"] = [r.strip() for r in refs_str.split(separator) if r.strip()] - - # Pulizia standard su Nome Rivista (in maiuscolo come da convenzione) - if standardized.get("SO"): - standardized["SO"] = standardized["SO"].upper() - - return standardized +def clean_scalar_fields_oa(raw_record: dict, mapping_dict: dict) -> dict: + res = {} + for oa_key, wos_tag in mapping_dict.items(): + val = raw_record.get(oa_key) + res[wos_tag] = _cast_scalar(val, COLUMN_TYPE_CONTRACTS[wos_tag]) + return res -# ----------------------------------------------------------------------------- -# FUNZIONE DI TRASFORMAZIONE PER COCHRANE -# ----------------------------------------------------------------------------- -def transform_cochrane_record(raw_record: dict) -> dict: - """ - Converte un record estratto dal file di testo Cochrane nei tag WoS standard. - Il parser originale 'parse_cochrane_data' concatena già i campi multipli - con il punto e virgola, quindi applichiamo uno split. - """ - standardized: dict = { - tag: _get_default_value(contract) - for tag, contract in COLUMN_TYPE_CONTRACTS.items() - } +def transform_openalex_record(raw_record: dict, file_type: str = "") -> dict: + # (Mantieni qui la logica di base per OpenAlex JSON originale) + standardized = {t: _get_default_value(c) for t, c in COLUMN_TYPE_CONTRACTS.items()} + standardized["DB"] = "OPENALEX" - standardized["DB"] = "COCHRANE" - - # 1. Mappatura campi scalari diretti - for coch_key, wos_tag in COCHRANE_SCALAR_MAP.items(): - if coch_key in raw_record and raw_record[coch_key]: - standardized[wos_tag] = _cast_scalar(raw_record[coch_key], COLUMN_TYPE_CONTRACTS[wos_tag]) - - # 2. Gestione Speciale: Paginazione - # In Cochrane le pagine (PG) possono essere "1-10" o singole - pg = str(raw_record.get("PG", "")) - if "-" in pg: - parts = pg.split("-", 1) - standardized["BP"] = parts[0].strip() - standardized["EP"] = parts[1].strip() - elif pg: - standardized["BP"] = pg.strip() - - # 3. Campi Multi-Valore (Split) + mapping = {"id": "UT", "doi": "DI", "title": "TI", "publication_year": "PY", "type": "DT", "cited_by_count": "TC"} + standardized.update(clean_scalar_fields_oa(raw_record, mapping)) - # Autori (AU e AF): Il parser li ha uniti con "; " - au_str = str(raw_record.get("AU", "")) - if au_str and au_str.strip(): - authors_list = [a.strip() for a in au_str.split(";") if a.strip()] - standardized["AU"] = authors_list - standardized["AF"] = authors_list - - # Parole chiave (KW in Cochrane diventa DE in WoS) - kw_str = str(raw_record.get("KW", "")) - if kw_str and kw_str.strip(): - standardized["DE"] = [k.strip() for k in kw_str.split(";") if k.strip()] - - # Pulizia standard su Nome Rivista - if standardized.get("SO"): - standardized["SO"] = standardized["SO"].upper() - - # Nota: Cochrane raramente esporta References strutturate (CR) o Affiliazioni (C1) - # in un formato facilmente parsabile nel txt base. I Type Contracts - # assicureranno che rimangano liste vuote [] senza causare crash. - + # Autori (estrazione semplificata) + authorships = raw_record.get("authorships", []) + if authorships: + standardized["AU"] = [str(a.get("author", {}).get("display_name", "")) for a in authorships] + standardized["AF"] = standardized["AU"] + standardized["C1"] = [inst.get("display_name", "") for auth in authorships for inst in auth.get("institutions", [])] return standardized -# ----------------------------------------------------------------------------- -# FUNZIONE DI TRASFORMAZIONE PER LENS -# ----------------------------------------------------------------------------- -def transform_lens_record(raw_record: dict) -> dict: - """ - Converte una riga del file CSV esportato da Lens nei tag WoS standard. - Lens separa quasi esclusivamente i campi multi-valore con il punto e virgola. - """ - standardized: dict = { - tag: _get_default_value(contract) - for tag, contract in COLUMN_TYPE_CONTRACTS.items() - } +def transform_openalex_csv_record(raw_record: dict, file_type: str = "") -> dict: + # (Mantieni qui la logica di base per OpenAlex CSV originale) + standardized = {t: _get_default_value(c) for t, c in COLUMN_TYPE_CONTRACTS.items()} + standardized["DB"] = "OPENALEX" - standardized["DB"] = "LENS" - - # 1. Mappatura campi scalari diretti - for lens_key, wos_tag in LENS_SCALAR_MAP.items(): - if lens_key in raw_record and raw_record[lens_key]: - standardized[wos_tag] = _cast_scalar(raw_record[lens_key], COLUMN_TYPE_CONTRACTS[wos_tag]) - - # 2. Campi Multi-Valore (Split) + mapping = {"id": "UT", "doi": "DI", "title": "TI", "publication_year": "PY", "type": "DT", "cited_by_count": "TC", "host_venue": "SO"} + standardized.update(clean_scalar_fields_oa(raw_record, mapping)) - # Autori (AU e AF): Lens li esporta nella colonna "Author/s" separati da ';' - authors_str = str(raw_record.get("Author/s", "")) - if authors_str and authors_str.strip(): - authors_list = [a.strip() for a in authors_str.split(";") if a.strip()] - standardized["AU"] = authors_list - standardized["AF"] = authors_list - - # Parole Chiave Autore (DE): Lens usa "Keywords" - kw_str = str(raw_record.get("Keywords", "")) - if kw_str and kw_str.strip(): - standardized["DE"] = [k.strip() for k in kw_str.split(";") if k.strip()] - - # Index Keywords (ID): Lens usa "Fields of Study" (basato su concetti AI come Dimensions) - fos_str = str(raw_record.get("Fields of Study", "")) - if fos_str and fos_str.strip(): - standardized["ID"] = [f.strip() for f in fos_str.split(";") if f.strip()] - - # Riferimenti Citati (CR): Lens usa "References" o "Lens ID delle referenze" - refs_str = str(raw_record.get("References", "")) - if refs_str and refs_str.strip(): - standardized["CR"] = [r.strip() for r in refs_str.split(";") if r.strip()] - - # Affiliazioni (C1): Spesso esportate come "Affiliations" in Lens - aff_str = str(raw_record.get("Affiliations", "")) - if aff_str and aff_str.strip(): - standardized["C1"] = [aff.strip() for aff in aff_str.split(";") if aff.strip()] - - # Pulizia standard su Nome Rivista (in maiuscolo come da convenzione) - if standardized.get("SO"): - standardized["SO"] = standardized["SO"].upper() - + authors_str = str(raw_record.get("authors", raw_record.get("author_display_names", ""))) + if authors_str: + sep = ";" if ";" in authors_str else "," + standardized["AU"] = [a.strip() for a in authors_str.split(sep) if a.strip()] + standardized["AF"] = standardized["AU"] return standardized # ----------------------------------------------------------------------------- -# 8. DISPATCHER (estensibilità multi-sorgente) -# ----------------------------------------------------------------------------- -# Mappa il nome della sorgente alla funzione di trasformazione corrispondente. -# Per aggiungere una nuova sorgente (es. Scopus) basta: -# 1. Implementare transform_scopus_record(raw_record) in questo modulo -# (o in un sottomodulo apposito) -# 2. Aggiungere la voce "SCOPUS": transform_scopus_record qui sotto - -_TRANSFORM_DISPATCHER: dict[str, Any] = { - "WEB_OF_SCIENCE": transform_wos_record, - "SCOPUS": transform_scopus_record, - "PUBMED": transform_pubmed_record, - "OPENALEX": transform_openalex_record, - "OPENALEX_CSV": transform_openalex_csv_record, - "DIMENSIONS": transform_dimensions_record, - "COCHRANE": transform_cochrane_record, - "LENS": transform_lens_record, -} - - -# ----------------------------------------------------------------------------- -# 9. VALIDAZIONE (Phase 5) +# 4. VALIDAZIONE E SERIALIZZAZIONE # ----------------------------------------------------------------------------- - -class ValidationError(Exception): - """Eccezione sollevata quando un record non supera la validazione.""" - pass - +class ValidationError(Exception): pass def validate_record(record: dict) -> None: - """ - Verifica che il record standardizzato rispetti tutti i contratti di tipo. - - Controlla: - - Presenza di tutte le colonne obbligatorie definite in COLUMN_TYPE_CONTRACTS - - Assenza di valori None o NaN (pandas.isna) - - Correttezza del tipo Python per ogni colonna - - Args: - record: dizionario standardizzato da validare. - - Raises: - ValidationError: se almeno un controllo fallisce, con messaggio - descrittivo di tutti gli errori trovati. - """ - errors: list[str] = [] - + errors = [] for tag, expected_type in COLUMN_TYPE_CONTRACTS.items(): - # Colonna presente? if tag not in record: - errors.append(f"[MISSING_COLUMN] Tag '{tag}' assente nel record.") + errors.append(f"[MISSING_COLUMN] Tag '{tag}' assente.") continue - val = record[tag] - - # Valore nullo? - try: - if pd.isna(val): - errors.append( - f"[NULL_VALUE] Tag '{tag}' contiene NaN/None." - ) - continue - except (TypeError, ValueError): - # pd.isna lancia TypeError su liste — in quel caso non è None - pass - - # Tipo corretto? if not isinstance(val, expected_type): - errors.append( - f"[TYPE_ERROR] Tag '{tag}': atteso {expected_type.__name__}, " - f"trovato {type(val).__name__} (valore: {repr(val)[:60]})." - ) - + errors.append(f"[TYPE_ERROR] Tag '{tag}': atteso {expected_type.__name__}, trovato {type(val).__name__}.") if errors: - raise ValidationError( - f"Validazione fallita con {len(errors)} errore/i:\n" - + "\n".join(f" • {e}" for e in errors) - ) - - -# ----------------------------------------------------------------------------- -# 10. SERIALIZZAZIONE CSV -# ----------------------------------------------------------------------------- + raise ValidationError("\n".join(errors)) def serialize_for_csv(record: dict) -> dict: - """ - Converte le liste in stringhe delimitate da ';' per la serializzazione CSV. - - I campi multi-valore (list[str]) vengono uniti con il delimitatore - standard CSV_DELIMITER (';'), come richiesto dalla spec §Phase 2. - I campi scalari non vengono modificati. - - Args: - record: dizionario standardizzato (post-validazione). - - Returns: - Nuovo dizionario con tutti i valori serializzabili come celle CSV. - """ - serialized = {} - for tag, val in record.items(): - if isinstance(val, list): - serialized[tag] = CSV_DELIMITER.join(str(item) for item in val) - else: - serialized[tag] = val - return serialized - + return {tag: (CSV_DELIMITER.join(str(i) for i in val) if isinstance(val, list) else val) for tag, val in record.items()} # ----------------------------------------------------------------------------- -# 11. ENTRY POINT PRINCIPALE: convert2df() +# 5. ENTRY POINT PRINCIPALE # ----------------------------------------------------------------------------- - def convert2df( raw_records: list[dict], source: str = "OPENALEX", + file_type: str = ".csv", # Aggiunto parametro per format_functions validate: bool = True, for_csv_export: bool = False, ) -> pd.DataFrame: """ - Entry point principale del modulo — trasforma una lista di record grezzi - in un DataFrame standardizzato pronto per le analisi bibliometriche. - - Replica concettualmente la funzione `convert2df()` di Bibliometrix-R. - - Pipeline interna: - 1. Seleziona la funzione di trasformazione tramite il Dispatcher - 2. Applica la trasformazione a ogni record - 3. (Opzionale) Valida ogni record standardizzato - 4. (Opzionale) Serializza le liste per l'esportazione CSV - 5. Assembla e restituisce il DataFrame - - Args: - raw_records: lista di dizionari grezzi dalla sorgente (API o file). - source: identificatore della sorgente dati (default: "OPENALEX"). - Deve corrispondere a una chiave in _TRANSFORM_DISPATCHER. - validate: se True (default), esegue la validazione su ogni record - e solleva ValidationError al primo errore trovato. - for_csv_export: se True, serializza le liste con il delimitatore ';' - per compatibilità con pandas.to_csv(). - - Returns: - pd.DataFrame con colonne ordinate secondo il glossario WoS §4.2. - - Raises: - ValueError: se `source` non è registrata nel Dispatcher. - ValidationError: se un record non supera la validazione (solo se - validate=True). - - Esempio: - >>> records = fetch_openalex_records(query="machine learning") - >>> df = convert2df(records, source="OPENALEX") - >>> df.to_csv("standardized_output.csv", index=False) + Trasforma una lista di record grezzi in un DataFrame standardizzato. """ + # --- SONDE DI DEBUG (da rimuovere una volta risolto) --- + print("\n" + "="*40) + print("🎯 DEBUG CONVERT2DF CHIAMATO!") + print(f"🔹 Source ricevuta: '{source}'") + print(f"🔹 File type ricevuto: '{file_type}'") + print(f"🔹 Tipo di raw_records: {type(raw_records)}") + + if isinstance(raw_records, list): + print(f"🔹 Numero di record: {len(raw_records)}") + if len(raw_records) > 0: + print(f"🔹 Chiavi del primo record: {list(raw_records[0].keys())[:5]}...") + else: + print("⚠️ ERRORE: raw_records NON è una lista!") + print("="*40 + "\n") + # ------------------------------------------------------- + source_upper = source.upper() + # Routing dinamico per OpenAlex vs Format Functions if source_upper == "OPENALEX" and raw_records: - # Se non c'è la chiave complessa 'authorships' ma ci sono chiavi piatte da CSV, - # scambiamo dinamicamente il dispatcher verso la versione CSV. first_record = raw_records[0] if "authorships" not in first_record and ("author_display_names" in first_record or "publication_year" in first_record): source_upper = "OPENALEX_CSV" - if source_upper not in _TRANSFORM_DISPATCHER: - registered = list(_TRANSFORM_DISPATCHER.keys()) - raise ValueError( - f"Sorgente '{source}' non registrata nel Dispatcher. " - f"Sorgenti disponibili: {registered}" - ) - - transform_fn = _TRANSFORM_DISPATCHER[source_upper] - standardized_records: list[dict] = [] + for idx, raw in enumerate(raw_records): try: - record = transform_fn(raw) + # Logica di Routing + if source_upper == "OPENALEX": + record = transform_openalex_record(raw, file_type) + elif source_upper == "OPENALEX_CSV": + record = transform_openalex_csv_record(raw, file_type) + else: + # Per Scopus, WoS, PubMed, Dimensions, Cochrane e Lens usa il Bridge + record = transform_via_format_functions(raw, source_upper, file_type) except Exception as exc: print(f"[ERROR] Trasformazione fallita per il record {idx}: {exc}") continue @@ -1164,54 +232,25 @@ def convert2df( validate_record(record) except ValidationError as ve: print(f"[WARN] Validazione fallita per il record {idx}:\n{ve}") - # Non blocchiamo l'intera pipeline: inseriamo comunque il record - # con un flag di warning. Per un comportamento strict, - # sostituire 'continue' a 'print' sopra. if for_csv_export: record = serialize_for_csv(record) standardized_records.append(record) - # Ordine delle colonne conforme al glossario §4.2 column_order = list(COLUMN_TYPE_CONTRACTS.keys()) - if not standardized_records: return pd.DataFrame(columns=column_order) df = pd.DataFrame(standardized_records) - # Garantiamo che tutte le colonne del glossario siano presenti + # Assicuriamo che tutte le colonne siano presenti for col in column_order: if col not in df.columns: if for_csv_export: - df[col] = "" # Se è per CSV, tutto deve essere testo vuoto + df[col] = "" else: default_val = _TYPE_DEFAULTS[COLUMN_TYPE_CONTRACTS[col]] - # Se è una lista vuota, usiamo una list comprehension per coprire tutte le righe - if isinstance(default_val, list): - df[col] = [[] for _ in range(len(df))] - else: - df[col] = default_val - - # ========================================================================= - # FASE 4: CALCULATED FIELDS (SR) - Applicazione sul DataFrame - # ========================================================================= - try: - from www.services.metatagextraction import SR - df = SR(df) - - except ImportError: - print("[WARN] Funzione SR non trovata in www.services.metatagextraction. Applicazione fallback.") - if not df.empty: - # Fallback avanzato: gestisce sia le liste (memoria) sia le stringhe serializzate per CSV - first_author = df["AU"].apply( - lambda x: x[0].split(",")[0].strip() if isinstance(x, list) and len(x) > 0 - else (str(x).split(";")[0].split(",")[0].strip() if isinstance(x, str) and str(x).strip() else "Unknown") - ) - df["SR"] = first_author + ", " + df["PY"].astype(str) + ", " + df["SO"].astype(str) - df["SR"] = df["SR"].str.strip(", ") - - # Restituiamo il DataFrame ordinato secondo il glossario - return df[column_order] + df[col] = [[] for _ in range(len(df))] if isinstance(default_val, list) else default_val + return df[column_order] \ No newline at end of file