Use auto encoder feature extraction to facilitate classification model prediction accuracy using gradient boosting models
-
Updated
Apr 14, 2023 - Jupyter Notebook
Use auto encoder feature extraction to facilitate classification model prediction accuracy using gradient boosting models
High Energy Physics (HEP) autoencoder for CERN ATLAs to compress hadron jet event data from 4 to 3 variables
Autoencoder is a type of neural network where the output layer has the same dimensionality as the input layer. In simpler words, the number of output units in the output layer is equal to the number of input units in the input layer. An autoencoder replicates the data from the input to the output in an unsupervised manner and is therefore someti…
Add a description, image, and links to the autoencoderscompression topic page so that developers can more easily learn about it.
To associate your repository with the autoencoderscompression topic, visit your repo's landing page and select "manage topics."