Skip to content

Commit

Permalink
Merge pull request #12 from 1eedaegon/master
Browse files Browse the repository at this point in the history
merge
  • Loading branch information
Trigger21 authored Apr 23, 2018
2 parents 8a77092 + 3aed57f commit df7691a
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 28 deletions.
5 changes: 4 additions & 1 deletion PROJECT2/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
# 2번째 플젝
# 2번째 플젝
### Freesound General-Purpose Audio Tagging Challenge
#### Can you automatically recognize sounds from a wide range of real-world environments?
https://www.kaggle.com/c/freesound-audio-tagging
38 changes: 16 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

## Second Challenge
<p>

### Freesound General-Purpose Audio Tagging Challenge
<br>
Can you automatically recognize sounds from a wide range of real-world environments?
<br>
https://www.kaggle.com/c/freesound-audio-tagging
<br>
기간: 4월 23일 (월요일) ~ 5월 3일 (목요일) 약 2주간
</p>
<br>
Expand All @@ -19,28 +26,15 @@
<pre> 엄선된 자료, 혹은 모듈식 개발에 끼워넣을 수 있는 완성된 코드만 올리는 공간입니다. </pre>
<br>

## 주제 의견
#### 음성
1. 오디오 데이터 주변환경인식
<br>

2. 아기울음소리 인식

<br>

3. 음성인식 영화추천 챗봇

#### 텍스트
1. 욕설 탐지
<br>

2. 메뉴 추천

#### 이미지
1. 외계인 형상 만들기
<br>

2. 인기 많은 연예인 예측
## 스케쥴표
<pre>
4월 25일까지 각자 모델 돌려보고 오기.
25일 5시 회의.
25~27일 최적화.
29일 회의.
5월 2일부터 피피티.
5월 4일 발표.
</pre>

## 지난 주제:
1. MNIST DIGITS RECOGNIZER
Expand Down
20 changes: 15 additions & 5 deletions x_ldg/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
## 프로젝트 1차 완료
## 1eedaegon - 이대곤(KYLius-method)

### 1. 다음 주제: 동사를 구분하여 작동하는 맛집챗봇(구상)
<p>
지역과 종류, 아침/점심/저녁 키워드를 입력하면 유사도가 가장 높은 메뉴 1개를 추천
</p>
### 1. 30분만에 개발하는 이미지 인식 프로그램 feat.99.5% 정확도 달성하기(완료)
- MNIST DIGITS RECOGNIZER
<pre>
2018. 4/9 ~ 4/20
캐글 MNIST 데이터셋을 가지고 99.5% 정확도로 숫자 이미지를 분류하는 모델, 프로그램을 만듬(Tensorflow, CNN 활용). <br>
데이터셋: https://www.kaggle.com/c/digit-recognizer
</pre>

### 2.
- Freesound General-Purpose Audio Tagging Challenge
<pre>
2018.4.23 ~ 5.4
캐글 free sound 데이터셋을 가지고 음성 분석하는 모델 혹은 프로그램 제작
</pre>

0 comments on commit df7691a

Please sign in to comment.