Computational Intelligence
For coil dataset,the shape of one data is [160,160,5]
For transformer dataset,the shape of one data is [400,400,5]
For IPM motor dataset,the shape of one data is [180,180,5]
The first five layers consist of input device property information, while the sixth layer represents the FEA magnetic field distribution results.
When using, please note to split the dataset into two parts, with x being transformed as follows:
X = data[:, :, :5]
X = np.transpose(X, (2, 0, 1))
X = torch.from_numpy(X)
, and y being transformed as follows:
- Categories:

This data set comes from the MetaFilter website. The question ID data of the askme section is obtained through the official dump data. After selecting a specific category, the corresponding other data is obtained using the ID, including the question title, description, questioner, tags, and all comments.
- Categories:
SSADMO algorithm is proposed to study the optimal spatial trajectories of sea buckthorn fruit vibration separation. In this study, kinematics interpolation analysis of manipulator trajectories was carried out to compare the trajectories of cubic polynomials and quintic polynomial interpolation, and to compare the trajectories and attitudes of the manipulators under the condition of limited operating range and speed, in this paper, we propose a new SSADMO algorithm which combines the advantages of SSA and DMO optimization algorithms in the 3-5-3 polynomial interpolation.
- Categories:
Social Media Big Dataset for Research, Analytics, Prediction, and Understanding the Global Climate Change Trends is focused on understanding the climate science, trends, and public awareness of climate change. The use of dataset for analytics of climate change trends greatly helps in researching and comprehending global climate change trends.
- Categories:
The Numerical Latin Letters (DNLL) dataset consists of Latin numeric letters organized into 26 distinct letter classes, corresponding to the Latin alphabet. Each class within this dataset encompasses multiple letter forms, resulting in a diverse and extensive collection. These letters vary in color, size, writing style, thickness, background, orientation, luminosity, and other attributes, making the dataset highly comprehensive and rich.
- Categories:
The instantaneous state (situation) of the game was constituted by four values: the cart position, the cart speed, the pole angle to the vertical axis, and the pole angular velocity.
For each action taken by the human player in the game, a tuple containing the four values representing the current game situation, along with the action and reward obtained (utility), is recorded as a situation-decision-utility (SDU) tuple.
3 types of actions have been recorded: Move left (-1), move rght (1) and no action (0).
- Categories:

The dataset aims to facilitate research in the optimization of the carbon footprint of recipes. Consisting of 30 Excel files processed through various Python scripts and Jupyter notebooks, the dataset serves as a versatile resource for both performance analysis and environmental impact assessment. The unique attribute of this dataset lies in its ability to calculate representative values of carbon footprint optimization through multiple algorithmic implementations.
- Categories:
RITA (Resource for Italian Tests Assessment), is a new NLP dataset of academic exam texts written in Italian by second-language learners for obtaining the CEFR certification of proficiency level.
RITA dataset is available for automatic processing in CSV and XML format, under an agreement of citation.
- Categories:

# MAHN for disease-metabolite associations prediction
## Dependecies
- Python 3.9
- pytorch 1.12.1
- dgl 1.1.1
- numpy 1.22.4
- pandas 1.4.4
## Dataset
disease-metabolite associations:association_DME.xlsx
disease-microbe associations:association_DMI.xlsx
microbe-metabolite associations:association_MIME.xlsx
disease semantic networks based on metapath DMED and DMID:A_DMED.xlsx and A_DMID.xlsx
metabolite semantic networks based on metapath MEDME and MEMIME: A_MEDME.xlsx and A_MEMIME.xlsx
- Categories: