Python Forum
GNN For Graph "Classification"
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GNN For Graph "Classification"
#1
Hi Community!

I have a spare-time project where I am currently encountering some mind issues. I am not a professional AI/ML master, but I did try to do some online courses about it at least. However, I stumbled upon the key term "Graph Neural Network" which fits (in my opinion) my problem very very good. Nevertheless, since this topic is completely new to me and I dont know where to start, I am hoping that somebody could give me a helping hand here.

I try to break the problem itself down to the basics.
I have X Nodes and each has a feature vector with length N. Each node can take a different representation/approach which I simplified to integers(0-5). So Node 1 can be of type "3", node 2 can be of type "5", node 3 of type "2" etc.
The graph itself leads to multiple result values. My approach here is to summarize the result values and give the result a point range for evaluating its quality. So 0 points means bad solution, 10 points means good solution.

What I want to do now:
After training the NN using my training data, I want to build a graph and predict the output value for each combination of node representations(e.g. Node 1 uses approach 2, Node 2 uses approach 0 etc...)

Exemplary Figure:
[Image: systems2.png]

What I dont know:
Everything :(
Best practice to structure input data
The way how to implement the node representation integer (maybe as another column in the feature vector? or is it possible to directly label the node?)
Setup of GNN (GNNs havent been part of the courses unfortunately)

Thank you in advance for any hints, advices and help
Reply
#2
- can be deleted, did a mistake in edit mode -
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Sad Miss-Classification problem with shuffled batch Faebs94 0 1,556 Sep-02-2021, 11:55 AM
Last Post: Faebs94
  Probabilities of binary classification problem Troublesome1996 0 2,421 Apr-19-2021, 06:40 PM
Last Post: Troublesome1996
  GridSearchCV for multi-label classification mapypy 0 3,695 Mar-29-2021, 01:58 AM
Last Post: mapypy
  Help with multiclass classification in perceptron code Nimo_47 0 3,736 Nov-09-2020, 10:32 PM
Last Post: Nimo_47
  Classification and Regression tree (CART) kumarants 2 2,724 May-26-2020, 11:04 AM
Last Post: Larz60+
  Classification of Request PythonLearner703 8 3,968 Dec-09-2019, 08:56 PM
Last Post: micseydel
  CNN Speech Classification Mitchie87 0 1,612 Dec-06-2019, 06:17 PM
Last Post: Mitchie87
  Keras: Time series classification midarq 0 1,995 Sep-25-2019, 09:03 AM
Last Post: midarq
  Classification with shuffling PythonNewbie 1 2,428 Nov-12-2017, 10:23 AM
Last Post: PythonNewbie

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020