lonicera-yx's Stars
Alpha-VLLM/LLaMA2-Accessory
An Open-source Toolkit for LLM Development
FoundationVision/VAR
[NeurIPS 2024 Best Paper][GPT beats diffusion🔥] [scaling laws in visual generation📈] Official impl. of "Visual Autoregressive Modeling: Scalable Image Generation via Next-Scale Prediction". An *ultra-simple, user-friendly yet state-of-the-art* codebase for autoregressive image generation!
snap-stanford/pretrain-gnns
Strategies for Pre-training Graph Neural Networks
sheldonresearch/ProG
A Unified Python Library for Graph Prompting
WxxShirley/Awesome-Graph-Prompt
Awesome Papers About Performing Prompting On Graphs
openai/CLIP
CLIP (Contrastive Language-Image Pretraining), Predict the most relevant text snippet given an image
dair-ai/Prompt-Engineering-Guide
🐙 Guides, papers, lecture, notebooks and resources for prompt engineering
LKI/chinese-calendar
判断一天是不是法定节假日/法定工作日(查看节假日安排)
zjunet/GPF
The code Implementation of the paper “Universal Prompt Tuning for Graph Neural Networks”.
johnhany/awesome-list
A list of useful stuff in Machine Learning, Computer Graphics, Software Development, ...
jax-ml/jax
Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more
sagelywizard/pytorch-mdn
Mixture Density Networks for PyTorch
youngyangyang04/leetcode-master
《代码随想录》LeetCode 刷题攻略:200道经典题目刷题顺序,共60w字的详细图解,视频难点剖析,50余张思维导图,支持C++,Java,Python,Go,JavaScript等多语言版本,从此算法学习不再迷茫!🔥🔥 来看看,你会发现相见恨晚!🚀
LiuXiangMath/PTA-SEL
Persistent Tor-algebra based stacking ensemble learning
ei1333/library
CompetitiveProgramming C++ Library
dair-ai/GNNs-Recipe
🟠 A study guide to learn about Graph Neural Networks (GNNs)
arogozhnikov/einops
Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others)
BorgwardtLab/SAT
Official Pytorch code for Structure-Aware Transformer.
matthew-hirn/magnet
MagNet graph convolutional network
saibalmars/GraphRicciCurvature
A python library to compute the graph Ricci curvature and Ricci flow on NetworkX graph.
pkuyzy/TLC-GNN
naganandy/graph-based-deep-learning-literature
links to conference publications in graph-based deep learning
ryanxwang/scc-maintenance-in-incremental-graphs
Implementation of relevant algorithms to the maintenance of strong components in incremental graphs
vthost/DAGNN
A graph neural network tailored to directed acyclic graphs that outperforms conventional GNNs by leveraging the partial order as strong inductive bias besides other suitable architectural features.
SherylHYX/pytorch_geometric_signed_directed
PyTorch Geometric Signed Directed is a signed/directed graph neural network extension library for PyTorch Geometric. The paper is accepted by LoG 2023.
chrsmrrs/tudataset
BorgwardtLab/graphkernels-review
Code and data sets for the review on graph kernels
BorgwardtLab/TOGL
Topological Graph Neural Networks (ICLR 2022)
dragoun/veb-tree
C/C++ implementation of van Emde Boas trees
PetarV-/Algorithms
Several algorithms and data structures implemented in C++ by me (credited to others where necessary).