esyyes's repositories
ant-learn-python
蚂蚁学Python,微信公众号的代码仓库
chatbot-retrieval
Dual LSTM Encoder for Dialog Response Generation
featuretools
An open source python library for automated feature engineering
hrvanalysis
Package for Heart Rate Variability analysis in Python
Sleep-Apnea-1
Classify Sleep Apnea Recordings
Chat-robot
针对旅游出行方面制作的一个基于单论的聊天机器人
chatbot
一个可以自己进行训练的中文聊天机器人, 根据自己的语料训练出自己想要的聊天机器人,可以用于智能客服、在线问答、智能聊天等场景。目前包含seq2seq、seqGAN版本和tf2.0版本。
ChatBotCourse
自己动手做聊天机器人教程
CopyTranslator
Foreign language reading and translation assistant based on copy and translate.
Cpp-0-1-Resource
C++ 匠心之作 从0到1入门资料
Deep-Learning
:computer:深度学习实战:手写数字识别、Discuz验证码识别、垃圾分类、语义分割
Detection-of-sleep-apnea-from-single-lead-ECG-signal-using-a-time-window-artificial-neural-network
sleep apnea, time window, artificial neural network, time series, MLP
grokking_algorithms
Code for the book Grokking Algorithms (https://amzn.to/29rVyHf)
hexo-theme-diaspora
Hexo theme, Blog theme, Clean, Responsive theme
hexo-theme-gal
忧郁的弟弟网站主题移植
hexo-theme-hueman
A redesign of Alx's wordpress theme hueman, ported to Hexo.
Introduction-NLP
HanLP作者的新书《自然语言处理入门》详细笔记!业界良心之作,书中不是枯燥无味的公式罗列,而是用白话阐述的通俗易懂的算法模型。从基本概念出发,逐步介绍中文分词、词性标注、命名实体识别、信息抽取、文本聚类、文本分类、句法分析这几个热门问题的算法原理与工程实现。
jieba
结巴中文分词
lihang-code
《统计学习方法》的代码实现
nlp_tourism
Named entity relevant project
pyhrv
Python toolbox for Heart Rate Variability
pyspellchecker
Pure Python Spell Checking http://pyspellchecker.readthedocs.io/en/latest/
sklearn-doc-zh
:book: [译] scikit-learn(sklearn) 中文文档
sleep-apnea
Convolutional neural network which uses 30 second single-channel EEG signals to detect apnea events
Sleep-apnea-detection-through-a-modified-LeNet-5-convolutional-neural-network
Obstructive Sleep Apnea, OSA, CNN, ECG signal, LeNet5
Statistical-Learning-Method_Code
手写实现李航《统计学习方法》书中全部算法