Skip to content

Robust deep neural network esimtation for multi-dimensional functional data

Notifications You must be signed in to change notification settings

FDASTATAUBURN/RDNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Robust Deep Neural Network Estimation for Multi-dimensional Functional Data


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 (uniform among all i for the same j)
  • Output: Y

Deep Neural Network Hyperparameters and Structures

  • L: number of layers
  • p: neurons per layer (uniform for all layers)
  • s: dropout rate (data dependent)
  • Loss function: absolute value loss/ square loss/ huber loss/ check loss
  • Batch size: data dependent
  • Epoch number: data dependent
  • Activation function: ReLU
  • Optimizer: Adam

Function descriptions

  • "rdnn.R": robust dnn estimation for multi-dimensional funtional data, with dimension no more than 4. More details can be found in the file.

Examples

  • "example.R": 2D and 3D functional data regression examples. Cauchy and Slash distributed measurement errors are added to the observations.

About

Robust deep neural network esimtation for multi-dimensional functional data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages