ducnh279/Variable-Selection-Network-with-PyTorch
Variable Selection Network with PyTorch
When you have complex datasets with many features, this helps you pinpoint the most important variables influencing your predictions. It takes in your raw, tabular data and outputs a more focused dataset, improving the accuracy and clarity of your predictive models. Data scientists, machine learning engineers, and researchers working with structured data will find this useful.
No commits in the last 6 months.
Use this if you need to improve the performance and interpretability of your predictive models by automatically identifying and focusing on the most relevant features in your tabular data.
Not ideal if you are working with unstructured data types like images, text, or audio, as this is designed for tabular datasets.
Stars
11
Forks
4
Language
Jupyter Notebook
License
—
Category
Last pushed
May 29, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/ducnh279/Variable-Selection-Network-with-PyTorch"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
dataflowr/notebooks
code for deep learning courses
jeffheaton/app_deep_learning
T81-558: PyTorch - Applications of Deep Neural Networks @Washington University in St. Louis
dvgodoy/PyTorchStepByStep
Official repository of my book: "Deep Learning with PyTorch Step-by-Step: A Beginner's Guide"
xl0/lovely-tensors
Tensors, for human consumption
rentruewang/koila
Prevent PyTorch's `CUDA error: out of memory` in just 1 line of code.