Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在 sklearn 的 MLPRegressor 中引入 L1 正则化?我目前只能在文档中找到 L2 参数。
如他们的文档中所示,MLPRegressor 没有 L1 正则化,但我认为 PyTorch 或 sknn 将允许您这样做。