An open API service indexing awesome lists of open source software.

https://github.com/rimkomatic/web-service-classification-using-cnn

Long Tailed Service Classification using CNN with 75.76% accuracy
https://github.com/rimkomatic/web-service-classification-using-cnn

cnn cnn-classification lstm lstm-neural-networks machine-learning natural-language-processing nlp-machine-learning pytorch

Last synced: 8 months ago
JSON representation

Long Tailed Service Classification using CNN with 75.76% accuracy

Awesome Lists containing this project

README

          

# 🌐 Web Service Classification using CNN

This project demonstrates the use of a Convolutional Neural Network (CNN) for classifying web services based on their WSDL files. The data is processed and transformed to train a deep learning model that can predict the service category.

---

## 🧠 Model Overview

A 1D Convolutional Neural Network (CNN) is used to classify the WSDL files into different web service categories. The model is trained on preprocessed data represented as numerical vectors.

---

## 📁 Project Structure

```
Web-Service-Classification-using-CNN/

├── input
├── programmable-web # Dataset
├── main.py # Python File
├── requirements.txt # Dependencies
└── README.md # Project overview
```

---

## 📦 Requirements

Install dependencies with:

```bash
pip install -r requirements.txt
```