tcandzq's Stars
bingzhengwei/ftrl_proximal_lr
Multithreaded Asynchronous FTRL Proximal Implementation
liuyubobobo/Play-with-Algorithm-Interview
Codes of my MOOC Course <Play with Algorithm Interviews>. Updated contents and practices are also included. 我在慕课网上的课程《玩儿转算法面试》示例代码。课程的更多更新内容及辅助练习也将逐步添加进这个代码仓。
idc9/optimization_algos
basic implementation of a bunch of optimization algorithms
dream-catcher/learning_blogs
parasdahal/deepnet
Educational deep learning library in plain Numpy.
SamLynnEvans/Transformer
Transformer seq2seq model, program that can build a language translator from parallel corpus
piglei/one-python-craftsman
来自一位 Pythonista 的编程经验分享,内容涵盖编码技巧、最佳实践与思维模式等方面。
kamyu104/LeetCode-Solutions
🏋️ Python / Modern C++ Solutions of All 3399 LeetCode Problems (Weekly Update)
lynnboy/CppCoreGuidelines-zh-CN
Translation of C++ Core Guidelines [https://github.com/isocpp/CppCoreGuidelines] into Simplified Chinese.
google-research/text-to-text-transfer-transformer
Code for the paper "Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer"
qiwsir/algorithm
shibing624/pycorrector
pycorrector is a toolkit for text error correction. 文本纠错,实现了Kenlm,T5,MacBERT,ChatGLM3,Qwen2.5等模型应用在纠错场景,开箱即用。
macanv/BERT-BiLSTM-CRF-NER
Tensorflow solution of NER task Using BiLSTM-CRF model with Google BERT Fine-tuning And private Server services
NLP-LOVE/ML-NLP
此项目是机器学习(Machine Learning)、深度学习(Deep Learning)、NLP面试中常考到的知识点和代码实现,也是作为一个算法工程师必会的理论基础知识。
selfboot/LeetCode
正确的姿势,学习的态度来刷 LeetCode:高效的代码、简洁的注释、精炼的总结。
myazi/myLearn
machine learning algorithm
carpedm20/awesome-torch
A curated list of awesome Torch tutorials, projects and communities
mayabot/mynlp
一个生产级、高性能、模块化、可扩展的中文NLP工具包。(中文分词、平均感知机、fastText、拼音、新词发现、分词纠错、BM25、人名识别、命名实体、自定义词典)
roamanalytics/mittens
A fast implementation of GloVe, with optional retrofitting
Tencent/NeuralNLP-NeuralClassifier
An Open-source Neural Hierarchical Multi-label Text Classification Toolkit
tensorlayer/TensorLayer
Deep Learning and Reinforcement Learning Library for Scientists and Engineers
zhpmatrix/nlp-competitions-list-review
复盘所有NLP比赛的TOP方案,只关注NLP比赛,持续更新中!
gaussic/text-classification-cnn-rnn
CNN-RNN中文文本分类,基于TensorFlow
BrikerMan/Kashgari
Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-classification, includes Word2Vec, BERT, and GPT2 Language Embedding.
grandyang/leetcode
Provide all my solutions and explanations in Chinese for all the Leetcode coding problems.
graykode/nlp-tutorial
Natural Language Processing Tutorial for Deep Learning Researchers
ddbourgin/numpy-ml
Machine learning, in numpy
jina-ai/clip-as-service
🏄 Scalable embedding, reasoning, ranking for images and sentences with CLIP
FudanNLP/nlp-beginner
NLP上手教程
nosuggest/LeetCode
数据结构应知应会