codewithzichao / Machine_Learning_CodeLinks
《统计学习方法》与常见机器学习模型(GBDT/XGBoost/lightGBM/FM/FFM)的原理讲解与python和类库实现
☆236Updated 5 years ago
Alternatives and similar repositories for Machine_Learning_Code
Users that are interested in Machine_Learning_Code are comparing it to the libraries listed below
Sorting:
- 基于真实业务上手数据挖掘(银行流失预警):数据的处理、LightGBM、skLearning 包(里面含有:GridSearchCV寻找最优参、StratifiedKFold分层5折切分、_test_Split单次数据切分等)、叠层模型融合、画AUC图、画混淆矩阵图,并输出预…☆96Updated 3 years ago
- 使用sklearn做特征工程☆172Updated 6 years ago
- 李航统计学习方法(第二版)的学习笔记,包括:1、每章重点公式的手动推导 2、每章算法的Python自实现 3、学习过程中的笔记与心得 4、每章节的课后习题 5、每周都会按照至少一周一章的进度定时将自己的学习进度更新到这个仓库☆123Updated 4 years ago
- 阿里天池与Datawhale联合举办二手车价格预测比赛:优胜奖方案代码总结☆113Updated 2 years ago
- 《机器学习:软件工程方法与实现》Method and implementation of machine learning software engineering☆187Updated 2 years ago
- Statsmodels: Python中的统计建模与计量统计学类库,此为ApacheCN推出的中文版翻译。☆173Updated 4 years ago
- Python实现经典分类回归、关联分析、聚类以及推荐算法等☆215Updated 6 years ago
- TF2.0 / TensorFlow 2.0 / TensorFlow2.0 官方文档中文版☆229Updated 4 years ago
- A practical feature engineering handbook☆326Updated 5 years ago
- ☆85Updated 5 years ago
- 本repo使用tensorflow2实现NLP中常见的模型:文本相似度分析、文本摘要、文本生成、机器翻译......(持续更新中)☆28Updated 5 years ago
- WeChat Official Accounts, zhihu and CSDN'blog code☆264Updated 5 years ago
- 【Numpy 手写实现】SVM 支持向量机 | KNN K近邻 | Kmeans | Logistic Regression 逻辑回归 | Maximum Entropy 最大熵 | Naive Bayes 朴素贝叶斯 | Perception 感知机 | Decision…☆209Updated 5 years ago
- 记录我学习数据挖掘过程的笔记和见到的奇技☆121Updated 6 years ago
- 开源的各大比赛baseline☆376Updated 2 years ago
- 机器学习&深度学习资料笔记&基本算法实现&资源整理(ML / CV / NLP / DM...)☆228Updated last year
- 机器学习有关算法和实例☆98Updated 4 years ago
- 🤓 Important machine learning knowledge, each article deeply analyzes theoretical knowledge☆118Updated 5 years ago
- 这是一个完整的,端到端的机器学习项目,非常适合有一定基础后拿来练习,以提高对完整机器学习项目的认识☆387Updated 6 years ago
- 数据科学/人工智能比赛解决方案汇总☆532Updated 4 years ago
- 主要存储Datawhale组队学习中“SQL”方向的资料。☆181Updated 3 years ago
- 本人多次机器学习与大数据竞赛Top5的经验总结,满满的干货,拿好不谢☆397Updated 4 years ago
- 《智能风控实践指南:从模型、特征到决策》代码。 《智能风控实践指南:从模型、特征到决策》书籍配套Python代码。☆114Updated 2 years ago
- recommendation algorithm 1) CF 2) ContentBased 3) Item2Vec 4) LFM 5)LR 6)PR 7) Tree 8) WD 9) MMOE☆9Updated 2 years ago
- cnn+rnn+attention: vgg(vgg16,vgg19)+rnn(LSTM, GRU)+attention, resnet(resnet_v2_50,resnet_v2_101,resnet_v2_152)+rnnrnn(LSTM, GRU)+attentio…☆208Updated 4 years ago
- 天池竞赛-智慧海洋开源代码☆54Updated 5 years ago
- 2019年CCF大数据与计算智能大赛乘用车细分市场销量预测冠军解决方案☆259Updated 5 years ago
- 为机器学习的入门者提供多种基于实例的sklearn、TensorFlow以及自编函数(AnFany)的ML算法程序。☆434Updated 3 years ago
- Food recomendation based on Knowledge Graph and GNN.☆126Updated 4 years ago
- 用python和sklearn两种方法实现李航《统计学习方法》中的算法☆338Updated 7 years ago