在博客园设置--->页首html添加代码

<script src="http://latex.codecogs.com/latex.js" type="text/javascript"></script>

举例输入:

$y = \theta^{T}x + \theta^{T}x^{2}$
$\sum_{i=1}^{n=m}{\theta^{T}X^{(i)}}$

显示为:

$y = \theta^{T}x + \theta^{T}x^{2}$

$\sum_{i=1}^{n=m}{\theta^{T}X^{(i)}}$

 

用​ ​​​$ μ^1, μ^2, ..., μ^k $ 来表示聚类中心,

用  ​ ​​​$ c^{(1)}, c^{(2)}, ..., c^{(k)} $ 来存储与​ ​​​$ μ^1, μ^2, ..., μ^k $ 第​个实例数据最近的聚类中心的索引,K-均值算法的伪代码如下:

 

公式在线编辑器: https://www.codecogs.com/latex/eqneditor.php

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

相关文章:

  • 2022-01-07
  • 2021-12-31
  • 2021-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-17
  • 2021-12-23
猜你喜欢
  • 2021-10-22
  • 2021-10-19
  • 2022-03-07
  • 2022-02-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案