레이블이 2023 Summer인 게시물을 표시합니다. 모든 게시물 표시
레이블이 2023 Summer인 게시물을 표시합니다. 모든 게시물 표시

[DL-Dataset Distillation] Dataset Distillation (ArXiv'17)

  Chanwoo Hwang   8월 17, 2023    0 Comments
NoticeThis post is a summary of a presentation entitled 'What is Dataset Distillation' at C&A Lab 2023-Summer Deep Learning Seminar. The corresponding slide is available at Here.As can be inferred from the title

[DL-Adversarial Example] Understanding Adversarial Examples (3/4)

  Seunghun Paik   8월 15, 2023    0 Comments
IntroductionNOTE. This post is a summary of a presentation entitled "Understanding Adversarial Examples" at "C&A Lab 2023-Summer Deep Learning Seminar". The corresponding slide is available at HERE.ALSO NOTE. This is the third post for "Understanding Adversarial

[DL-Iris Recognition] IrisCode&UniNet

  Bora Jeong   8월 14, 2023    0 Comments
C&A Lab.Deep Learning Seminar, 2023 SummerTitle: Iris Recognition(slide)Date: 2023-08-02Introduction.The iris is a structure in the eyes, that is located between the pupil and the sclera(or the cornea). It is a well-known fact that the iris can

[DL-Adversarial Example] Understanding Adversarial Examples (2/4)

  Seunghun Paik   8월 13, 2023    0 Comments
IntroductionNOTE. This post is a summary of a presentation entitled "Understanding Adversarial Examples" at "C&A Lab 2023-Summer Deep Learning Seminar". The corresponding slide is available at HERE.ALSO NOTE. This is the second post for "Understanding

[C++ basic] STL ; Standard Template Library

  Hyunjung son   8월 08, 2023    0 Comments
 C++ study <STL:Standard Template Library>이 포스팅은  <공동환, 뇌를 자극하는 C++ STL>을 참고하여 써진 글입니다.C++ 언어에서 제공되는 표준 라이브러리이며, 구성 요소는 다음과 같다.⑴ 컨테이너 : 데이터(객체)를 저장하는 객체로 예를 들어, 벡터, 리스트, 스택 등이