Materials Map

Discover the materials research landscape. Find experts, partners, networks.

  • About
  • Privacy Policy
  • Legal Notice
  • Contact

The Materials Map is an open tool for improving networking and interdisciplinary exchange within materials research. It enables cross-database search for cooperation and network partners and discovering of the research landscape.

The dashboard provides detailed information about the selected scientist, e.g. publications. The dashboard can be filtered and shows the relationship to co-authors in different diagrams. In addition, a link is provided to find contact information.

×

Materials Map under construction

The Materials Map is still under development. In its current state, it is only based on one single data source and, thus, incomplete and contains duplicates. We are working on incorporating new open data sources like ORCID to improve the quality and the timeliness of our data. We will update Materials Map as soon as possible and kindly ask for your patience.

To Graph

1.080 Topics available

To Map

977 Locations available

693.932 PEOPLE
693.932 People People

693.932 People

Show results for 693.932 people that are selected by your search filters.

←

Page 1 of 27758

→
←

Page 1 of 0

→
PeopleLocationsStatistics
Naji, M.
  • 2
  • 13
  • 3
  • 2025
Motta, Antonella
  • 8
  • 52
  • 159
  • 2025
Aletan, Dirar
  • 1
  • 1
  • 0
  • 2025
Mohamed, Tarek
  • 1
  • 7
  • 2
  • 2025
Ertürk, Emre
  • 2
  • 3
  • 0
  • 2025
Taccardi, Nicola
  • 9
  • 81
  • 75
  • 2025
Kononenko, Denys
  • 1
  • 8
  • 2
  • 2025
Petrov, R. H.Madrid
  • 46
  • 125
  • 1k
  • 2025
Alshaaer, MazenBrussels
  • 17
  • 31
  • 172
  • 2025
Bih, L.
  • 15
  • 44
  • 145
  • 2025
Casati, R.
  • 31
  • 86
  • 661
  • 2025
Muller, Hermance
  • 1
  • 11
  • 0
  • 2025
Kočí, JanPrague
  • 28
  • 34
  • 209
  • 2025
Šuljagić, Marija
  • 10
  • 33
  • 43
  • 2025
Kalteremidou, Kalliopi-ArtemiBrussels
  • 14
  • 22
  • 158
  • 2025
Azam, Siraj
  • 1
  • 3
  • 2
  • 2025
Ospanova, Alyiya
  • 1
  • 6
  • 0
  • 2025
Blanpain, Bart
  • 568
  • 653
  • 13k
  • 2025
Ali, M. A.
  • 7
  • 75
  • 187
  • 2025
Popa, V.
  • 5
  • 12
  • 45
  • 2025
Rančić, M.
  • 2
  • 13
  • 0
  • 2025
Ollier, Nadège
  • 28
  • 75
  • 239
  • 2025
Azevedo, Nuno Monteiro
  • 4
  • 8
  • 25
  • 2025
Landes, Michael
  • 1
  • 9
  • 2
  • 2025
Rignanese, Gian-Marco
  • 15
  • 98
  • 805
  • 2025

Li, John

  • Google
  • 3
  • 22
  • 51

in Cooperation with on an Cooperation-Score of 37%

Topics

Publications (3/3 displayed)

  • 2023Using MPI For Distributed Hyper-Parameter Optimization and Uncertainty Evaluationcitations
  • 2023Battery metals recycling by flash Joule heating1citations
  • 2023Upcycling of Waste Plastic into Hybrid Carbon Nanomaterials50citations

Places of action

Chart of shared publication
Pantoja, Maria
1 / 1 shared
Rizzi, Silvio
1 / 1 shared
Pautsch, Erik
1 / 1 shared
Kittrell, Carter
1 / 2 shared
Salvatierra, Rodrigo
1 / 1 shared
Bets, Ksenia
1 / 1 shared
Gao, Guanhui
1 / 7 shared
Chen, Weiyin
1 / 4 shared
Choi, Chi
1 / 1 shared
La, Nghi
1 / 2 shared
Scotland, Phelecia
1 / 1 shared
Wang, Xin
1 / 21 shared
Wyss, Kevin
2 / 2 shared
Yakobson, Boris
2 / 2 shared
Tomson, Mason
1 / 1 shared
Han, Yimo
1 / 2 shared
Eddy, Lucas
2 / 2 shared
Chen, Jinhang
2 / 2 shared
Li, Bowen
1 / 4 shared
Meng, Wei
1 / 3 shared
Silva, Karla
1 / 1 shared
Advincula, Paul A.
1 / 4 shared
Chart of publication period
2023

Co-Authors (by relevance)

  • Pantoja, Maria
  • Rizzi, Silvio
  • Pautsch, Erik
  • Kittrell, Carter
  • Salvatierra, Rodrigo
  • Bets, Ksenia
  • Gao, Guanhui
  • Chen, Weiyin
  • Choi, Chi
  • La, Nghi
  • Scotland, Phelecia
  • Wang, Xin
  • Wyss, Kevin
  • Yakobson, Boris
  • Tomson, Mason
  • Han, Yimo
  • Eddy, Lucas
  • Chen, Jinhang
  • Li, Bowen
  • Meng, Wei
  • Silva, Karla
  • Advincula, Paul A.
OrganizationsLocationPeople

article

Using MPI For Distributed Hyper-Parameter Optimization and Uncertainty Evaluation

  • Pantoja, Maria
  • Li, John
  • Rizzi, Silvio
  • Pautsch, Erik
Abstract

<p dir="ltr">Deep Learning (DL) methods have recently dominated the fields of Machine Learning (ML). Most DL models assume that the input data distribution is identical between testing and validation, though they often are not. For example, if we train a traffic sign classifier, the model might confidently but incorrectly classify a graffitied stop sign as a speed limit sign. Often ML provides high-confidence (softmax) output for out-of-distribution input that should have been classified as "I don't know".By adding the capability of propagating uncertainty to our results, the model can provide not just a single prediction, but a distribution over predictions that will allow the user to determine the model's reliability and whether it needs to be deferred to a human expert. Uncertainty estimation is computationally expensive; in this assignment, we will learn to accelerate the calculations using common distributed systems divide and conquer techniques. This assignment is part of a Distributed Computing (DC) class (undergraduate), where most students have no experience in ML.We explain the ML concepts necessary to understand the problem and then explain where in the code the independent tasks are generated and how they can be distributed among rank nodes using MPI4Py as the programming language. Set of files given to students:</p>

Topics
  • impedance spectroscopy
  • machine learning