1
1
2
2
############
3
- Basic skills
3
+ ํต์ฌ ๊ธฐ์
4
4
############
5
- Learn the basics of model development with Lightning. Researchers and machine learning engineers should start here.
5
+
6
+ Lightning์ ์ฌ์ฉํ์ฌ ๋ชจ๋ธ ๊ฐ๋ฐ์ ๊ธฐ๋ณธ์ ๋ฐฐ์๋ณด์ธ์. ์ฐ๊ตฌ์์ ๋จธ์ ๋ฌ๋ ์์ง๋์ด๋ ์ฌ๊ธฐ์๋ถํฐ ์์ํ์๊ธธ ๊ถํฉ๋๋ค.
6
7
7
8
.. join_slack ::
8
9
:align: left
@@ -17,48 +18,48 @@ Learn the basics of model development with Lightning. Researchers and machine le
17
18
.. Add callout items below this line
18
19
19
20
.. displayitem ::
20
- :header: Level 1: Train a model
21
- :description: Learn the basics of training a model .
21
+ :header: Level 1: ๋ชจ๋ธ ํ์ตํ๊ธฐ
22
+ :description: ๋ชจ๋ธ ํ์ต์ ๊ธฐ๋ณธ์ ๋ฐฐ์๋ณด์ธ์ .
22
23
:button_link: ../model/train_model_basic.html
23
24
:col_css: col-md-6
24
25
:height: 150
25
26
:tag: basic
26
27
27
28
.. displayitem ::
28
- :header: Level 2: Add a validation and test set
29
- :description: Add validation and test sets to avoid over/underfitting .
29
+ :header: Level 2: ๊ฒ์ฆ ์ธํธ์ ํ
์คํธ ์ธํธ ์ถ๊ฐํ๊ธฐ
30
+ :description: ๊ฒ์ฆ ์ธํธ์ ํ
์คํธ ์ธํธ๋ฅผ ์ถ๊ฐํ์ฌ ๊ณผ์ ํฉ/๊ณผ์์ ํฉ์ ํผํ์ธ์ .
30
31
:button_link: /levels/basic_level_2.html
31
32
:col_css: col-md-6
32
33
:height: 150
33
34
:tag: basic
34
35
35
36
.. displayitem ::
36
- :header: Level 3: Use pretrained models
37
- :description: Learn how to use pretrained models with Lightning
37
+ :header: Level 3: ์ฌ์ ํ์ต๋ ๋ชจ๋ธ ์ฌ์ฉํ๊ธฐ
38
+ :description: ๋ผ์ดํธ๋์์ ์ด๋ป๊ฒ ์ฌ์ ํ์ต๋ ๋ชจ๋ธ์ ์ฌ์ฉํ๋์ง ๋ฐฐ์๋ณด์ธ์.
38
39
:button_link: ../advanced/transfer_learning.html
39
40
:col_css: col-md-6
40
41
:height: 150
41
42
:tag: basic
42
43
43
44
.. displayitem ::
44
- :header: Level 4: Enable script parameters
45
- :description: Add parameters to your script so you can run from the commandline .
45
+ :header: Level 4: ์คํฌ๋ฆฝํธ ๋งค๊ฐ๋ณ์ ํ์ฑํํ๊ธฐ
46
+ :description: ๋ช
๋ น์ค์์ ์คํฌ๋ฆฝํธ๋ฅผ ์คํํ ์ ์๋๋ก ๋งค๊ฐ๋ณ์๋ฅผ ์ถ๊ฐํ์ธ์ .
46
47
:button_link: ../common/hyperparameters.html
47
48
:col_css: col-md-6
48
49
:height: 150
49
50
:tag: basic
50
51
51
52
.. displayitem ::
52
- :header: Level 5: Understand and visualize your model
53
- :description: Remove bottlenecks and visualize your model
53
+ :header: Level 5: ๋ชจ๋ธ์ ์ดํดํ๊ณ ์๊ฐํํ๊ธฐ
54
+ :description: ๋ณ๋ชฉ(bottleneck)์ ์ ๊ฑฐํ๊ณ ๋ชจ๋ธ์ ์๊ฐํํด๋ณด์ธ์.
54
55
:button_link: ../levels/basic_level_5.html
55
56
:col_css: col-md-6
56
57
:height: 150
57
58
:tag: basic
58
59
59
60
.. displayitem ::
60
- :description: Use your model for predictions.
61
- :header: Level 6: Predict with your model
61
+ :header: Level 6: ๋ชจ๋ธ์ ์ฌ์ฉํ์ฌ ์์ธกํ๊ธฐ
62
+ :description: ๋ชจ๋ธ์ ์ฌ์ฉํ์ฌ ์์ธกํด๋ณด์ธ์.
62
63
:button_link: core_level_6.html
63
64
:col_css: col-md-6
64
65
:height: 150
0 commit comments