Pinned Repositories
algorithms
some algorithms for interview
answer_selection
answer selection
attention
some attention implements
bert4torch
pytorch implement of transformers refer to bert4keras
bert_distill
BERT distillation(基于BERT的蒸馏实验 )
bert_sa
bert sentiment analysis tensorflow serving with RESTful API
CurriculumSchedule_App
the data from the website of qingguo ,and contain the Android and the back
curriculumSchedule_Back
curriculumSchedule_Back is the back of app
LeetCode
剑指offer leetcode 对应编程练习记录,算法岗需求,包含Python和Java两种语言。
SalesupportCMS
NeilHUI's Repositories
NeilHUI/LeetCode
剑指offer leetcode 对应编程练习记录,算法岗需求,包含Python和Java两种语言。
NeilHUI/answer_selection
answer selection
NeilHUI/attention
some attention implements
NeilHUI/bert4torch
pytorch implement of transformers refer to bert4keras
NeilHUI/bert_distill
BERT distillation(基于BERT的蒸馏实验 )
NeilHUI/bert_sa
bert sentiment analysis tensorflow serving with RESTful API
NeilHUI/cmrc2019
The Third Evaluation Workshop on Chinese Machine Reading Comprehension (CMRC 2019)
NeilHUI/code-for-nlp-beginner
code for nlp beginner, including Sentiment Analysis, NER, NLI and Language Model.
NeilHUI/deep_ctr
NeilHUI/DeepCTR-pytorch
Here are the models listed in CTR. Example: FM、DeepFM、xDeepFM etc.
NeilHUI/es_api_1
NeilHUI/fairseq-translator
A quick Tensorflow implementation of Facebook FairSeq[1] for character-level neural machine translation (EN -> JP).
NeilHUI/fucking-algorithm
手把手撕LeetCode题目,扒各种算法套路的裤子。English version supported! Crack LeetCode, not only how, but also why.
NeilHUI/IntelliQ
Advanced Multi-Turn QA System with LLM and Intent Recognition. 基于LLM大语言模型意图识别、参数抽取结合slot词槽技术实现多轮问答、NL2API. 打造Function Call多轮问答最佳实践
NeilHUI/iTerm2-Color-Schemes
Over 200 terminal color schemes/themes for iTerm/iTerm2. Includes ports to Terminal, Konsole, PuTTY, Xresources, XRDB, Remina, Termite, XFCE, Tilda, FreeBSD VT, Terminator, Kitty, MobaXterm, LXTerminal, Microsoft's Windows Terminal
NeilHUI/LACO
This repository contains the code for our paper [Enhancing Label Correlation Feedback in Multi-Label Text Classification via Multi-Task Learning]
NeilHUI/NLP_Space
Some documents about NLP
NeilHUI/OneSearch
a python web using django and elasticsearch ,etc
NeilHUI/pyecharts-gallery
Just use pyecharts to imitate Echarts official example.
NeilHUI/python_project
some projects use python
NeilHUI/pytorch_course
七月在线pytorch教程课件
NeilHUI/QA
NLP
NeilHUI/QA-1
使用深度学习算法实现的中文问答系统
NeilHUI/rasa
💬 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
NeilHUI/Selenium-Framework
基于 python 的 selenium UI 自动化测试框架,采用 Page Object 设计模式进行二次开发,通过对页面对象和测试代码进行分离,并封装了日志输出,浏览器引擎选择,二次封装常用方法。降低后期因页面变化带来的维护成本,减少了代码的重复,提高测试用例的可读性
NeilHUI/sentiment_analysis_textcnn
基于tensorflow 实现的用textcnn方法做情感分析的项目,有数据,可以直接跑。
NeilHUI/SoftwareWebSpider
scrapy spider software website
NeilHUI/stopwords
中文常用停用词表(哈工大停用词表、百度停用词表等)
NeilHUI/transformer-tf
Simple Tensorflow Implementation of Transformer introduced by "Attention is All You Need" (NIPS 2017)
NeilHUI/transformers
🤗Transformers: State-of-the-art Natural Language Processing for Pytorch and TensorFlow 2.0.