2019年6月27日

机器学习面试

摘要: "史上最全!41道 Machine Learning 高频面试题都在这里了。" "如何准备机器学习工程师的面试 ?" 阅读全文

posted @ 2019-06-27 20:36 Frank_Allen 阅读(180) 评论(0) 推荐(0) 编辑

L1不可导的时候该怎么办

摘要: 坐标轴下降法 比较浅显的解释: "坐标轴下降法(解决L1正则化不可导的问题)" 以代码进行简单入门的博客(演示的代价函数是可导的): "Coordinate descent in Python" "Introduction to Coordinate Descent using Least Squa 阅读全文

posted @ 2019-06-27 20:02 Frank_Allen 阅读(3592) 评论(0) 推荐(0) 编辑

使用Python进行层次聚类

摘要: 使用 scipy.cluster.hierarchy.linkage进行层次聚类 from scipy.cluster.hierarchy import dendrogram, linkage,fcluster from matplotlib import pyplot as plt X = [[i 阅读全文

posted @ 2019-06-27 14:41 Frank_Allen 阅读(1179) 评论(0) 推荐(0) 编辑

导航