Skip to content

YongBeomKim/Tacademy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

T-Academy 2018 머신러닝 스터디


5월 12일 - Seq2Seq2 구조 스터디

Seq2Seq2 모델 개념셜명 및 질의응답 (진행 : 주원)

http://dalpo0814.tistory.com/45

아래 이미지를 누르면 스터디 녹화 YouTube 와 연결

Video Label

5월 26일 - COCO 데이터 데이터 살펴보기

github (https://github.com/cocodataset/cocoapi)

Terminal Concole 작업

install pycocotools locally

python setup.py build_ext --inplace
rm -rf build

install pycocotools to the Python site-packages

python setup.py build_ext install
rm -rf build

의존성 모듈 설치하기

pip3 install Cpython
cd PythonAPI 
python install setup.py