ResTianTian's Stars
steveneale/relation_extractor
Tool for training relation extraction models with an attention-based bidirectional LSTM architecture, implemented using TensorFlow.
thunlp/OpenNRE
An Open-Source Package for Neural Relation Extraction (NRE)
weizhepei/CasRel
A Novel Cascade Binary Tagging Framework for Relational Triple Extraction. Accepted by ACL 2020.
funtimes-ninja/malware
Malware samples from honeypots
ZW-ZHANG/RobustGCN
This is a sample implementation of "Robust Graph Convolutional Networks Against Adversarial Attacks", KDD 2019.
appseed-projects2/71ddf804-5014-4b8c-9a45-aa80f1e93b93
Soft Ui Dashboard Flask - Generated Seed Project (Open-Source) | AppSeed
dmlc/dgl
Python package built to ease deep learning on graph, on top of existing DL frameworks.
JoshuaWu1997/PyTorch-DDPG-Stock-Trading
An implementation of DDPG using PyTorch for algorithmic trading on Chinese SH50 stock market.
vy007vikas/PyTorch-ActorCriticRL
PyTorch implementation of DDPG algorithm for continuous action reinforcement learning problem.
sherlockHSY/Reinforcement_learning_with_pytorch
Implement some algorithms of RL
sol0invictus/RL_Codes
Reinforcement Learning code for various projects
benfinkelshtein/SINGLE
Single-Node Attack For Fooling Graph Neural Networks
stellargraph/stellargraph
StellarGraph - Machine Learning on Graphs
nikeluobinxiaoma/Learning-Based-PE-Malware-Family-Classification-Methods
facebookresearch/text-adversarial-attack
Repo for arXiv preprint "Gradient-based Adversarial Attacks against Text Transformers"
jackaduma/NLP4CyberSecurity
NLP model and tech for cyber security tasks
Lyc4on/Malwasm
Malwasm is a command-line tool that detects the usage of WASM in websites and performs analysis to determine if the WASM files contain any malicious functions.
Chrisable/gcn-demo
Semi-Supervised classification with Graph Convolution Networks using Pytorch
Alexei-Lipov/h-mgcnn
Multiscale Graph Convolutional Neural Network using Hierarchical Clustering
ToughStoneX/DGCNN
a pytorch implimentation of Dynamic Graph CNN(EdgeConv)
leftthomas/DGCNN
A PyTorch implementation of DGCNN based on AAAI 2018 paper "An End-to-End Deep Learning Architecture for Graph Classification"
antao97/dgcnn.pytorch
A PyTorch implementation of Dynamic Graph CNN for Learning on Point Clouds (DGCNN)
WangYueFt/dgcnn
DeepLearnPhysics/dynamic-gcnn
Dynamic Graph Convolutional Neural Network for 3D point cloud semantic segmentation
muhanzhang/pytorch_DGCNN
PyTorch implementation of DGCNN
muhanzhang/DGCNN
Code for "M. Zhang, Z. Cui, M. Neumann, and Y. Chen, An End-to-End Deep Learning Architecture for Graph Classification, AAAI-18".
nguyenlab/DGCNN
axt/angr-utils
Handy utilities for the angr binary analysis framework, most notably CFG visualization
axt/cfg-explorer
CFG explorer for binaries
angr/angr
A powerful and user-friendly binary analysis platform!