imodelsX icon indicating copy to clipboard operation
imodelsX copied to clipboard

Does this implementation accept multiple hidden layers?

Open valeman opened this issue 1 year ago • 1 comments

I was wondering if this implementation allowed for multiple hidden layers that is key in getting good performance.

valeman avatar May 09 '24 09:05 valeman

I just pushed support for this :)

You'll need to update the package (pip install imodelsx), then can pass hidden_layer_sizes list for multiple layers (like sklearn's MLP). See the second cell of the updated notebook for an example.

csinva avatar May 09 '24 12:05 csinva