ML
[논문 리뷰] Asynchronous Methods for Deep Reinforcement Learning (A3C)
이번 논문에서는 강화학습을 비동기적이게 학습을 하게 만든 논문을 들고 왔다. 이 논문의 특이점이라고 한다면 보통의 학습에서 쓰이는 GPU를 사용하지 않고 CPU 코어들을 통한 병렬학습을 한다는 것이다. 이를 통해 Atari 벤치마크에서 새로운 기록을 세웠고 다른 도메인에서도 좋은 결과를 보여주는 모습이다. [1602.01783] Asynchronous Methods for Deep Reinforcement Learning (arxiv.org) Asynchronous Methods for Deep Reinforcement Learning We propose a conceptually simple and lightweight framework for deep reinforcement learning that..
부스트캠프 17주차 학습 일지 - Product Serving
사용한 기술 스택들: 1/10 월 학습한 것들: We use cloud service so that the server is up 24 hours. Serverless computing: the server is controlled by the cloud by uploading the code to the cloud Stateless Container: docker image-based server Object Storage: can store many types of files Database: for web/app Data Warehouse: database for data analysis CI: automating build and testing CD: automating deployment Wor..
부스트캠프 8주차 학습 일지 - AI 서비스 개발 기초
사용한 기술 스택들: 11/7 월 학습한 것들: MLOps: ML +Ops(operations) - 업무 자동화 - Machine Learning engineering + data engineering + cloud + infrastructure - 빠른 시간 내에 가장 적은 위험을 부담하며 아이디어 단계부터 production 단계까지 진행할 수 있도록 기술적 마찰 줄이기 Research ML vs Production ML: - static data vs dynamic data - good performance vs fast inference with good performance - SOTA vs stable - offline vs online MLOps components: Model Data, f..
LeNet-5으로 더욱더 정확한 손글씨 분류기 만들기: MNIST-2
사용한 기술 스택들: LimePencil/MNIST: MNIST model trained using various models, implemented in PyTorch (github.com) GitHub - LimePencil/MNIST: MNIST model trained using various models, implemented in PyTorch MNIST model trained using various models, implemented in PyTorch - GitHub - LimePencil/MNIST: MNIST model trained using various models, implemented in PyTorch github.com 오늘은 저번 포스팅에 이어서 손글씨 분류기를 만들어..
MNIST 데이터셋 활용해서 간단한 딥러닝으로 손글씨 분류기 만들기: MNIST-1
사용한 기술 스택들: LimePencil/MNIST: MNIST model trained using various models, implemented in PyTorch (github.com) GitHub - LimePencil/MNIST: MNIST model trained using various models, implemented in PyTorch MNIST model trained using various models, implemented in PyTorch - GitHub - LimePencil/MNIST: MNIST model trained using various models, implemented in PyTorch github.com 오늘은 MNIST라는 데이터셋을 사용해서 손글씨 분..