puxuefei's Stars
mementum/backtrader
Python Backtesting library for trading strategies
TheSnowGuru/PyTrader-python-mt4-mt5-trading-api-connector-drag-n-drop
Open Source Trading Strategies & End-to-End solution connecting Metatrader4 & Metatrader5 💹 with Python with a simple drag and drop EA. Fully tested bug free & efficient solution for live & paper trading⭐ Full Documentation ready. Lightweight, efficient and stable implementation 🔥
keras-team/keras-contrib
Keras community contributions
haiker2011/awesome-nlp-sentiment-analysis
:book: 收集NLP领域相关的数据集、论文、开源实现,尤其是情感分析、情绪原因识别、评价对象和评价词抽取方面。
marcotcr/lime
Lime: Explaining the predictions of any machine learning classifier
aespresso/a_journey_into_math_of_ml
汉语自然语言处理视频教程-开源学习资料
Jacen789/HotNewsAnalysis
利用文本挖掘技术进行新闻热点关注问题分析
lliuz/KeigoHigashino
数据挖掘大作业, 东野圭吾小说集文本挖掘
songyouwei/ABSA-PyTorch
Aspect Based Sentiment Analysis, PyTorch Implementations. 基于方面的情感分析,使用PyTorch实现。
HanlynnKe/nlp-demo
O2O商铺食品安全相关评论发现
DefuLi/Emotional-Analysis-Transformers2.0-Bert
本项目的数据来自“互联网新闻情感分析”赛题。基于Transformer2.0库中的中文Bert模型,对新闻语料进行三分类。
linuzb/emoAna
互联网新闻情感分析 Emotional Analysis of Internet News
gubertoli/ProbingDataset
Dataset of Probing Attacks (Port Scan) performed with nmap, unicornscan, hping3, zmap and masscan
NLP-LOVE/ML-NLP
此项目是机器学习(Machine Learning)、深度学习(Deep Learning)、NLP面试中常考到的知识点和代码实现,也是作为一个算法工程师必会的理论基础知识。
ronghuihu/CICFLOWMETER
rasbt/mlxtend
A library of extension and helper modules for Python's data analysis and machine learning libraries.
tatsumiw/ChiMerge
对数据框中的某个变量进行有监督的分箱操作
bentrevett/pytorch-seq2seq
Tutorials on implementing a few sequence-to-sequence (seq2seq) models with PyTorch and TorchText.
bartdag/pymining
A few data mining algorithms in pure python
SophonPlus/ChineseNlpCorpus
搜集、整理、发布 中文 自然语言处理 语料/数据集,与 有志之士 共同 促进 中文 自然语言处理 的 发展。
jivoi/awesome-ml-for-cybersecurity
:octocat: Machine Learning for Cyber Security
scikit-learn/scikit-learn
scikit-learn: machine learning in Python
ziishaned/learn-regex
Learn regex the easy way
EpistasisLab/tpot
A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.
gasparian/target-likelihood-encoding
Generate target statistics
zergtant/pytorch-handbook
pytorch handbook是一本开源的书籍,目标是帮助那些希望和使用PyTorch进行深度学习开发和研究的朋友快速入门,其中包含的Pytorch教程全部通过测试保证可以成功运行
ContinuumIO/gtc2019-numba
Numba tutorial for GTC2019
ogrisel/pygbm
Experimental Gradient Boosting Machines in Python with numba.
aldro61/pu-learning
Positive and unlabeled learning wrappers for scikit-learn
Nana0606/student_and_teacher_classifier
通过科研人员论文项目等数据,训练识别导师/学生的分类器。代码包括特征选择基础、网格搜索确定特征选择方法参数、不平衡数据的处理(oversampling、undersampling)和pu-learning方法在此问题上的应用