knowledge_point
五毛钱特效()
这该死的无处安放的魅力ya~
展开
-
L1正则化方法(拉格朗日)和L2(岭回归)正则化方法的不同
https://blog.csdn.net/a13526863959/article/details/84314031转载 2019-04-04 09:46:38 · 1239 阅读 · 0 评论 -
Python 3.X -- list的切片操作
a[:] # a copy of the whole array a[start:] # items start through the rest of the array a[:stop] # items from the beginning through stop-1 a[start:stop] # items start through stop...转载 2019-05-04 21:40:04 · 703 阅读 · 0 评论