mingmingshiwo's Stars
ant-design/ant-design
An enterprise-class UI design language and React UI library
rapidsai/cudf
cuDF - GPU DataFrame Library
NicolasHug/Surprise
A Python scikit for building and analyzing recommender systems
tqdm/tqdm
:zap: A Fast, Extensible Progress Bar for Python and CLI
nalepae/pandarallel
A simple and efficient tool to parallelize Pandas operations on all available CPUs
lanpa/tensorboardX
tensorboard for pytorch (and chainer, mxnet, numpy, ...)
MrGemy95/Tensorflow-Project-Template
A best practice for tensorflow project template architecture.
datawhalechina/pumpkin-book
《机器学习》(西瓜书)公式详解
diem/diem
Diem’s mission is to build a trusted and innovative financial network that empowers people and businesses around the world.
minimaxir/gpt-2-simple
Python package to easily retrain OpenAI's GPT-2 text-generating model on new texts
google/sentencepiece
Unsupervised text tokenizer for Neural Network-based text generation.
ycjuan/libffm
A Library for Field-aware Factorization Machines
ymcui/Chinese-XLNet
Pre-Trained Chinese XLNet(中文XLNet预训练模型)
kimiyoung/transformer-xl
HunterMcGushion/hyperparameter_hunter
Easy hyperparameter optimization and automatic result saving across machine learning algorithms and libraries
zhihu/cuBERT
Fast implementation of BERT inference directly on NVIDIA (CUDA, CUBLAS) and Intel MKL
NVIDIA/DeepLearningExamples
State-of-the-Art Deep Learning scripts organized by models - easy to train and deploy with reproducible accuracy and performance on enterprise-grade infrastructure.
caserec/Datasets-for-Recommender-Systems
This is a repository of a topic-centric public data sources in high quality for Recommender Systems (RS)
tensorflow/tensor2tensor
Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.
MLWave/Kaggle-Ensemble-Guide
Code for the Kaggle Ensembling Guide Article on MLWave
Tencent/PhoenixGo
Go AI program which implements the AlphaGo Zero paper
leela-zero/leela-zero
Go engine with no human-provided knowledge, modeled after the AlphaGo Zero paper.
suragnair/alpha-zero-general
A clean implementation based on AlphaZero for any game in any framework + tutorial + Othello/Gobang/TicTacToe/Connect4 and more
junxiaosong/AlphaZero_Gomoku
An implementation of the AlphaZero algorithm for Gomoku (also called Gobang or Five in a Row)
fchollet/deep-learning-with-python-notebooks
Jupyter notebooks for the code samples of the book "Deep Learning with Python"
mml-book/mml-book.github.io
Companion webpage to the book "Mathematics For Machine Learning"
ray-project/ray
Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.
tqchen/tinyflow
Tutorial code on how to build your own Deep Learning System in 2k Lines
rapidsai/jupyterlab-nvdashboard
A JupyterLab extension for displaying dashboards of GPU usage.
eriklindernoren/ML-From-Scratch
Machine Learning From Scratch. Bare bones NumPy implementations of machine learning models and algorithms with a focus on accessibility. Aims to cover everything from linear regression to deep learning.