Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2021-1-capstone-design1
/
PKM_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
김민석
2021-06-18 18:19:19 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e8c072d67af0b09b2e6789788041988633dbe177
e8c072d6
1 parent
9dcc0144
Update README.md
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
README.md
README.md
View file @
e8c072d
...
...
@@ -26,7 +26,7 @@
데이터를 STFT 변환을 하여 저장한다.
### 2. Normal Data 학습
![
그림1
](
https://user-images.githubusercontent.com/57976156/122536990-14d6ee80-d060-11eb-946e-7e18341436c4.png
)
{: width="50" height="50"}
<img
src=
"https://user-images.githubusercontent.com/57976156/122536990-14d6ee80-d060-11eb-946e-7e18341436c4.png"
width=
"500"
height=
"200"
>
AE 기반의 Generator와 Discriminator를 통해 모델을 학습시킨다. 결과적으로 데이터 입력 시 정상데이터에 근접한 이미지를 출력해 준다.
### 3. 비정상 데이터 입력 시
...
...
Please
register
or
login
to post a comment