hyphinslutionter's Stars
pytorch/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
django/django
The Web framework for perfectionists with deadlines.
caddyserver/caddy
Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS
huggingface/pytorch-image-models
The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and pretrained weights -- ResNet, ResNeXT, EfficientNet, NFNet, Vision Transformer (ViT), MobileNetV4, MobileNet-V3 & V2, RegNet, DPN, CSPNet, Swin Transformer, MaxViT, CoAtNet, ConvNeXt, and more
microsoft/calculator
Windows Calculator: A simple yet powerful calculator that ships with Windows
Lightning-AI/pytorch-lightning
Pretrain, finetune ANY AI model of ANY size on multiple GPUs, TPUs with zero code changes.
pyg-team/pytorch_geometric
Graph Neural Network Library for PyTorch
lucidrains/vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch
bharathgs/Awesome-pytorch-list
A comprehensive list of pytorch related content on github,such as different models,implementations,helper libraries,tutorials etc.
networkx/networkx
Network Analysis in Python
realm/realm-java
Realm is a mobile database: a replacement for SQLite & ORMs
facebookresearch/pytorch3d
PyTorch3D is FAIR's library of reusable components for deep learning with 3D data
pytorch/tutorials
PyTorch tutorials.
django/channels
Developer-friendly asynchrony for Django
facebookresearch/PyTorch-BigGraph
Generate embeddings from large-scale graph-structured data.
django/asgiref
ASGI specification and utilities
bharathgs/Awesome-Distributed-Deep-Learning
A curated list of awesome Distributed Deep Learning resources.
facebookresearch/SEAL
Search Engines with Autoregressive Language models
JinheonBaek/RGCN
Pytorch implementation of a RGCN Link Prediction Model
OpenBioLink/OpenBioLink
OpenBioLink is a resource and evaluation framework for evaluating link prediction models on heterogeneous biomedical graph data.
rafguns/linkpred
Easy link prediction tool
bi-graph/Bigraph
Bipartite-network link prediction in Python
Aghasemian/OptimalLinkPrediction
This page is a companion for our paper on optimal link prediction, written by Amir Ghasemian, Homa Hosseinmardi, Aram Galstyan, Edoardo M. Airoldi, and Aaron Clauset. (arXiv:1909.07578)
CrickWu/GCMC
Code for Graph Convolutional Matrix Factorization for Bipartite Edge Prediction
clarkkev/bipartite-link-prediction
Calemsy/SEAL-for-link-prediction
SEAL, a link prediction framework based on GNN.
chaoyanghe/bipartite-graph-learning
bipartite-graph-learning
Kelvin-Zhong/battleship-reinforcement-learning
AI program for battleship board game based on reinforcement learning, neural network, implemented in tensorflow