自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Ashero的博客

这个人很懒什么都不想留下

  • 博客(3)
  • 收藏
  • 关注

原创 高级编程技术(Python)作业17

Exercises for sklearn: Solution:from sklearn import datasets, cross_validation, metricsfrom sklearn.naive_bayes import GaussianNBfrom sklearn.svm import SVCfrom sklearn.ensemble import Rando...

2018-06-20 17:42:46 235

原创 高级编程技术(Python)作业16

题目来源: https://nbviewer.jupyter.org/github/schmit/cme193-ipython-notebooks-lecture/blob/master/Exercises.ipynb Solution:print("the mean of x and y:")print(anascombe.groupby(["dataset"])[['x', ...

2018-06-12 22:11:11 1722

原创 高级编程技术(Python)作业15

Exercises for Scipy Solution:import numpy as npimport scipy.linalgm = 10n = 5A = np.random.standard_normal((m, n))b = np.random.standard_normal((m, 1))x = scipy.linalg.lstsq(A, b)[0]norm...

2018-06-04 18:00:59 279

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除