Skip to content

FDASTATAUBURN/FDADNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

Functional Regression via Deep Neural Networks


Functional Data Regression Model

model

  • X: fixed vector of length d for the j-th observational point
  • Y: scalar random variable for the i-th subject and j-th observational point
  • error: error random process with measurement error for the i-th subject and j-th observational point
  • n: sample size
  • N: number of observational points
  • f: true function to estimate

Deep Neural Network Model input and output

  • Input: X
  • Output: Y

Deep Neural Network Hyperparameters and Structures

  • L: number of layers
  • p: neurons per layer (uniform for all layers)
  • s: l1 penalty parameter
  • Loss function: square loss
  • Batch size: data dependent
  • Epoch number: data dependent
  • Activation function: ReLU
  • Optimizer: Adam

Function descriptions

  • Main function is in "FDADNN.R".
  • 2D and 3D examples are in "example.R".
  • The package is under "master" branch. Download and install the r package. Use "help" for more function details and examples.

About

Functional regression via deep neural network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages