Skip to content

Commit

Permalink
소리 편집 기능 관련 추가 (#74)
Browse files Browse the repository at this point in the history
* 분류 모델, 확장 블록, 블록 탭 수정

- 빠진 블록 및 설명 추가
- 블록 이미지 화질 개선

* 소리 편집 기능 추가 등

- 소리 편집 기능 설명 추가
- 문서 순서 변경
- 기타 오탈자 등 수정
  • Loading branch information
flvrdoyster authored Feb 8, 2024
1 parent 354b661 commit 16902a9
Show file tree
Hide file tree
Showing 51 changed files with 205 additions and 190 deletions.
25 changes: 10 additions & 15 deletions source/user/block_model_classification.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: page
title: AI 모델 > 분류 - 숫자 모델
date: 2023-12-04 11:30:00
date: 2024-02-05 11:42:00
type: userGuide
category: "블록"
order: 35
---

# 분류 - 숫자 모델 공통 블록
# I. 분류 - 숫자 모델 공통 블록

## 1. 모델 다시 학습하기

Expand Down Expand Up @@ -62,14 +62,13 @@ order: 35
목록 상자(<img src="images/icon/dropdown-ai.png" style="zoom:50%;" />)를 클릭해서 클래스를 선택할 수 있어요.



-----


# 최근접 이웃(kNN) 알고리즘

![model-knn](images/card/model-knn.png)

# II. 최근접 이웃(kNN) 알고리즘

테이블의 숫자 데이터를 가장 가까운 이웃(k개)을 기준으로 각각의 클래스로 분류하는 모델을 학습합니다.


Expand Down Expand Up @@ -112,15 +111,13 @@ order: 35
+ `클래스 속성의 모든 항목`



-----



# 로지스틱 회귀 알고리즘

![model-lr](images/card/model-lr.png)

# III. 로지스틱 회귀 알고리즘

테이블의 숫자 데이터를 로지스틱 회귀 알고리즘을 활용해 각각의 클래스로 분류하는 모델을 학습합니다.


Expand Down Expand Up @@ -169,11 +166,10 @@ order: 35
-----



# 서포트 벡터 머신(SVM) 알고리즘

![model-svm](images/card/model-svm.png)

# IV. 서포트 벡터 머신(SVM) 알고리즘

테이블의 숫자 데이터를 서포트 벡터 머신 알고리즘을 활용해 각각의 클래스로 분류하는 모델을 학습합니다.


Expand Down Expand Up @@ -223,11 +219,10 @@ order: 35
-----



# 결정 트리 알고리즘

![model-tree](images/card/model-tree.png)

# V. 결정 트리 알고리즘

테이블의 숫자 데이터를 결정 트리 알고리즘을 활용해 각각의 클래스로 분류하는 모델을 학습합니다.


Expand Down
File renamed without changes
Binary file added source/user/images/tab/block-category.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
Binary file added source/user/images/tab/block-memo-button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added source/user/images/tab/block-pack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added source/user/images/tab/block-space.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/user/images/tab/block-zoom.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/user/images/tab/block.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added source/user/images/tab/sound-add.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/user/images/tab/sound-edit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/user/images/tab/sound-empty.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/user/images/tab/sound-list-example.png
Binary file added source/user/images/tab/sound-list.png
Binary file added source/user/images/tab/sound-modify.png
Binary file added source/user/images/tab/sound-select.png
File renamed without changes
Binary file added source/user/images/tab/sound-trim.png
Binary file added source/user/images/tab/sound-upload.png
Binary file added source/user/images/tab/sound.png
Binary file removed source/user/images/window/import-sound.png
Diff not rendered.
Binary file removed source/user/images/window/main-block-category.png
Diff not rendered.
Binary file removed source/user/images/window/main-block-memo.png
Diff not rendered.
Binary file removed source/user/images/window/main-block-pack.png
Diff not rendered.
Binary file removed source/user/images/window/main-block-space.png
Diff not rendered.
Binary file removed source/user/images/window/main-block-zoom.png
Diff not rendered.
Binary file removed source/user/images/window/main-block.png
Diff not rendered.
Binary file removed source/user/images/window/main-sound-list.png
Diff not rendered.
Binary file removed source/user/images/window/sound-add.png
Diff not rendered.
Binary file removed source/user/images/window/sound-select.png
Diff not rendered.
Binary file removed source/user/images/window/sound_tab_list_example.png
Diff not rendered.
4 changes: 2 additions & 2 deletions source/user/popup_model.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
layout: page
title: 인공지능 모델 학습하기
date: 2023-11-29 12:16:00
date: 2024-02-06 11:00:00
type: userGuide
category: "팝업"
order: 45
order: 42
---

## 인공지능 모델 학습하기 팝업
Expand Down
2 changes: 1 addition & 1 deletion source/user/popup_object.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: page
title: 오브젝트 추가하기
date: 2023-11-28 13:24:00
date: 2024-02-06 11:00:00
type: userGuide
category: "팝업"
order: 40
Expand Down
6 changes: 3 additions & 3 deletions source/user/popup_table.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
layout: page
title: 테이블 불러오기
date: 2023-11-29 12:22:00
date: 2024-02-06 11:00:00
type: userGuide
category: "팝업"
order: 43
order: 41
---

## 테이블 불러오기 팝업
Expand Down Expand Up @@ -169,7 +169,7 @@ order: 43

엔트리가 미리 준비한 기본 테이블입니다. 기본 테이블은 꾸준히 추가될 예정입니다.
테이블을 선택하고, 아래의 '추가하기' 버튼을 클릭해서 테이블 목록에 추가해요.
파란색 글씨(<span style="color:blue">하이퍼 링크</span>)를 클릭하면 해당 테이블을 활용하는 예시 작품이나 링크를 확인할 수 있습니다.
파란색 글씨(<span style="color:blue">하이퍼링크</span>)를 클릭하면 해당 테이블을 활용하는 예시 작품이나 링크를 확인할 수 있습니다.

따로 준비한 테이블이 없어도, 바로 기본 테이블을 선택해서 데이터 분석을 해볼 수 있어요. 테이블이 너무 많아서 원하는 테이블을 찾기 어렵다면 오른쪽 상단의 검색을 활용해 주세요.

Expand Down
32 changes: 16 additions & 16 deletions source/user/tab_block.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
layout: page
title: 블록 탭
date: 2023-12-04 11:42:00
date: 2024-02-05 11:42:00
type: userGuide
category: "화면의 구성 요소"
order: 6
---

## 블록 카테고리

<img src="images/window/main-block-category.png" alt="main-block" style="zoom:67%;" />
<img src="images/tab/block-category.png" alt="main-block" style="zoom:67%;" />



Expand Down Expand Up @@ -39,7 +39,7 @@ order: 6

## 블록 꾸러미

<img src="images/window/main-block-pack.png" alt="main-block-pack" style="zoom:67%;" />
<img src="images/tab/block-pack.png" alt="main-block-pack" style="zoom:67%;" />



Expand All @@ -51,7 +51,7 @@ order: 6

## 블록 조립소

<img src="images/window/main-block-space.png" alt="main-block-space" style="zoom:67%;" />
<img src="images/tab/block-space.png" alt="main-block-space" style="zoom:67%;" />



Expand All @@ -61,7 +61,7 @@ order: 6

블록 조립소의 빈 공간을 드래그하면 공간을 이동할 수 있어요.

+ 블록 조립소의 빈 공간을 마우스 우클릭한 뒤 '코드 정리하기'를 클릭하여 이 공간의 모든 블록을 정리할 수 있습니다.
블록 조립소의 빈 공간을 마우스 우클릭한 뒤 '코드 정리하기'를 클릭하여 이 공간의 모든 블록을 정리할 수 있습니다.

- **함수 블록 조립소**

Expand All @@ -71,7 +71,7 @@ order: 6

일반 블록 조립소와 마찬가지로 빈 공간을 드래그하면 공간을 이동할 수 있고, 마우스 우클릭하면 같은 메뉴를 사용할 수 있습니다.

<img src="images/window/main-func-assembly-space.png" alt="main-fuc-assembly-space" style="zoom:80%;" />
<img src="images/tab/block-func-assembly-space.png" alt="main-fuc-assembly-space" style="zoom:80%;" />



Expand All @@ -83,31 +83,31 @@ order: 6



![block-assembly](images/window/block-assembly.gif)
![block-assembly](images/tab/block-assembly.gif)



드래그하는 블록을 조립한 형상을 미리 볼 수 있어요. 이 때 블록을 놓으면 '착!' 소리와 함께 조립해요. 조립할 블록 개수에 제한은 없습니다.



![block-sepration](images/window/block-sepration.gif)
![block-sepration](images/tab/block-sepration.gif)



조립한 블록의 상위 블록을 드래그하면 조립한 블록 전체를 옮길 수 있고, 하위 블록을 드래그하면 분리할 수 있어요.



![block-combine-1](images/window/block-combine-1.gif)
![block-combine-1](images/tab/block-combine-1.gif)



값을 입력할 수 있는 값 블록(<img src="images/icon/value.png" style="zoom:50%;" />)에 같은 모양의 둥근 블록을 드래그하면 흰색 테두리가 나타납니다. 이 때 블록을 놓으면 결합할 수 있어요.



![block-combine-1](images/window/block-combine-2.gif)
![block-combine-1](images/tab/block-combine-2.gif)



Expand Down Expand Up @@ -145,7 +145,7 @@ order: 6



![memo-](images/window/memo.png)
![memo](images/tab/block-memo.png)



Expand All @@ -163,7 +163,7 @@ order: 6



![memo-fold](images/window/memo-fold.gif)
![memo-fold](images/tab/block-memo-fold.gif)



Expand All @@ -175,7 +175,7 @@ order: 6



![memo-size](images/window/memo-size.gif)
![memo-size](images/tab/block-memo-size.gif)



Expand All @@ -185,7 +185,7 @@ order: 6



![memo-connect-block](images/window/memo-connect-block.gif)
![memo-connect-block](images/tab/block-memo-connect.gif)



Expand All @@ -195,7 +195,7 @@ order: 6

메모를 마우스 우클릭하면 메모 복사 & 붙여넣기(복제), 메모 복사하기, 메모 삭제하기, 메모 접기, (메모가 블록과 결합했다면) 메모 분리하기가 가능합니다.

<img src="images/window/main-block-memo.png" alt="main-block-memo" style="zoom:67%;" />
<img src="images/tab/block-memo-button.png" alt="main-block-memo" style="zoom:67%;" />



Expand Down Expand Up @@ -228,7 +228,7 @@ order: 6

#### 확대/축소 기능

<img src="images/window/main-block-zoom.png" alt="main-block-zoom" style="zoom:67%;" />
<img src="images/tab/block-zoom.png" alt="main-block-zoom" style="zoom:67%;" />



Expand Down
Loading

0 comments on commit 16902a9

Please sign in to comment.