wang-haiyang's Stars
UlionTse/mlgb
MLGB is a library that includes many models of CTR Prediction & Recommender System by TensorFlow & PyTorch. MLGB是一个包含50+点击率预估和推荐系统深度模型的、通过TensorFlow和PyTorch撰写的库。
Doragd/Algorithm-Practice-in-Industry
搜索、推荐、广告、用增等工业界实践文章收集(来源:知乎、Datafuntalk、技术公众号)
alipay/fin_domain_llm
Implementation of the paper: WeaverBird: Empowering Financial Decision-Making with Large Language Model, Knowledge Base, and Search Engine
ant-research/EasyTemporalPointProcess
EasyTPP: Towards Open Benchmarking Temporal Point Processes
Dod-o/Statistical-Learning-Method_Code
手写实现李航《统计学习方法》书中全部算法
MingchaoZhu/InterpretableMLBook
《可解释的机器学习--黑盒模型可解释性理解指南》,该书为《Interpretable Machine Learning》中文版
hosseinmoein/DataFrame
C++ DataFrame for statistical, Financial, and ML analysis -- in modern C++ using native types and contiguous memory storage
geekcomputers/Python
My Python Examples
ruanyf/free-books
互联网上的免费书籍
thunlp/PLMpapers
Must-read Papers on pre-trained language models.
rlabbe/Kalman-and-Bayesian-Filters-in-Python
Kalman Filter book using Jupyter Notebook. Focuses on building intuition and experience, not formal proofs. Includes Kalman filters,extended Kalman filters, unscented Kalman filters, particle filters, and more. All exercises include solutions.
liyaguang/DCRNN
Implementation of Diffusion Convolutional Recurrent Neural Network in Tensorflow
keras-team/keras-tuner
A Hyperparameter Tuning Library for Keras
dmlc/dgl
Python package built to ease deep learning on graph, on top of existing DL frameworks.
pbiecek/xai_resources
Interesting resources related to XAI (Explainable Artificial Intelligence)
ctgk/PRML
PRML algorithms implemented in Python
WillKoehrsen/feature-selector
Feature selector is a tool for dimensionality reduction of machine learning datasets
Diego999/pyGAT
Pytorch implementation of the Graph Attention Network model by Veličković et. al (2017, https://arxiv.org/abs/1710.10903)
graphhopper/open-traffic-collection
Collection of open data resources for traffic information
bharathgs/Awesome-pytorch-list
A comprehensive list of pytorch related content on github,such as different models,implementations,helper libraries,tutorials etc.
sungyongs/graph-based-nn
Graph Convolutional Networks (GCNs)
vdumoulin/conv_arithmetic
A technical report on convolution arithmetic in the context of deep learning
Eilene/spatio-temporal-paper-list
Spatio-temporal modeling 论文列表(主要是graph convolution相关)
TheAlgorithms/Python
All Algorithms implemented in Python
rob-med/awesome-TS-anomaly-detection
List of tools & datasets for anomaly detection on time-series data.
it-ebooks/w3school
:books: W3School 教程整理
tkipf/gcn
Implementation of Graph Convolutional Networks in TensorFlow
FrancisArgnR/Time-series---deep-learning---state-of-the-art
Scientific time series and deep learning state of the art
XingxingHuang/deeplearning.ai
The notes of Adrew Ng's coursera course: deeplearning.ai. Glad to answer any related questions, just email me.
dennybritz/reinforcement-learning
Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.