LifangHe / lassonet

Feature selection in neural networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyPI version

LassoNet

This project is about performing feature selection in neural networks. At the moment, we support fully connected feed-forward neural networks. LassoNet is based on the work presented in this paper (bibtex here for citation). Here is a link to the promo video:

Promo Video

Code

We have designed the code to follow scikit-learn's standards to the extent possible (e.g. linear_model.Lasso).

To install it,

pip install lassonet

Our plan is to add more functionality that help users understand the important features in neural networks.

Website

LassoNet's website is https://lassonet.ml. It contains many useful references including the paper, live talks and additional documentation.

About

Feature selection in neural networks

License:MIT License


Languages

Language:Jupyter Notebook 53.8%Language:Python 45.3%Language:Makefile 0.7%Language:TeX 0.1%