CreekLou's Stars
VowpalWabbit/vowpal_wabbit
Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as online, hashing, allreduce, reductions, learning2search, active, and interactive learning.
nndl/exercise
exercise for nndl
shenweichen/GraphNeuralNetwork
Implementation and experiments of graph neural netwokrs, like gcn,graphsage,gat,etc.
datawhalechina/team-learning-data-mining
主要存储Datawhale组队学习中“数据挖掘/机器学习”方向的资料。
RainFung/Tianchi-AntaiCup-International-E-commerce-Artificial-Intelligence-Challenge
1st place solution for the AntaiCup-International-E-commerce-Artificial-Intelligence-Challenge
datawhalechina/competition-baseline
数据挖掘、计算机视觉、自然语言处理、推荐系统竞赛知识、代码、思路
songyingxin/NLPer-Interview
该仓库主要记录 NLP 算法工程师相关的面试题
NLP-LOVE/ML-NLP
此项目是机器学习(Machine Learning)、深度学习(Deep Learning)、NLP面试中常考到的知识点和代码实现,也是作为一个算法工程师必会的理论基础知识。
alexhegit/handson-ml2
https://github.com/ageron/handson-ml2
nosuggest/Reflection_Summary
算法理论基础知识应知应会
aister2020/KDDCUP_2020_Debiasing_1st_Place
NELSONZHAO/zhihu
This repo contains the source code in my personal column (https://zhuanlan.zhihu.com/zhaoyeyu), implemented using Python 3.6. Including Natural Language Processing and Computer Vision projects, such as text generation, machine translation, deep convolution GAN and other actual combat code.
qiaoguan/deep-ctr-prediction
CTR prediction models based on deep learning(基于深度学习的广告推荐CTR预估模型)
chenchongyuan/2019BDC
2019**高校计算机大赛——大数据挑战赛 第一名解决方案
GoogleCloudPlatform/tf-estimator-tutorials
This repository includes tutorials on how to use the TensorFlow estimator APIs to perform various ML tasks, in a systematic and standardised way
yangxudong/deeplearning
深度学习相关的模型训练、评估和预测相关代码
alibaba/x-deeplearning
An industrial deep learning framework for high-dimension sparse data
Angel-ML/angel
A Flexible and Powerful Parameter Server for large-scale machine learning
xs-li/papers-we-learn
计算机领域论文学习与应用
tobegit3hub/tensorflow_template_application
TensorFlow template application for deep learning
imsheridan/DeepRec
推荐、广告工业界经典以及最前沿的论文、资料集合/ Must-read Papers on Recommendation System and CTR Prediction
junwan01/tensorflow-serve-client
A Java Client for TenforFlow Serving gRPC API
CLUEbenchmark/CLUEDatasetSearch
搜索所有中文NLP数据集,附常用英文NLP数据集
data61/stellar-random-walk
bojone/attention
some attention implements
bojone/bert_in_keras
在Keras下微调Bert的一些例子;some examples of bert in keras
brightmart/albert_zh
A LITE BERT FOR SELF-SUPERVISED LEARNING OF LANGUAGE REPRESENTATIONS, 海量中文预训练ALBERT模型
dragen1860/TensorFlow-2.x-Tutorials
TensorFlow 2.x version's Tutorials and Examples, including CNN, RNN, GAN, Auto-Encoders, FasterRCNN, GPT, BERT examples, etc. TF 2.0版入门实例代码,实战教程。
yongzhuo/Keras-TextClassification
中文长文本分类、短句子分类、多标签分类、两句子相似度(Chinese Text Classification of Keras NLP, multi-label classify, or sentence classify, long or short),字词句向量嵌入层(embeddings)和网络层(graph)构建基类,FastText,TextCNN,CharCNN,TextRNN, RCNN, DCNN, DPCNN, VDCNN, CRNN, Bert, Xlnet, Albert, Attention, DeepMoji, HAN, 胶囊网络-CapsuleNet, Transformer-encode, Seq2seq, SWEM, LEAM, TextGCN
jmcarpenter2/swifter
A package which efficiently applies any function to a pandas dataframe or series in the fastest available manner