for my homework I need to write a regression model of the Boston housing data using MLP as learner and apply regularization (l1 - lasso, l2 - ridge, l1_l2 - elastic net).
I found the keras package and some information on classification problems, however nothing to regression models in R.
Anyone any tips on how to start? or how I can accomplish this? I did lot of research but did not find anything helpful for R.
Any help is very much appreciated!
Best, M