Commit 1b460921 by zhanghaozhe

ml修改

parent 07e21861
......@@ -39,9 +39,14 @@ class InAction extends Component {
title: ' 基于K-means实现图像分割',
detail: '基于Sklearn中的Kmeans算法实现图像分割,将一幅图像分解成互不相交区域的集合,本质上是一种像素聚类的过程。'
},
{
image: 'https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/mlCourse/m/project_8.png',
title: '基于SVM的人脸识别',
detail: '人脸识别是计算机视觉领域的一项重要技术,本项目基于Skeran中的SVM算法在Olivetti人脸数据集上进行简单的人脸分类。'
},
],
showAll: false,
initialShowCount: 7
initialShowCount: 8
}
render() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment