Search papers, labs, and topics across Lattice.
This paper introduces a framework for implementing neural network mixed-effects models (NMMs) in Template Model Builder (TMB), addressing the limitations of existing estimation methods that rely on manual derivations. By utilizing automatic differentiation and Laplace approximation, the framework simplifies the modeling process, allowing users to focus on specifying the negative joint log-likelihood and regularization terms without the need for complex derivations. The results demonstrate that TMB-based NMMs offer enhanced efficiency, flexibility, and statistical performance, making them a valuable tool for researchers dealing with complex correlation structures in data.
TMB-based neural network mixed-effects models eliminate the burdensome manual derivations, streamlining complex modeling while enhancing statistical accuracy.
Neural network mixed-effects models (NMMs) have gained traction by combining the strong representation and predictive power of artificial neural networks with the capacity of mixed-effects modeling to capture complex correlation structures. However, existing estimation approaches rely heavily on manual derivations of objective functions and gradients, which inherently forces simplifying approximations and severely constrains the complexity and accuracy of NMMs. In this work, we introduce a general framework for implementing NMMs using Template Model Builder (TMB). By leveraging automatic differentiation and Laplace approximation, TMB requires users to specify only the negative joint log-likelihood and any regularization terms. The framework automatically integrates out random effects and evaluates the marginal objective function alongside its exact gradients, eliminating the need for manual derivations or ad hoc approximations. We demonstrate the efficiency, flexibility, and statistical performance of TMB-based NMMs across two numerical examples, including an application to monotonic NMMs. Reproducible code is provided to facilitate broader adoption.