issues
search
accosmin
/
nano
C++ library [machine learning & numerical optimization] - superseeded by libnano
MIT License
1
stars
0
forks
source link
Utility to construct MLPs & convnets
#161
Closed
accosmin
closed
7 years ago
accosmin
commented
7 years ago
apps/make_model: --task --idims --odims (if no task given) --convnet-depth --mlp_depth --width --activation ** goal: approximatively the same number of parameters or FLOPS per layer
apps/make_layer: --affine[--conv3d, --output] --task[only for --output] --omaps --kconn --krows --kcols ...
update the experimentation scripts to use these utilities