Pinned Repositories
-
基于物品的协同过滤算法python实现
-LSTM-
利用LSTM算法预测大宗商品交易商平台每日的交易量
-xgboost-
利用xgboost预测交易商违约行为
12306
12306智能刷票,订票
adversarial
Code and hyperparameters for the paper "Generative Adversarial Networks"
Analytics_Vidhya
Codes related to activities on AV including articles, hackathons and discussions.
bert_in_keras
在Keras下微调Bert的一些例子;some examples of bert in keras
copper_price_forecast
copper price(time series) prediction using bpnn and lstm
cs224n-winter17-notes
Course notes for CS224N Winter17
datamining
learn in datamining
wcg3294's Repositories
wcg3294/12306
12306智能刷票,订票
wcg3294/bert_in_keras
在Keras下微调Bert的一些例子;some examples of bert in keras
wcg3294/deepdrive
Deepdrive is a simulator that allows anyone with a PC to push the state-of-the-art in self-driving
wcg3294/Dive-into-DL-TensorFlow2.0
本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为TensorFlow 2.0实现,项目已得到李沐老师的同意
wcg3294/do-mpc
Model predictive control python toolbox
wcg3294/download
蓝灯Windows下载 https://raw.githubusercontent.com/getlantern/lantern-binaries/master/lantern-installer.exe 蓝灯安卓下载 https://raw.githubusercontent.com/getlantern/lantern-binaries/master/lantern-installer.apk
wcg3294/FIR
Fast Incident Response
wcg3294/GP-MPC
MPC with Gaussian Process
wcg3294/howto-make-more-money
程序员如何优雅的挣零花钱
wcg3294/IPProxyPool
IPProxyPool代理池项目,提供代理ip
wcg3294/IT_book
本项目收藏这些年来看过或者听过的一些不错的常用的上千本书籍,没准你想找的书就在这里呢,包含了互联网行业大多数书籍和面试经验题目等等。有人工智能系列(常用深度学习框架TensorFlow、pytorch、keras。NLP、机器学习,深度学习等等),大数据系列(Spark,Hadoop,Scala,kafka等),程序员必修系列(C、C++、java、数据结构、linux,设计模式、数据库等等)
wcg3294/lc-all-solutions
My own leetcode solutions by python
wcg3294/lhy_DL_Hw
wcg3294/MachineLearningLab
Some experiments about Machine Learning
wcg3294/mhrv
Matlab toolbox for calculating Heart-Rate Variability metrics on ECG signals
wcg3294/MIT-Linear-Algebra-Notes
Notes for MIT-Linear-Algebra
wcg3294/mpc.pytorch
A fast and differentiable model predictive control (MPC) solver for PyTorch.
wcg3294/MPCPy
Open-source platform for model predictive control (MPC) in buildings.
wcg3294/my_orc_keras_verification_code_identification
本项目实现了ocr主流算法gru/lstm+ctc+cnn架构,进行不定长度验证码识别,达到不分割字符而识别验证码内容的效果。验证码内容包含了大小字母以及数字,并增加点、线、颜色、位置、字体等干扰项。本项目对gru +ctc+cnn、lstm+ctc+cnn、cnn三种架构进行了对比,实践说明同等训练下gru/lstm+ctc+cnn架构准确率和速度均明显优于cnn架构,gru +ctc+cnn优于lstm+ctc+cnn,在实验2500个样本数据200轮训练时,gru +ctc+cnn架构在500样本测试准确率达90.2%。本项目技术能够训练长序列的ocr识别,更换数据集和相关调整,即可用于比如身份证号码、车牌、手机号、邮编等识别任务,也可用于汉字识别。
wcg3294/NLP
NLP
wcg3294/nlp-journey
NLP 相关的一些文档、论文及代码, 包括主题模型(Topic Model)、词向量(Word Embedding)、命名实体识别(Named Entity Recognition)、文本分类(Text Classificatin)、文本生成(Text Generation)、文本相似性(Text Similarity)计算、机器翻译(Machine Translation)等,涉及到各种与nlp相关的算法,基于keras和tensorflow。
wcg3294/nlp_xiaojiang
XLNET句向量-相似度(text xlnet embedding),自然语言处理(nlp),闲聊机器人(检索式chatbot),BERT句向量-相似度(Sentence Similarity),文本分类(Text classification), 实体提取(ner,bert+bilstm+crf),数据增强(text augment enhance),同义句同义词生成,句子主干提取(mainpart),中文汉语短文本相似度,文本特征工程,keras-http-service调用
wcg3294/NMT-Coverage
Attention-based NMT with a coverage mechanism to indicate whether a source word is translated or not
wcg3294/pointer-generator-pytorch
implementation pointer-generator-network by pytorch and python3
wcg3294/py12306
🚂 12306 购票助手,支持分布式,多账号,多任务购票以及 Web 页面管理
wcg3294/PyAdvancedControl
Python codes for advanced control
wcg3294/python-control
The Python Control Systems Library is a Python module that implements basic operations for analysis and design of feedback control systems.
wcg3294/PythonLinearNonlinearControl
PythonLinearNonLinearControl is a library implementing the linear and nonlinear control theories in python.
wcg3294/pytorch-handbook
pytorch handbook是一本开源的书籍,目标是帮助那些希望和使用PyTorch进行深度学习开发和研究的朋友快速入门,其中包含的Pytorch教程全部通过测试保证可以成功运行
wcg3294/workflow
C++ Parallel Computing and Asynchronous Networking Engine. Simple C++ HTTP Client/Server.