Skip to Content
안전한 인공지능 시스템을 위한 심층 신경망 강화
book

안전한 인공지능 시스템을 위한 심층 신경망 강화

by 김영하, 케이티 워
December 2020
Beginner to intermediate
256 pages
5h 15m
Korean
Hanbit Media, Inc.
Content preview from 안전한 인공지능 시스템을 위한 심층 신경망 강화
218
4
방어
NOTE
_
다른 공격을 사용해 적대적 훈련을 받은 모델 테스트
주피터 노트북을 이용하면 다양한 공격을 사용해 적대적 훈련을 추로 실험하여 훈련 데이터를 생성할 수
있습니다. 다른 공격을 사용해 생성한 테스트 데이터와 비교하여 생성한 모델을 확인할 수도 있습니다. 테스
트 공격이 모델 훈련에 사용한 공격과 유사하지 않은 경우, 결과 혼동 행렬은 결과 데이터를 [그림
10
-
3
]에
표시한 것처럼 효과적으로 분류할 수 없습니다.
첫 번째 단계는 적대적 훈련을 받은 모델을 사용해 테스트 데이터를 재생성하는 것입니다.
x
_
test
_
adv
_
images2
라고 부르겠습니다.
fmodel_adv = foolbox.models.TensorFlowModel.from_keras(model_adv, bounds=(0, 1)) ➊
attack_fn = foolbox.attacks.GradientSignAttack(fmodel_adv,
criterion=attack_criterion,
distance=foolbox.distances.Linnity)
(x_test_adv_images2, x_test_adv_perturbs2, x_test_labels2) =
generate_adversarial_data(original_images = x_images,
predictions ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

코드로 인프라 관리하기: 효율적인 인프라 관리를 위한 자동화 방법

코드로 인프라 관리하기: 효율적인 인프라 관리를 위한 자동화 방법

강재준
실무자를 위한 그래프 데이터 활용법

실무자를 위한 그래프 데이터 활용법

마티아스 브뢰헬러, 데니즈 고즈넬

Publisher Resources

ISBN: 9791162243534