Artificial intelligence: the CNIL publishes a set of resources for professionals

21 September 2022

Tackling multiple tasks with a single visual language model

https://www.deepmind.com/blog/tackling-multiple-tasks-with-a-single-visual-language-model

특별 기고_유럽연합 인공지능법안의 개요 및 대응방안

[2021. 9. 2호] 특별 기고_유럽연합 인공지능법안의 개요 및 대응방안

GPT4

뇌과학의 발전과 형법적 패러다임 전환에 관한 연구

뇌과학의 발전과 형법적 패러다임전환에 관한 연구

Machine Learning in Korea @ ICLR’20 행사

Machine Learning in Korea @ ICLR’20 행사의 프로그램이 확정되었습니다. 조경현 교수님 강연과 KAIST, 서울대, Postech, UPenn,…

NVIDIA Jetson Nano & Jetson inference – PART5 (PLAY MP3, TTS)

[Play MP3 File] For wav you can use aplay. For mp3 you can use mpg123. (Google…

NVIDIA Jetson Nano & Jetson inference – PART4 (CAM&YOLO3)

Base code : https://github.com/jkjung-avt/tensorrt_demos#yolov3 Updated Code : https://github.com/min-sangshik/tensorrt_demos [sample command]python3 trt_yolov3.py --model yolov3-608 --usb --vid 0…

NVIDIA Jetson Nano & Jetson inference – PART2 (Classification Training 2020/2/13)

A. Jetson-Nano에서 Training을 직접 시키는 방법 jetson-inference/python/training/classification : Classification은 설명이 자세히 나와있음 :https://github.com/dusty-nv/jetson-inference/blob/master/docs/pytorch-transfer-learning.md (에러발생) same error…

NVIDIA Jetson Nano & Jetson inference – PART3 (Detection Training&JPG Inference)

PC/Server에서 Darknet Training -> Jetson-Nano로 반영하는 방법 (가장 바람직한 방법, YOLO3 테스트 2020/2/23) # darknet yolov3…