折叠
展开

随笔分类 -  机器学习

markdown文档编写公式技巧大全
摘要:1.如何插入公式 行中公式(放在文中与其它文字混编)可以用如下方法表示: 独立公式可以用如下方法表示: 自动编号的公式可以用如下方法表示: 例子: $ J_\alpha(x) = \sum_{m=0}^\infty \frac{( 1)^m}{m! \Gamma (m + \alpha + 1)} 阅读全文

posted @ 2020-03-21 22:47 TuringEmmy 阅读(634) 评论(0) 推荐(1) 编辑

sklearn概述
摘要:Simple and efficient tools for predictive data analysis Accessible to everybody, and reusable in various contexts Built on NumPy, SciPy, and matplotli 阅读全文

posted @ 2020-03-19 18:57 TuringEmmy 阅读(213) 评论(0) 推荐(0) 编辑

导航