Jason‘s Blog


  • Home

  • About

  • Tags

  • Categories

  • Archives

  • Sitemap

  • Search

Simple_Linear_Regression

Posted on 2020-08-05
Words count in article: 588 | Reading time ≈ 2
Simple Linear RegressionIntuition线性回归是利用数理统计中回归分析,来确定两种或两种以上变量间相互依赖的定量关系的一种统计。在散点图上绘制一条直线,使得这条直线尽可能多通过数据点,要求出最佳拟合线需要求出回归方程y=a+bx,其中a为截距,b为回归系数,在方程中使得y ...
Read more »

pandas基础1

Posted on 2020-07-19
Words count in article: 1.9k | Reading time ≈ 8
pandas基础1pandas操作技巧:tab自动补全,shift+tab 显示方法中的参数等提示信息 Pandas Basics如何创建,读取文件的操作这里就不再提了。 Pandas Display Option and head() & tail()显示一张表格的内容我们可以直接输入da ...
Read more »

离散数学之逻辑

Posted on 2020-07-17
Words count in article: 3.5k | Reading time ≈ 19
离散数学之逻辑ConnectivesNegation (not): $\lnot$ (unary connective) 非 Conjunction (and): $\land$ (binary connective) ...
Read more »

plotly基础

Posted on 2020-07-12
Words count in article: 11.2k | Reading time ≈ 60
plotly基础图画学习自官方文档:https://plotly.com/python/ 保存图片:下载 plotly-orca package ,fig.write_image(“images/fig1.png”) 保存 运用plotly画图的步骤,主要可以分成三类,我尝试归纳一下: 使用 Pl ...
Read more »

seaborn基础

Posted on 2020-07-11
Words count in article: 10k | Reading time ≈ 47
Seaborn基础seaborn 是数据可视化中一个很重要的库。Seaborn是基于matplotlib的图形可视化python包。它提供了一种高度交互式界面,便于用户能够做出各种有吸引力的统计图表。 Seaborn是在matplotlib的基础上进行了更高级的API封装,从而使得作图更加容易,在大 ...
Read more »

numpy基础

Posted on 2020-07-10
Words count in article: 3.2k | Reading time ≈ 15
numpy基础教程: https://www.youtube.com/watch?v=QUT1VHiLmmI numpy documentation: https://numpy.org/doc/stable/numpy-user.pdf What is NumPyNumPy(Numerical P ...
Read more »

度量和投影

Posted on 2020-07-07
Words count in article: 0 | Reading time ≈ 1
Read more »

Java基础2

Posted on 2020-07-05
Words count in article: 11.2k | Reading time ≈ 45
Java基础2ClassesClasses and Objects我们常常混淆 类和对象的概念。我们可见简单的将类看作是一个模板。比如说我定义了一个车的类。这个类里面有一些属性(Fields)和一些方法(Methods): 而 Object 是 Class的实例。比如说 Car1,Car2,Car ...
Read more »

离散数学之图4

Posted on 2020-07-03 | In 图
Words count in article: 981 | Reading time ≈ 3
离散数学之图4我们在购物的时候,常常会收到宝贝推荐,那么网站是根据什么原理来推送给我们的呢? 我们需要了解协同过滤的概念. 也就是我们需要衡量两个对象之间的距离、亲和度 Community StructuresDefinitionCommunity structure indicates that ...
Read more »

数据科学与工程数学基础1

Posted on 2020-07-01
Words count in article: 7.6k | Reading time ≈ 30
第二章:向量与矩阵基础 课程 :http://mooc1.chaoxing.com/nodedetailcontroller/visitnodedetail?courseId=208843967&knowledgeId=282612421 第二讲:向量与矩阵的基本概念与运算2.1向量与矩阵的 ...
Read more »
<i class="fa fa-angle-left"></i>1…212223…44<i class="fa fa-angle-right"></i>

Jason

437 posts
11 categories
61 tags
GitHub E-Mail
Links
  • 友链:杨弘的博客
  • 友链:赵奕轲的博客
  • Like it, STAR ME
0%
© 2025 Jason