mamba
mamba copied to clipboard
Possible using tarbular data as input
Hi, I wonder if mamba can replace the MLP layers for tabular data analysis. Can I directly use reshape to increase the dimensions of input data? Thanks.
We don't have much experience with tabular data but you can try.
Hello, a recent paper used Mamba for tabular data : MambaTab: A Simple Yet Effective Approach for Handling Tabular Data. Hope this helps!
Hi, thanks for your introduce. But I think this paper is... closed-resource? And I think they are comparing MLP without techniques like dropout and batchnorm, so it is hard to say the fairness.
We created an easy to use adaptation for tabular data: mambular Not quite finished yet, but the initial results are quite promising :)