Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mr-julyedu
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
baiguangyao
mr-julyedu
Commits
18ae0bf5
Commit
18ae0bf5
authored
Apr 02, 2020
by
zhanghaozhe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ml
parent
3d3e650e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
src/components/ml/pythomDes/InAction/index.js
+6
-6
No files found.
src/components/ml/pythomDes/InAction/index.js
View file @
18ae0bf5
...
@@ -7,12 +7,12 @@ class InAction extends Component {
...
@@ -7,12 +7,12 @@ class InAction extends Component {
{
{
image
:
'https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/mlCourse/m/project_1.png'
,
image
:
'https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/mlCourse/m/project_1.png'
,
title
:
' 基于KNN的电影推荐系统'
,
title
:
' 基于KNN的电影推荐系统'
,
detail
:
'基于Surprise库
在movielens数据集上实现基于KNN的
电影推荐系统。在此之前,你还将学习K近邻算法、协同过滤与推荐系统的本质。'
detail
:
'基于Surprise库
使用movielens数据集构建
电影推荐系统。在此之前,你还将学习K近邻算法、协同过滤与推荐系统的本质。'
},
},
{
{
image
:
'https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/mlCourse/m/project_2.png'
,
image
:
'https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/mlCourse/m/project_2.png'
,
title
:
' 使用线性回归预测股票走势'
,
title
:
' 使用线性回归预测股票走势'
,
detail
:
'基于Sklearn
库中的线性回归模块
实现Google股票走势预测。在此之前,你还将学习线性回归算法的相关细节与对应的代码实战。'
detail
:
'基于Sklearn
中的线性回归
实现Google股票走势预测。在此之前,你还将学习线性回归算法的相关细节与对应的代码实战。'
},
},
{
{
image
:
'https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/mlCourse/m/project_3.png'
,
image
:
'https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/mlCourse/m/project_3.png'
,
...
@@ -22,22 +22,22 @@ class InAction extends Component {
...
@@ -22,22 +22,22 @@ class InAction extends Component {
{
{
image
:
'https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/mlCourse/m/project_4.png'
,
image
:
'https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/mlCourse/m/project_4.png'
,
title
:
'基于朴素贝叶斯的垃圾邮件过滤'
,
title
:
'基于朴素贝叶斯的垃圾邮件过滤'
,
detail
:
'文本分类
技术是NLP领域较为常见的任务,本项目使用朴素贝叶斯算法对垃圾邮件和正常邮件进行分类,涉及分词和正则表达式的相关
内容。'
detail
:
'文本分类
是NLP领域较为常见的任务,本项目使用朴素贝叶斯对垃圾邮件和正常邮件进行分类,涉及分词和正则表达式的
内容。'
},
},
{
{
image
:
'https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/mlCourse/m/project_5.png'
,
image
:
'https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/mlCourse/m/project_5.png'
,
title
:
' 基于决策树的用户流失分析预测'
,
title
:
' 基于决策树的用户流失分析预测'
,
detail
:
'用户流失分析对于提升用户活跃度有
着重要的意义,本项目基于Sklearn中
的决策树算法实现流失用户预测,并对决策树进行可视化。'
detail
:
'用户流失分析对于提升用户活跃度有
重要的意义,本项目基于Sklearn
的决策树算法实现流失用户预测,并对决策树进行可视化。'
},
},
{
{
image
:
'https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/mlCourse/m/project_6.png'
,
image
:
'https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/mlCourse/m/project_6.png'
,
title
:
' 利用随机森林评估特征重要性'
,
title
:
' 利用随机森林评估特征重要性'
,
detail
:
'分析特征重要性对于机器学习建模有
着重要的意义,本项目基于Sklearn库
中的随机森林算法评估UCI葡萄酒数据的特征重要性。'
detail
:
'分析特征重要性对于机器学习建模有
重要的意义,本项目基于Sklearn
中的随机森林算法评估UCI葡萄酒数据的特征重要性。'
},
},
{
{
image
:
'https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/mlCourse/m/project_7.png'
,
image
:
'https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/mlCourse/m/project_7.png'
,
title
:
' 基于K-means实现图像分割'
,
title
:
' 基于K-means实现图像分割'
,
detail
:
'基于Sklearn
库中的Kmeans算法实现图像分割,将一幅图像分解成若干
互不相交区域的集合,本质上是一种像素聚类的过程。'
detail
:
'基于Sklearn
中的Kmeans算法实现图像分割,将一幅图像分解成
互不相交区域的集合,本质上是一种像素聚类的过程。'
},
},
],
],
showAll
:
false
,
showAll
:
false
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment