Semiparametric panel data models using neural networks
TBD:
Update manpages
Need a method for including groups that aren't necessarily represented by fixed effects in estimating cluster vcv
GPU integration
Add effective degrees of freedom to summary output
Build interactive mode, using the keypress package
Write a vignette
Save activations as functions, rather than strings/pointers, then remove all of the redundant headers in the various files
Remove storage of hidden layers to degree possible, to reduce memory footprint.
Reduce number of things in the output, perhaps subject to an argument. Goal is to reduce storage footprint and loading time. This will involve not storing the input data, but storing the scaling factors from the input data.
Convolutional throws an error when there are no fixed variables. This is because of the way the convmask building function binds the time-varying and non-time-varying portions of the mask together -- it assumes that there is a non-time-varying portion.
Speed up the calc_grads function
Speed up the OLStrick.
Get dropout to work with convolutional nets