ZhuoLinLi-shu's Stars
CyC2018/CS-Notes
:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计
youngyangyang04/leetcode-master
《代码随想录》LeetCode 刷题攻略:200道经典题目刷题顺序,共60w字的详细图解,视频难点剖析,50余张思维导图,支持C++,Java,Python,Go,JavaScript等多语言版本,从此算法学习不再迷茫!🔥🔥 来看看,你会发现相见恨晚!🚀
doocs/leetcode
🔥LeetCode solutions in any programming language | 多种编程语言实现 LeetCode、《剑指 Offer(第 2 版)》、《程序员面试金典(第 6 版)》题解
NLP-LOVE/ML-NLP
此项目是机器学习(Machine Learning)、深度学习(Deep Learning)、NLP面试中常考到的知识点和代码实现,也是作为一个算法工程师必会的理论基础知识。
chefyuan/algorithm-base
一位酷爱做饭的程序员,立志用动画将算法说的通俗易懂。我的面试网站 www.chengxuchu.com
denysdovhan/bash-handbook
:book: For those who wanna learn Bash
rtqichen/torchdiffeq
Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.
zhouhaoyi/Informer2020
The GitHub repository for the paper "Informer" accepted by AAAI 2021.
awslabs/gluonts
Probabilistic time series modeling in Python
sktime/pytorch-forecasting
Time series forecasting with PyTorch
Alro10/deep-learning-time-series
List of papers, code and experiments using deep learning for time series forecasting
qingsongedu/time-series-transformers-review
A professionally curated list of awesome resources (paper, code, data, etc.) on transformers in time series.
shengyp/doing_the_PhD
thuml/Autoformer
About Code release for "Autoformer: Decomposition Transformers with Auto-Correlation for Long-Term Series Forecasting" (NeurIPS 2021), https://arxiv.org/abs/2106.13008
wangyuGithub01/Machine_Learning_Resources
:fish::fish::fish: 机器学习面试复习资源
lucidrains/performer-pytorch
An implementation of Performer, a linear attention-based transformer, in Pytorch
autoencoder-github/interviewtop
tejaslodaya/timeseries-clustering-vae
Variational Recurrent Autoencoder for timeseries clustering in pytorch
tech-srl/how_attentive_are_gats
Code for the paper "How Attentive are Graph Attention Networks?" (ICLR'2022)
Chiaraplizz/ST-TR
Spatial Temporal Transformer Network for Skeleton-Based Activity Recognition
emited/VariationalRecurrentNeuralNetwork
Pytorch implementation of the Variational Recurrent Neural Network (VRNN).
clinicalml/structuredinference
Structured Inference Networks for Nonlinear State Space Models
alexfanjn/Graph-Neural-Networks-With-Heterophily
This repository contains the resources on graph neural network (GNN) considering heterophily.
XiaoyuBIE1994/DVAE
Official implementation of Dynamical VAEs
guoshnBJTU/ASTGNN
This is a Pytorch implementation of ASTGNN. Now the corresponding paper is available online at https://ieeexplore.ieee.org/document/9346058.
marcofraccaro/srnn
Code for "Sequential Neural Models with Stochastic Layers"
jhljx/CTGCN
CTGCN: k-core based Temporal Graph Convolutional Network for Dynamic Graphs (accepted by IEEE TKDE in 2020) https://ieeexplore.ieee.org/document/9240056
square-coder/STGODE
Spatial-Temporal Graph ODE Neural Network
drzhang3/DeepTimeSeriesModel
A paper list for Time series modelling, including prediciton and anomaly detection
wangyuGithub01/Dive-into-DL-PyTorch
本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet代码实现改为PyTorch实现。