上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 29 下一页
摘要: 关于非凸优化的方法, https://blog.csdn.net/kebu12345678/article/details/54926287 提到,可以把非凸优化转换为凸优化,通过修改一些条件。 非凸优化问题如何转化为凸优化问题的方法:1)修改目标函数,使之转化为凸函数2)抛弃一些约束条件,使新的可 阅读全文
posted @ 2018-08-15 17:19 morein2008 阅读(8686) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/maybe2030/p/5089753.html https://www.cnblogs.com/louyihang-loves-baiyan/p/5136447.html 阅读全文
posted @ 2018-08-15 16:41 morein2008 阅读(158) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/niedongri/article/details/71404314 https://blog.csdn.net/temanm/article/details/49406131 http://www.cnblogs.com/heiyexiaoguai/ h 阅读全文
posted @ 2018-08-15 14:55 morein2008 阅读(205) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_39521554/article/details/78896110 阅读全文
posted @ 2018-08-15 14:45 morein2008 阅读(553) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/bitcarmanlee/article/details/51935400 https://blog.csdn.net/u013089961/article/details/50069779 阅读全文
posted @ 2018-08-15 14:29 morein2008 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 来自:https://blog.csdn.net/kebu12345678/article/details/54926287 凸函数:如果函数f(x)的图像上方的点构成的集合是一个凸集的话,那么f(x)就是一个凸函数。 注意:此处的定义及内涵与百度百科不同,与英文的维基百科(https://en.w 阅读全文
posted @ 2018-08-15 00:02 morein2008 阅读(1045) 评论(0) 推荐(0) 编辑
摘要: 参考:python 把几个DataFrame合并成一个DataFrame——merge,append,join,conca 横向合并(扩展列):merge,类似SQL的join,内连接,外连接等。 纵向合并(扩展行):append 阅读全文
posted @ 2018-08-10 23:46 morein2008 阅读(476) 评论(0) 推荐(0) 编辑
摘要: 1. python自带的apply、filter、map函数、reduce函数,很多情况下可以代替for循环: map(func,list),对list的每个元素分别执行func函数操作,显然func函数的参数就是单个元素。 reduce(func,list),对list的每个元素都执行func函数 阅读全文
posted @ 2018-08-07 10:36 morein2008 阅读(3101) 评论(0) 推荐(0) 编辑
摘要: org.json可以解析json、把对象包装成json。API文档:http://resources.arcgis.com/en/help/arcobjects-java/api/arcobjects/com/esri/arcgis/server/json/JSONObject.html json. 阅读全文
posted @ 2018-08-05 13:58 morein2008 阅读(9136) 评论(0) 推荐(0) 编辑
摘要: http://sklearn.apachecn.org/cn/0.19.0/tutorial/statistical_inference/supervised_learning.html 阅读全文
posted @ 2018-08-02 23:51 morein2008 阅读(215) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 29 下一页