Pinned Repositories
AlphaZero_Gomoku
An implementation of the AlphaZero algorithm for Gomoku (also called Gobang or Five in a Row)
dtspsc
Master's thesis
gittest
git test repository
graph_comb_opt
Implementation of "Learning Combinatorial Optimization Algorithms over Graphs"
GraphEmbedding
Implementation and experiments of graph embedding algorithms.deep walk,LINE(Large-scale Information Network Embedding),node2vec,SDNE(Structural Deep Network Embedding),struc2vec
gym
A toolkit for developing and comparing reinforcement learning algorithms.
hcp2019
hcp website
held-karp
A pure-Python Held-Karp implementation
JJH3024.github.io
个人博客网站
kaggle-home-match
match experiment
JJH3024's Repositories
JJH3024/AlphaZero_Gomoku
An implementation of the AlphaZero algorithm for Gomoku (also called Gobang or Five in a Row)
JJH3024/dtspsc
Master's thesis
JJH3024/gittest
git test repository
JJH3024/graph_comb_opt
Implementation of "Learning Combinatorial Optimization Algorithms over Graphs"
JJH3024/GraphEmbedding
Implementation and experiments of graph embedding algorithms.deep walk,LINE(Large-scale Information Network Embedding),node2vec,SDNE(Structural Deep Network Embedding),struc2vec
JJH3024/gym
A toolkit for developing and comparing reinforcement learning algorithms.
JJH3024/hcp2019
hcp website
JJH3024/held-karp
A pure-Python Held-Karp implementation
JJH3024/JJH3024.github.io
个人博客网站
JJH3024/kaggle-home-match
match experiment
JJH3024/machinelearning
My blogs and code for machine learning. http://cnblogs.com/pinard
JJH3024/node2vec
Implementation of the node2vec algorithm.
JJH3024/OpenNE
An Open-Source Package for Network Embedding (NE)
JJH3024/pointer-network-tensorflow
TensorFlow implementation of "Pointer Networks"
JJH3024/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
JJH3024/RelationClassification-RL
Reinforcement Learning for Relation Classification from Noisy Data(AAAI2018)
JJH3024/RocAlphaGo
An independent, student-led replication of DeepMind's 2016 Nature publication, "Mastering the game of Go with deep neural networks and tree search" (Nature 529, 484-489, 28 Jan 2016), details of which can be found on their website https://deepmind.com/publications.html.
JJH3024/snap
Stanford Network Analysis Platform (SNAP) is a general purpose network analysis and graph mining library.
JJH3024/struc2vec
This repository provides a reference implementation of struc2vec.
JJH3024/Tensorflow-Tutorial
Tensorflow tutorial from basic to hard
JJH3024/test
test respository
JJH3024/traveling-salesman
C++ Implementation of Traveling Salesman Problem using Christofides and 2-opt
JJH3024/tutorials
机器学习相关教程
JJH3024/VRP-RL
Reinforcement Learning for Solving the Vehicle Routing Problem