Stars
A curated list of Domain-Driven Design (DDD), Command Query Responsibility Segregation (CQRS), Event Sourcing, and Event Storming resources
This is the new home of the original DDD Sample app (previously hosted at sf.net)..
Implementation of BERT that could load official pre-trained models for feature extraction and prediction
Tensorflow implementation of DeepFM for CTR prediction.
Gathers machine learning and Tensorflow deep learning models for NLP problems, 1.13 < Tensorflow < 2.0
🤗 Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models, for both inference and training.
TensorFlow code and pre-trained models for BERT
Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路,完整单步/回看/变速/语音讲解在 algomooc.com)
tensorflow2中文教程,持续更新(当前版本:tensorflow2.0),tag: tensorflow 2.0 tutorials
分享 GitHub 上有趣、入门级的开源项目。Share interesting, entry-level open source projects on GitHub.
Repository to track the progress in Natural Language Processing (NLP), including the datasets and the current state-of-the-art for the most common NLP tasks.
PyTorch implement of BiLSTM-CRF for Chinese NER
🆔 A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution.
A Graph-Based Framework for Information Extraction
Course materials for Georgia Tech CS 4650 and 7650, "Natural Language"
A Benchmark of Text Classification in PyTorch
pytorch implementation of Attention is all you need
中文命名实体识别,实体抽取,tensorflow,pytorch,BiLSTM+CRF
A natural language modeling framework based on PyTorch
Python code for "Probabilistic Machine learning" book by Kevin Murphy
Machine Learning Yearning 中文版 - 《机器学习训练秘籍》 - Andrew Ng 著
pytorch handbook是一本开源的书籍,目标是帮助那些希望和使用PyTorch进行深度学习开发和研究的朋友快速入门,其中包含的Pytorch教程全部通过测试保证可以成功运行
PyTorch Tutorial for Deep Learning Researchers
A comprehensive list of pytorch related content on github,such as different models,implementations,helper libraries,tutorials etc.
本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为PyTorch实现。