Python启发式算法项目案例
文章平均质量分 53
一些路径规划、遗传算法之类的讲解与实战案列
不懂六月飞雪
这个作者很懒,什么都没留下…
展开
-
规划问题简介与ortools求解简单线性规划问题举例
文章目录前言规划问题简介ortools求解简单线性规划问题举例总结前言什么是AI?The theory and development of computer systems able to perform tasks normally requiring human intelligence.(–Oxford Dictionary)Using data to solve problems.(–cy)规划问题简介看到线性规划问题,有没有让你想起峥嵘的高中岁月?高考数学大题第4题,一般就是卷子原创 2021-03-24 11:34:15 · 952 阅读 · 0 评论 -
使用遗传算法求解旅行商问题(TSP)
文章目录前言问题描述步骤总结前言什么是AI?The theory and development of computer systems able to perform tasks normally requiring human intelligence.(–Oxford Dictionary)Using data to solve problems.(–cy)问题描述如果使用机器学习的话,没有lable和经验,所以使用不了。如果使用暴力穷举,第一个城市有50个选择,下一个有49个,再下一个原创 2021-03-20 13:45:10 · 438 阅读 · 0 评论 -
遗传算法简介与举例
文章目录前言遗传算法简介使用举例总结前言很多优化问题,用机器学习是搞定不了的,这个时候需要用到一些启发式算法比如遗传算法。遗传算法简介使用举例(最近时间精力有限,代码步骤见gitee):遗传算法简介与举例总结(如果您发现我写的有错误,欢迎在评论区批评指正)...原创 2021-03-20 13:22:30 · 168 阅读 · 0 评论 -
RFM分层管理(以智能供应链数据为例)
文章目录前言RFM概念举例总结前言什么是AI?The theory and development of computer systems able to perform tasks normally requiring human intelligence.(–Oxford Dictionary)Using data to solve problems.(–cy)RFM概念主要是根据消费间隔、消费频率、消费金额来对用户分类管理,然后做出不同的对待策略。举例(最近时间精力有限,代码步骤注解原创 2021-03-18 20:40:14 · 212 阅读 · 0 评论 -
帕累托法则举例
文章目录前言帕累托法则简介简单举例总结前言什么是AI?The theory and development of computer systems able to perform tasks normally requiring human intelligence.(–Oxford Dictionary)Using data to solve problems.(–cy)帕累托法则简介简单举例(最近时间精力有限,具体代码注解见gitee):帕累托法则举例总结(如果您发现我写的有错误,欢原创 2021-03-18 10:11:02 · 1399 阅读 · 0 评论