bdqnghi/ggnn.tensorflow
Tensorflow implementation of Gated Graph Neural Network for Source Code Classification
This tool helps software engineering researchers and educators automatically classify source code files into predefined categories, such as different types of sorting algorithms or programming problem solutions. You input raw source code files, and it outputs a classification label for each file, indicating its probable function or category. It's designed for those analyzing large collections of code for research or educational purposes.
No commits in the last 6 months.
Use this if you need to automatically categorize C++ source code files based on their underlying problem or algorithm, for tasks like educational assessment or code repository analysis.
Not ideal if you're looking for a tool to detect bugs, analyze code complexity, or classify code written in languages other than C++.
Stars
43
Forks
10
Language
Java
License
—
Category
Last pushed
Jan 12, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/bdqnghi/ggnn.tensorflow"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
pyg-team/pytorch_geometric
Graph Neural Network Library for PyTorch
a-r-j/graphein
Protein Graph Library
raamana/graynet
Subject-wise networks from structural MRI, both vertex- and voxel-wise features (thickness, GM...
pykale/pykale
Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for...
dmlc/dgl
Python package built to ease deep learning on graph, on top of existing DL frameworks.