Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about graph-neural-network

Read more about graph-neural-network

python (65.2k questions)

javascript (44.3k questions)

reactjs (22.7k questions)

java (20.8k questions)

c# (17.4k questions)

html (16.3k questions)

r (13.7k questions)

android (13k questions)

Questions - graph-neural-network

How can I calculate the Accurracy for a Graph Convolutional Networks?

how can I calculate the Accuracy on a GCN based on an event log? With my code I get the following result: Epoch: 0, Loss: 1.299316294690154, Accuracy: [tensor([5.]), tensor([9.]), tensor([7.]) .... te...
test-img

StysiRatty

deep-learning

event-log

business-process

graph-neural-network

Votes: 0

Answers: 1

Latest Answer

It seems that you are not actually calling the accuracy function. The line acc = accuracy_score = (actuals, predictions) should be acc = accuracy_score(actuals, predictions)
test-img

Olavo Sampaio

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved