The programming language used is Python 3.10 with Pytorch 2.0.1, CUDA 11.7, and PyTorch Geometric Library 1.5.0.
After downloading the code, you can run
python3 main_run.py
directly for categorical clustering. We suggest adjusting the hyperparameters multiple times to achieve better results.
(1)make_dataset: Data processing. Help us prepare the training set.
(2)my_models: Define the network structure of FGEAD.
(3) utils: Contains functions for data processing and model evaluation.
(1) pytorch (https://anaconda.org/pytorch/pytorch)
(2) sklearn (https://anaconda.org/anaconda/scikit-learn)
(3) transformers (https://anaconda.org/conda-forge/transformers)