13-day longest streak
Xiaoquan Kong Building AI systems that ship. Website LinkedIn Google Scholar
-
tensorflow ★ PINNED ⑂
An Open Source Machine Learning Framework for Everyone
C++ ★ 1 4y agoExplain → -
Chinese_models_for_SpaCy ★ PINNED
SpaCy 中文模型 | Models for SpaCy that support Chinese
Jupyter Notebook ★ 673 1y agoExplain → -
rasa ★ PINNED ⑂
💬 Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants
★ 3 3y agoExplain → -
hanzi_char_featurizer ★ PINNED
汉字字符特征提取器 (featurizer),提取汉字的特征(发音特征、字形特征)用做深度学习的特征 | A Chinese character feature extractor, which extracts the features of Chinese characters (pronunciation features, glyph features) as features for deep learning
Python ★ 302 5mo agoExplain → -
agentsilex ★ PINNED
A transparent, minimal, and hackable agent framework. ~300 lines of readable code. Full control, no magic.
Python ★ 451 5mo agoExplain → -
tensorweaver ★ PINNED
A modern educational deep learning framework for students, engineers and researchers
Jupyter Notebook ★ 7 6mo agoExplain → -
unlocking-the-power-of-llms
使用 Prompts 和 Chains 让 ChatGPT 成为神奇的生产力工具!Unlocking the power of LLMs.
Shell ★ 2.5k 3y agoExplain → -
hanzi_chaizi
汉字拆字库,可以将汉字拆解成偏旁部首,在机器学习中作为汉字的字形特征 | Hanzi Decomposition Library allows Chinese characters to be broken down into radicals and components, which can be used as character shape features in machine learning.
Python ★ 421 5mo agoExplain → -
tools_for_corpus_of_people_daily
人民日报语料处理工具集 | Tools for Corpus of People's Daily
Python ★ 292 2y agoExplain → -
WeatherBot
一个基于 Rasa 的中文天气情况问询机器人(chatbot), 带 Web UI 界面
★ 240 7y agoExplain → -
ATIS_dataset
The ATIS (Airline Travel Information System) Dataset
Python ★ 171 6y agoExplain → -
MicroTokenizer
一个轻量且功能全面的中文分词器,帮助学生了解分词器的工作原理。MicroTokenizer: A lightweight Chinese tokenizer designed for educational and research purposes. Provides a practical, hands-on approach to understanding NLP concepts, featuring multiple tokenization algorithms and customizable models. Ideal for students, researchers, and NLP enthusiasts..
Python ★ 159 1y agoExplain → -
rasa_chinese
rasa_chinese 专门针对中文语言的 rasa 组件扩展包,提供了许多针对中文语言的组件
Python ★ 150 3y agoExplain → -
seq2annotation
基于 TensorFlow & PaddlePaddle 的通用序列标注算法库(目前包含 BiLSTM+CRF, Stacked-BiLSTM+CRF 和 IDCNN+CRF,更多算法正在持续添加中)实现中文分词(Tokenizer / segmentation)、词性标注(Part Of Speech, POS)和命名实体识别(Named Entity Recognition, NER)等序列标注任务。
Python ★ 85 3y agoExplain → -
MITIE_Chinese_Wikipedia_corpus
Pre-trained Wikipedia corpus by MITIE
★ 51 7y agoExplain → -
chinese-wikipedia-corpus-creator
Corpus creator for Chinese Wikipedia
Python ★ 40 5y agoExplain → -
MicroRegEx
一个微型的正则表达式引擎 | A micro regular expression engine
Jupyter Notebook ★ 37 6y agoExplain → -
four_corner_method
中文「四角号码」数据与工具,可以将汉字拆解成和字形相关的编码,在机器学习中作为汉字的字形特征
HTML ★ 28 5mo agoExplain → -
scel2txt
搜狗细胞词库到普通文本的转换提取工具。提取词汇表,用于深度学习做数据生成和字典特征
Python ★ 26 7y agoExplain → -
Chinese_tokenizer_benchmark
中文分词软件基准测试 | Chinese tokenizer benchmark
Python ★ 25 7y agoExplain → -
rasa_contrib
rasa_contrib is a addon package for rasa. It provide some useful/powerful addition components
Python ★ 21 3y agoExplain → -
WeatherBot_NLU
No description.
Makefile ★ 20 3y agoExplain → -
NLU_benchmark_dataset
自然语言理解 基准测试 数据集 | Benchmark datasets for Natural Language Understanding (NLU)
Python ★ 20 7y agoExplain → -
corpus_dataset_for_Chinese_NLP
中文 NLP 语料库数据集
★ 20 7y agoExplain → -
rasa_chinese_service
rasa_chinese 的服务 package
Python ★ 18 5y agoExplain → -
MicroCompiler
一个微型的 LL/LR/LALR 语法解析器 | A micro compiler project to provide LL/LR/LALR syntax parser
Python ★ 17 5y agoExplain → -
vimapt
A package manager for vim (VimApt => Vim's Advanced Package Tools)
Python ★ 16 9y agoExplain → -
addons ⑂
Useful extra functionality for TensorFlow maintained by SIG-addons
Python ★ 15 4y agoExplain → -
tf_crf_layer
CRF(Conditional Random Field) Layer for TensorFlow 1.X with many powerful functions
Python ★ 15 6y agoExplain → -
WeatherBot_Action
Action server for WeatherBot
Python ★ 15 3y agoExplain → -
MicroHMM
一个微型的基于 Python 的 HMM (隐马尔可夫模型) 包 | A micro python package for HMM (Hidden Markov Model)
Python ★ 15 2mo agoExplain → -
PaddleTokenizer
使用 PaddlePaddle 实现基于深度神经网络的中文分词引擎 | A DNN Chinese Tokenizer by Using PaddlePaddle
JavaScript ★ 14 5y agoExplain → -
WeatherBot_UI
WebChat UI (HTML pages) for WeatherBot
HTML ★ 14 7y agoExplain → -
MicroWeatherBot_CN
基于 rasa 1.x 版本搭建的中文天气查询 demo | A simple & micro Chinese Weatherbot based on rasa framework
Python ★ 12 6y agoExplain → -
WeatherBot_Core
No description.
Python ★ 10 3y agoExplain → -
MicroWeatherBot_EN
基于 rasa 1.x 版本搭建的英文天气查询 demo | A simple & micro English Weatherbot based on rasa framework
Python ★ 7 3y agoExplain → -
entity2embedding
A python package for word2vec
Python ★ 6 5y agoExplain → -
awesome-chatgpt-prompts ⑂
This repo includes ChatGPT prompt curation to use ChatGPT better.
★ 6 3y agoExplain → -
q_learning_demo
Show how Q-learning works from scratch
Jupyter Notebook ★ 5 3y agoExplain → -
PaddleNER
No description.
JavaScript ★ 3 5y agoExplain → -
MicroCPUID
A micro tool based on assembly language to detect and display CPU information
Assembly ★ 3 9y agoExplain → -
basic_weather_bot_server
No description.
Python ★ 3 6y agoExplain → -
howl-anderson
No description.
★ 2 4mo agoExplain → -
SLTK ⑂
序列化标注工具,基于PyTorch实现BLSTM-CNN-CRF模型,CoNLL 2003 English NER测试集F1值为91.10%(word and char feature)。
Python ★ 2 8y agoExplain → -
hanzi_char_lookup_feature
基于字典的方法给字符提供额外的特征,常用于基于深度学习的NER
Python ★ 2 5y agoExplain → -
chinese-xinhua ⑂
中华新华字典数据库。包括歇后语,成语,词语,汉字。提供新华字典API。
Python ★ 2 7y agoExplain → -
ner_offline_evaluate
No description.
Python ★ 2 6y agoExplain → -
Chinese-Names-Corpus ⑂
中文人名语料库。中文姓名,姓氏,名字,称呼,日本人名,翻译人名,英文人名。
★ 2 7y agoExplain → -
TinyInfiniTrain ⑂
训练营训练方向项目
★ 1 5mo agoExplain → -
Arabic-NER ⑂
No description.
Jupyter Notebook ★ 1 8y agoExplain → -
google-io-keras-vae
Code for Google IO 2021 Modern Keras design patterns session
Jupyter Notebook ★ 1 4y agoExplain → -
RICE-COMP412
My solutions for Compiler Construction for Undergraduates of Rice University
Python ★ 1 8y agoExplain → -
Chatette ⑂
A powerful dataset generator for Rasa NLU, inspired by Chatito
★ 1 5y agoExplain → -
paddlepaddle-models ⑂
Pre-trained and Reproduced Deep Learning Models (经典复现模型)
Python ★ 1 7y agoExplain → -
recommenders ⑂
TensorFlow Recommenders is a library for building recommender system models using TensorFlow.
★ 1 5y agoExplain → -
nlp-architect ⑂
NLP Architect by Intel AI Lab: A Python library for exploring the state-of-the-art deep learning topologies and techniques for natural language processing and natural language understanding
Python ★ 1 7y agoExplain → -
rasa-addons ⑂
Webchat, Input validation, and more
Python ★ 1 7y agoExplain → -
Prototypical-Networks-for-Few-shot-Learning-PyTorch ⑂
Implementation of Prototypical Networks for Few Shot Learning (https://arxiv.org/abs/1703.05175) in Pytorch
★ 1 7y agoExplain → -
tfug_SH_lottery ⑂
tfug_sh 抽奖程序
★ 1 6y agoExplain → -
rasa-ui ⑂
Rasa UI is a web application for the Rasa NLU backend
JavaScript ★ 1 8y agoExplain → -
spacy-dev-resources ⑂
💫 Scripts, tools and resources for developing spaCy
Python ★ 1 8y agoExplain → -
Company-Names-Corpus ⑂
公司名语料库。机构名语料库。
★ 1 7y agoExplain → -
tf_ner ⑂
Simple and Efficient Tensorflow implementations of NER models with tf.estimator and tf.data
Python ★ 1 7y agoExplain → -
Assignment_for_Natural_Language_Processing_with_Deep_Learning_CS224n_By_Stanford_University
Assignment for CS224n: Natural Language Processing with Deep Learning By Stanford University
Python ★ 1 8y agoExplain → -
python-pinyin ⑂
汉字转拼音(pypinyin)
Python ★ 1 7y agoExplain → -
iflytek_sdk_python ⑂
Python使用科大讯飞语音识别、语音合成
Python ★ 1 9y agoExplain → -
AIMLChatRobot
No description.
Python ★ 1 8y agoExplain → -
PKUSeg ⑂
高准确度中文分词工具,简单易用,跟现有开源工具相比大幅提高了分词的准确率。
C# ★ 1 8y agoExplain → -
elmo-bilstm-cnn-crf ⑂
BiLSTM-CNN-CRF architecture for sequence tagging using ELMo representations.
Python ★ 1 7y agoExplain → -
Information-Extraction-Chinese ⑂
Chinese Named Entity Recognition with IDCNN/biLSTM+CRF, and Relation Extraction with biGRU+2ATT 中文实体识别与关系提取
Python ★ 1 7y agoExplain → -
MicroTagger
一个微型的用于提取 Part-Of-Speech (POS) 的 Python 包 | A micro python library for NLP Tagger of Part-Of-Speech (POS)
Python ★ 1 7y agoExplain → -
how_Chinese_tokenizer_works
No description.
Python ★ 1 8y agoExplain → -
SMP2017ECDT-DATA ⑂
SMP2017中文人机对话评测数据
★ 1 8y agoExplain → -
tunix ⑂
A Lightweight LLM Post-Training Library
★ 0 8d agoExplain → -
google-colab-cli ⑂
No description.
Python ★ 0 8d agoExplain → -
Triton-Puzzles ⑂
Puzzles for learning Triton
★ 0 1y agoExplain → -
TinyInfiniTensor ⑂
No description.
C++ ★ 0 5mo agoExplain → -
learning-cxx ⑂
No description.
C++ ★ 0 5mo agoExplain → -
chatbot-retrieval ⑂
Dual LSTM Encoder for Dialog Response Generation
Jupyter Notebook ★ 0 9y agoExplain → -
allennlp ⑂
An open-source NLP research library, built on PyTorch.
Python ★ 0 6y agoExplain → -
apistar ⑂
A smart Web API framework, designed for Python 3. 🌟
Python ★ 0 8y agoExplain → -
awesome-bots ⑂
The most awesome list about bots ⭐️🤖
★ 0 8y agoExplain → -
chatterbot_trial
No description.
Python ★ 0 8y agoExplain → -
chatroom ⑂
React-based Chatroom Component for Rasa Stack
JavaScript ★ 0 8y agoExplain → -
battle-city-tanks ⑂
No description.
Python ★ 0 11y agoExplain → -
dreamerv3 ⑂
Mastering Diverse Domains through World Models
Python ★ 0 8mo agoExplain → -
adk-python ⑂
An open-source, code-first Python toolkit for building, evaluating, and deploying sophisticated AI agents with flexibility and control.
Python ★ 0 11mo agoExplain → -
browser-use ⑂
🌐 Make websites accessible for AI agents. Automate tasks online with ease.
★ 0 1y agoExplain → -
InfiniLM ⑂
No description.
★ 0 1y agoExplain → -
RefactorGraph ⑂
分层解耦的深度学习推理引擎
★ 0 1y agoExplain → -
InfiniTensor ⑂
No description.
★ 0 1y agoExplain → -
LearningInfiniTensor-handout ⑂
训练营讲义
★ 0 1y agoExplain → -
learning-lm-rs ⑂
No description.
Rust ★ 0 1y agoExplain → -
cuda_code ⑂
easy cuda code
★ 0 1y agoExplain → -
rustlings-exercises
No description.
Rust ★ 0 1y agoExplain → -
rustlings ⑂
:crab: Small exercises to get you used to reading and writing Rust code!
Rust ★ 0 1y agoExplain → -
LearningInfiniTensor_Exams
No description.
★ 0 1y agoExplain → -
llama ⑂
Inference code for LLaMA models
★ 0 3y agoExplain → -
gensim ⑂
Topic Modelling for Humans
Python ★ 0 7y agoExplain → -
my-cookiecutter-pypackage ⑂
Cookiecutter template for a Python package.
Python ★ 0 2y agoExplain → -
intent_classifier ⑂
No description.
Python ★ 0 8y agoExplain → -
DeepPavlov ⑂
An open source library for building end-to-end dialog systems and training chatbots.
Python ★ 0 8y agoExplain → -
keras-nlp ⑂
Industry-strength Natural Language Processing workflows with Keras
Python ★ 0 3y agoExplain → -
OntoNotes-5.0-NER-BIO ⑂
A BIO formatted Named Entity Recognition data set extracted from the OntoNotes 5.0 release.
★ 0 6y agoExplain → -
wechaty.js.org ⑂
Wechaty Official Website for News, Blogs, Contributor Profiles, and Documentations.
Java ★ 0 4y agoExplain → -
seqeval ⑂
A Python framework for sequence labeling evaluation(named-entity recognition, pos tagging, etc...)
★ 0 4y agoExplain → -
summer ⑂
Summer of Wechaty (SoW) is a program for connecting students with the Wechaty community for coding & tech writing.
★ 0 4y agoExplain → -
keras-tuner ⑂
Hyperparameter tuning for humans
★ 0 4y agoExplain → -
docs ⑂
TensorFlow documentation
Jupyter Notebook ★ 0 4y agoExplain → -
text ⑂
Making text a first-class citizen in TensorFlow.
Python ★ 0 4y agoExplain → -
eng-edu ⑂
No description.
Jupyter Notebook ★ 0 5y agoExplain → -
wikiextractor ⑂
A tool for extracting plain text from Wikipedia dumps
Python ★ 0 5y agoExplain → -
wechatdemo ⑂
WeChat public platform demo
★ 0 6y agoExplain → -
rasa-sdk ⑂
SDK for the development of custom actions for Rasa
★ 0 5y agoExplain → -
chaquopy-web-service ⑂
Console app template for Chaquopy, the Python SDK for Android
Java ★ 0 5y agoExplain → -
coach ⑂
Reinforcement Learning Coach by Intel® AI Lab enables easy experimentation with state of the art Reinforcement Learning algorithms
Python ★ 0 7y agoExplain → -
redbase ⑂
Spring 2014. Stanford CS346 project. A mini relational database with query optimization
★ 0 11y agoExplain → -
cs346-redbase ⑂
CS 346 RedBase Project (Stanford)
★ 0 11y agoExplain → -
transformers ⑂
🤗Transformers: State-of-the-art Natural Language Processing for Pytorch and TensorFlow 2.0.
★ 0 5y agoExplain → -
SlotGated-SLU ⑂
Slot-Gated Modeling for Joint Slot Filling and Intent Prediction
★ 0 7y agoExplain → -
PaddleHub ⑂
Toolkit for Pre-trained Model Application of PaddlePaddle(『飞桨』预训练模型应用工具 )
★ 0 5y agoExplain → -
pyston ⑂
An open-source Python implementation using JIT techniques.
Python ★ 0 8y agoExplain → -
basic_weather_bot_client
No description.
Smarty ★ 0 6y agoExplain → -
docs-l10n ⑂
Community translations of TensorFlow documentation
Jupyter Notebook ★ 0 6y agoExplain → -
tensor2tensor ⑂
Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.
★ 0 6y agoExplain → -
bert ⑂
TensorFlow code and pre-trained models for BERT
★ 0 6y agoExplain → -
models ⑂
Models and examples built with TensorFlow
Python ★ 0 6y agoExplain → -
prototypical-networks ⑂
Code for the NIPS 2017 Paper "Prototypical Networks for Few-shot Learning"
Jupyter Notebook ★ 0 6y agoExplain → -
Prototypical-Networks-1 ⑂
A novel method for few shot learning
★ 0 6y agoExplain → -
stopwords ⑂
中文常用停用词表(哈工大停用词表、百度停用词表等)
★ 0 6y agoExplain → -
build_optimized_tensorflow_serving
No description.
Makefile ★ 0 6y agoExplain → -
corpus_compare
No description.
Python ★ 0 6y agoExplain → -
rasa-webchat ⑂
A simple webchat widget to connect with a chatbot
JavaScript ★ 0 7y agoExplain → -
tf_attention_layer
No description.
Python ★ 0 6y agoExplain → -
tf_summary_reader
No description.
Python ★ 0 3y agoExplain → -
Paddle ⑂
PArallel Distributed Deep LEarning (『飞桨』核心框架,高性能单机、分布式训练和跨平台部署)
★ 0 6y agoExplain → -
keras-contrib ⑂
Keras community contributions
★ 0 7y agoExplain → -
black ⑂
The uncompromising Python code formatter
Python ★ 0 7y agoExplain → -
china_city_dataset ⑂
中国城市数据集
★ 0 8y agoExplain → -
NLP_server_frontend
前端代码 for NLP demo
JavaScript ★ 0 7y agoExplain → -
text-cnn-tensorflow ⑂
Convolutional Neural Networks for Sentence Classification(TextCNN) implements by TensorFlow
Python ★ 0 8y agoExplain → -
datasets ⑂
A collection of datasets ready to use with TensorFlow
Python ★ 0 7y agoExplain → -
tf-dev-summit-tensorboard-tutorial ⑂
Code that accompanies my talk at TF Dev Summit 2016
Python ★ 0 8y agoExplain → -
NLP_server
后端代码 for NLP demo
Python ★ 0 7y agoExplain → -
gunicorn_thrift ⑂
Thrift app and worker for gunicorn!
Python ★ 0 8y agoExplain → -
thriftpy ⑂
Pure python implementation of Apache Thrift.
Python ★ 0 8y agoExplain → -
displacy-ent ⑂
:boom: displaCy-ent.js: An open-source named entity visualiser for the modern web
CSS ★ 0 8y agoExplain → -
tf_metrics ⑂
Multi-class metrics for Tensorflow
Python ★ 0 7y agoExplain → -
LatticeLSTM ⑂
Chinese NER using Lattice LSTM. Code for ACL 2018 paper.
Python ★ 0 7y agoExplain → -
bilm-tf ⑂
Tensorflow implementation of contextualized word representations from bi-directional language models
Python ★ 0 7y agoExplain → -
profiler-ui ⑂
The TensorFlow Profiler (TFProf) UI provides a visual interface for profiling TensorFlow models.
HTML ★ 0 7y agoExplain → -
dilated-cnn-ner ⑂
Dilated CNNs for NER in TensorFlow
Python ★ 0 8y agoExplain → -
WeatherBot_NLG
No description.
Python ★ 0 7y agoExplain → -
unit-dmkit ⑂
No description.
C++ ★ 0 7y agoExplain → -
MicroTokenizer_benchmark
No description.
Python ★ 0 7y agoExplain → -
ChineseNER ⑂
基于Bi-GRU + CRF 的中文机构名、人名识别 中文实体识别
Python ★ 0 7y agoExplain → -
rasa_core ⑂
machine learning based dialogue engine for AI assistants
Python ★ 0 7y agoExplain → -
cookiecutter-MicroTokenizer
cookiecutter template for MicroTokenizer models
Makefile ★ 0 7y agoExplain → -
emnlp2017-bilstm-cnn-crf ⑂
BiLSTM-CNN-CRF architecture for sequence tagging
Python ★ 0 7y agoExplain → -
MicroTokenizer-models
No description.
★ 0 7y agoExplain → -
OntoNotes5_tools
No description.
Python ★ 0 7y agoExplain → -
crfpp ⑂
CRF++: Yet Another CRF toolkit
Shell ★ 0 7y agoExplain → -
udapi-python ⑂
Python framework for processing Universal Dependencies data
Python ★ 0 8y agoExplain → -
conllu ⑂
A CoNLL-U parser that takes a CoNLL-U formatted string and turns it into a nested python dictionary.
Python ★ 0 7y agoExplain → -
tokenizers_collection
一些中文分词器的简单封装和集合
Python ★ 0 3y agoExplain → -
sysinfo ⑂
a python script to get hardware information summary
Python ★ 0 11y agoExplain → -
pytest-helpers-namespace ⑂
PyTest Helpers Namespace
Python ★ 0 8y agoExplain → -
ply ⑂
Python Lex-Yacc
Python ★ 0 7y agoExplain → -
jieba ⑂
结巴中文分词
Python ★ 0 7y agoExplain → -
anago ⑂
Bidirectional LSTM-CRF for Sequence Labeling like Named-Entity Recognition, Part-of-Speech Tagging and so on.
Python ★ 0 7y agoExplain → -
spaCy ⑂
💫 Industrial-strength Natural Language Processing (NLP) with Python and Cython
Python ★ 0 7y agoExplain → -
fastai ⑂
The fast.ai deep learning library, lessons, and tutorials
Jupyter Notebook ★ 0 7y agoExplain → -
zh-NER-TF ⑂
A simple BiLSTM-CRF model for Chinese Named Entity Recognition 中文命名实体识别 (TensorFlow)
Python ★ 0 8y agoExplain → -
kcws ⑂
Deep Learning Chinese Word Segment
C++ ★ 0 8y agoExplain → -
scikit-feature ⑂
open-source feature selection repository in python (DMML Lab@ASU)
Python ★ 0 8y agoExplain → -
duckling ⑂
Language, engine, and tooling for expressing, testing, and evaluating composable language rules on input strings.
Haskell ★ 0 8y agoExplain → -
MicroSingleton
No description.
Python ★ 0 8y agoExplain → -
aliceCN ⑂
aliceCN
HTML ★ 0 14y agoExplain → -
NLP-progress ⑂
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.
★ 0 8y agoExplain → -
railroad-diagrams ⑂
:steam_locomotive: A small JS+SVG library for drawing railroad syntax diagrams, like on JSON.org. Now with a Python port!
Python ★ 0 8y agoExplain → -
anyplace ⑂
A free and open Indoor Navigation Service with superb accuracy!
JavaScript ★ 0 8y agoExplain → -
devpi ⑂
Python PyPi staging server and packaging, testing, release tool
Python ★ 0 8y agoExplain → -
preshed ⑂
💥 Cython hash tables that assume keys are pre-hashed
Python ★ 0 8y agoExplain → -
thinc ⑂
🔮 spaCy's Machine Learning library for NLP in Python
Assembly ★ 0 8y agoExplain → -
vizdoom2018-singleplayer-host ⑂
No description.
Python ★ 0 8y agoExplain → -
gitignore_generator
No description.
Python ★ 0 8y agoExplain → -
tensorflow_tutorials
My working code for tensorflow tutorials
Python ★ 0 8y agoExplain → -
deep-siamese-text-similarity ⑂
Tensorflow based implementation of deep siamese LSTM network to capture phrase/sentence similarity using character/word embeddings
Python ★ 0 8y agoExplain → -
CS224n-Natural-Language-Processing-with-Deep-Learning
My solutions for assignments of CS224n: Natural Language Processing with Deep Learning
Python ★ 0 8y agoExplain → -
vizdoom2018-singleplayer-starter-kit ⑂
starter kit for vizdoom2018-singleplayer track
Python ★ 0 8y agoExplain → -
ViZDoom ⑂
Doom-based AI Research Platform for Reinforcement Learning from Raw Visual Information. :godmode:
C++ ★ 0 8y agoExplain → -
StarSpace ⑂
Learning embeddings for classification, retrieval and ranking.
C++ ★ 0 8y agoExplain → -
spacy-lookup ⑂
Named Entity Recognition based on dictionaries
Python ★ 0 8y agoExplain → -
brat ⑂
brat rapid annotation tool (brat) - for all your textual annotation needs
Python ★ 0 8y agoExplain → -
displacy ⑂
:boom: displaCy.js: An open-source NLP visualiser for the modern web
JavaScript ★ 0 8y agoExplain → -
spacy-services ⑂
💫 REST microservices for various spaCy-related tasks
Python ★ 0 8y agoExplain → -
gitignore ⑂
A collection of useful .gitignore templates
★ 0 8y agoExplain → -
Xin-Yue ⑂
岳昕:致北大师生与北大外国语学院的一封公开信
HTML ★ 0 8y agoExplain → -
DuReader ⑂
Baseline Systems of DuReader Dataset
Python ★ 0 8y agoExplain → -
golden-horse ⑂
Named Entity Recognition for Chinese social media (Weibo). From EMNLP 2015 paper.
Python ★ 0 9y agoExplain →
No repos match these filters.