
이미지 분류(CNN)
Quiz
•
Computers
•
11th Grade
•
Practice Problem
•
Hard
S Chung
Used 9+ times
FREE Resource
Enhance your content in a minute
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 10 pts
다음 중 데이터 정규화(nomalization)에 대한 코드는?
(x_train, y_train), (x_test, y_test) = cifar10.load_data()
x_train = x_train.astype('float32') / 255.0
y_train = to_categorical(y_train)
print(y_train.shape, y_train.dtype)
2.
MULTIPLE CHOICE QUESTION
30 sec • 10 pts
다음 중 원-핫 인코딩(one-hot encoding)에 대한 코드는?
(x_train, y_train), (x_test, y_test) = cifar10.load_data()
x_train = x_train.astype('float32') / 255.0
y_train = to_categorical(y_train)
print(y_train.shape, y_train.dtype)
3.
MULTIPLE CHOICE QUESTION
30 sec • 10 pts
신경망 학습 시 특정 네트워크 층의 유닛을 고정된 개수만큼 선택하여 제외한다. 이로써 과대적합을 방지할 수 있다. 무엇을 의미하는가?
은닉층
풀링
합성곱
드롭아웃
4.
MULTIPLE CHOICE QUESTION
30 sec • 10 pts
다음 중 합성곱 층에 해당하는 코드는?
model.add(Dense(512, activation = 'relu'))
model.add(Conv2D(64, (3, 3), activation = 'relu'))
model.add(MaxPooling2D(pool_size = (2, 2)))
model.add(Dropout(0.25))
5.
MULTIPLE CHOICE QUESTION
30 sec • 10 pts
다음 중 풀링 층에 해당하는 코드는?
model.add(Dense(512, activation = 'relu'))
model.add(Conv2D(64, (3, 3), activation = 'relu'))
model.add(MaxPooling2D(pool_size = (2, 2)))
model.add(Dropout(0.25))
6.
MULTIPLE CHOICE QUESTION
30 sec • 10 pts
합성곱 층을 통과한 이미지는 완전연결층으로 연결하기 위해서 이미지를 일렬로 펼쳐서 신경망으로 만들어야 한다. 이에 해당하는 코드는?
model.add(Dense(512, activation = 'relu'))
model.add(Conv2D(64, (3, 3), activation = 'relu'))
model.add(MaxPooling2D(pool_size = (2, 2)))
model.add(Flatten())
7.
MULTIPLE SELECT QUESTION
30 sec • 10 pts
다음은 모델을 컴파일 하기 위한 코드이다. (1)에 들어갈 수 있는 코드를 모두 고르면?
model.compile(loss = '(1)', optimizer = '(2)', metrics = ['accuracy'])
categorical_crossentropy
adam
RMSprop
crossentropy
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
10 questions
Advanced HTML
Quiz
•
10th - 12th Grade
10 questions
Topologies and Architecture
Quiz
•
9th - 12th Grade
10 questions
POST TEST BASIS DATA KELAS 11
Quiz
•
11th Grade
15 questions
Word Lesson 6
Quiz
•
9th - 12th Grade
15 questions
Premiere Pro Buttons
Quiz
•
9th - 12th Grade
10 questions
Post-Test Routing
Quiz
•
11th Grade
10 questions
Quiz Jaringan Komputer
Quiz
•
9th - 12th Grade
15 questions
Digital Etiquette
Quiz
•
4th Grade - University
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
9 questions
FOREST Community of Caring
Lesson
•
1st - 5th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
14 questions
General Technology Use Quiz
Quiz
•
8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
19 questions
Thanksgiving Trivia
Quiz
•
6th Grade
