Skip to content

Commit d95a275

Browse files
committed
修改目录
1 parent 41d04bd commit d95a275

File tree

6 files changed

+71
-11
lines changed

6 files changed

+71
-11
lines changed

docs/.vuepress/config/navConf.js

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,25 @@ module.exports = [
4747
link: "/python/",
4848
},
4949
{
50-
text: 'DeepSeek',
51-
link: '/deepseek/',
50+
text: '人工智能',
51+
items: [
52+
{
53+
text: "机器学习",
54+
link: "/ai/ml/",
55+
},
56+
{
57+
text: "深度学习",
58+
link: "/ai/dl/",
59+
},
60+
{
61+
text: "NLP",
62+
link: "/ai/nlp/",
63+
},
64+
{
65+
text: "Deepseek",
66+
link: "/deepseek/",
67+
}
68+
]
5269
},
5370
{
5471
text: "Vue",

docs/.vuepress/config/sidebarConf.js

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,35 @@ module.exports = {
119119
],
120120
},
121121
],
122+
122123
"/deepseek/": [
123124
{
124125
title: "DeepSeek",
125126
collapsable: false,
126127
children: ["", "deepseek-intro", "deepseek-1", "deepseek-2","deepseek-3", "deepseek-4" ],
127128
},
128129
],
130+
"/ai/ml/": [
131+
{
132+
title: "机器学习",
133+
collapsable: false,
134+
children: [""],
135+
},
136+
],
137+
"/ai/dl/": [
138+
{
139+
title: "深度学习",
140+
collapsable: false,
141+
children: ["", "t1-gzj"],
142+
},
143+
],
144+
"/ai/nlp/": [
145+
{
146+
title: "自然语言处理",
147+
collapsable: false,
148+
children: [""],
149+
},
150+
],
129151
"/haskell/": [
130152
{
131153
title: "HASKELL",
@@ -189,13 +211,6 @@ module.exports = {
189211
],
190212
},
191213
],
192-
"/ai/": [
193-
{
194-
title: "AI",
195-
collapsable: false,
196-
children: ["", "t1-gzj"],
197-
},
198-
],
199214
"/figma/": [
200215
{
201216
title: "FIGMA",

docs/ai/dl/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: "深度学习"
3+
date: 2025-02-03
4+
tags:
5+
- ai
6+
- dl
7+
- 深度学习
8+
sitemap:
9+
exclude: false
10+
changefreq: hourly
11+
---
12+
13+
深度学习学习笔记
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
---
2-
title: "简介"
2+
title: "机器学习"
33
date: 2021-02-03
44
tags:
55
- ai
6+
- ml
7+
- 机器学习
68
sitemap:
79
exclude: false
810
changefreq: hourly
911
---
1012

11-
AI 学习笔记
13+
深度学习学习笔记
File renamed without changes.

docs/ai/nlp/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: "自然语言处理"
3+
date: 2025-02-03
4+
tags:
5+
- ai
6+
- nlp
7+
- 自然语言处理
8+
sitemap:
9+
exclude: false
10+
changefreq: hourly
11+
---
12+
13+
自然语言处理学习笔记

0 commit comments

Comments
 (0)