随笔分类 -  Machine Learning

Newton's Method
摘要:First note that we have Newton's Method in calculus and in optimization. Generally, Newton's Method is the one in calculus, which aims to find $x^\*$ ... 阅读全文

posted @ 2014-10-09 14:04 Alain_cs 阅读(169) 评论(0) 推荐(0)

BaseEstimator in Scikit-Learn
摘要:## How it looks likeVery simaple, just looks like as follows: class BaseEstimator(object): @classmethod def _get_param_names(cls): def ge... 阅读全文

posted @ 2014-10-09 14:01 Alain_cs 阅读(1144) 评论(0) 推荐(0)

导航