<?xml version="1.0" encoding="UTF-8" ?><OAI-PMH xmlns="http://www.openarchives.org/OAI/2.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/ http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd"><responseDate>2026-05-28T06:57:13Z</responseDate><request identifier="10.35097/37da9d66y4t27q55" metadataPrefix="datacite" verb="GetRecord">https://www.radar-service.eu/oai/OAIHandler</request><GetRecord><record><header><identifier>10.35097/37da9d66y4t27q55</identifier><datestamp>2026-04-15T06:28:36Z</datestamp><setSpec>radar4kit</setSpec></header><metadata><resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://datacite.org/schema/kernel-4" xsi:schemaLocation="http://datacite.org/schema/kernel-4 https://schema.datacite.org/meta/kernel-4.6/metadata.xsd">
  <identifier identifierType="DOI">10.35097/37da9d66y4t27q55</identifier>
  <creators>
    <creator>
      <creatorName>Schüßler, Philipp</creatorName>
      <givenName>Philipp</givenName>
      <familyName>Schüßler</familyName>
      <nameIdentifier nameIdentifierScheme="ORCID" schemeURI="http://orcid.org/">0000-0002-7081-1680</nameIdentifier>
      <affiliation>Institut für Angewandte Materialien – Werkstoffkunde (IAM-WK), Karlsruher Institut für Technologie (KIT)</affiliation>
    </creator>
    <creator>
      <creatorName>Schulze, Volker</creatorName>
      <givenName>Volker</givenName>
      <familyName>Schulze</familyName>
      <affiliation>Institut für Angewandte Materialien – Werkstoffkunde (IAM-WK), Karlsruher Institut für Technologie (KIT)</affiliation>
    </creator>
    <creator>
      <creatorName>Dietrich, Stefan</creatorName>
      <givenName>Stefan</givenName>
      <familyName>Dietrich</familyName>
      <nameIdentifier nameIdentifierScheme="ORCID" schemeURI="http://orcid.org/">0000-0002-2955-4125</nameIdentifier>
      <affiliation>Institut für Angewandte Materialien – Werkstoffkunde (IAM-WK), Karlsruher Institut für Technologie (KIT)</affiliation>
    </creator>
  </creators>
  <titles>
    <title>Trained LSTM Ensemble Models for "Real-Time Prediction of Thermal History and Hardness in Laser Powder Bed Fusion Using Deep Learning"</title>
  </titles>
  <publisher>Karlsruhe Institute of Technology</publisher>
  <dates>
    <date dateType="Created">2026</date>
  </dates>
  <publicationYear>2026</publicationYear>
  <subjects>
    <subject>Materials Science</subject>
    <subject>Additive Manufacturing</subject>
    <subject>Deep Learning</subject>
    <subject>Surrogate model</subject>
    <subject>Carbon Steel</subject>
    <subject>AISI 4140</subject>
    <subject>42CrMo4</subject>
    <subject>Thermal history</subject>
    <subject>Hardness</subject>
    <subject>Trained model</subject>
  </subjects>
  <resourceType resourceTypeGeneral="Dataset"/>
  <rightsList>
    <rights rightsURI="info:eu-repo/semantics/openAccess">Open Access</rights>
    <rights schemeURI="https://spdx.org/licenses/" rightsIdentifierScheme="SPDX" rightsIdentifier="CC-BY-NC-ND-4.0" rightsURI="https://creativecommons.org/licenses/by-nc-nd/4.0/legalcode">Creative Commons Attribution Non Commercial No Derivatives 4.0 International</rights>
  </rightsList>
  <contributors>
    <contributor contributorType="RightsHolder">
      <contributorName>Schüßler, Philipp</contributorName>
      <nameIdentifier nameIdentifierScheme="ORCID" schemeURI="https://orcid.org/">0000-0002-7081-1680</nameIdentifier>
    </contributor>
    <contributor contributorType="RightsHolder">
      <contributorName>Schulze, Volker</contributorName>
    </contributor>
    <contributor contributorType="RightsHolder">
      <contributorName>Dietrich, Stefan</contributorName>
      <nameIdentifier nameIdentifierScheme="ORCID" schemeURI="https://orcid.org/">0000-0002-2955-4125</nameIdentifier>
    </contributor>
  </contributors>
  <descriptions>
    <description descriptionType="Abstract">This archive contains three sets of trained LSTM ensemble models for surrogate-based thermal history prediction during laser powder bed fusion (PBF-LB/M) of 42CrMo4 steel. Each ensemble consists of five independently seeded models trained with a six-stage curriculum that incrementally expands the training data selection. The three ensembles differ only in LSTM architecture depth and width, enabling a systematic comparison of model complexity. The trained weights are consumed by the companion framework via its inference and testing entry points.&#13;
&#13;
Full-text publication: &lt;added later&gt;&#13;
Code-Repository: https://doi.org/10.35097/dg39f4p0wxqdnfxy&#13;
Training-Validation-Testing Dataset: https://doi.org/10.35097/pmem1cb9gu1ck8xz</description>
    <description descriptionType="TechnicalInfo">Contains 3 .zip files with the trained model ensembles and the torch.nn.Module class:&#13;
- 01Layers16Cells_Ensemble.zip&#13;
- 02Layers32Cells_Ensemble.zip&#13;
- 04Layers64Cells_Ensemble.zip&#13;
- recurrent_neuralnetworks.py&#13;
&#13;
Loading a checkpoint manually:&#13;
```python&#13;
import torch&#13;
from recurrent_neuralnetworks import LSTMModelWithTeacherForcing&#13;
model = LSTMModelWithTeacherForcing(&#13;
    num_features=12,   # 11 inputs + 1 temperature feedback&#13;
    num_hidden=32,     # match the run (16 / 32 / 64)&#13;
    num_layers=2,      # match the run (1 / 2 / 4)&#13;
    num_labels=1,&#13;
)&#13;
state = torch.load("path/to/model_best_....pth", map_location="cpu")&#13;
model.load_state_dict(state)&#13;
model.eval()&#13;
```</description>
  </descriptions>
  <relatedIdentifiers>
    <relatedIdentifier relatedIdentifierType="URL" relationType="IsIdenticalTo">https://publikationen.bibliothek.kit.edu/1000192076</relatedIdentifier>
  </relatedIdentifiers>
  <sizes>
    <size>1,7 GB</size>
  </sizes>
  <formats>
    <format>application/x-tar</format>
  </formats>
</resource></metadata></record></GetRecord></OAI-PMH>