본문 바로가기

Ai_ML_DL_RL/Ai_ML_DL 일반3

Google Colaboratory에서 세션 종료를 방지하는 방법 Goole Colaboratory는 90분 동안 아무런 interaction이 없거나, 12시간이 지나면 세션이 종료가 된다. 머신러닝 학습을 돌려놓고 90분 이상 아무런 웹 interaction을 주지 않으면, 바로 끊긴다는 건데, 이를 자바스크립트 코드로 방지하는 방법이 있다. 1. 우선 Chrome 기준으로 아래와 같은 View-Developer-JavaScript Console 창을 열어준다. 2. 콘솔창 하단에 코드 입력할 수 있는 곳에다 아래의 명령을 입력한다. 그러면 매 1분마다 콘솔 창에 "Session Timeout 방지"라는 문구와 함께 세션이 종료되는 것을 방지해 준다. function ClickConnect(){ console.log("Session Timeout 방지"); docu.. 2021. 1. 6.
인공지능 관련 유용한 사이트 Keras Keras Applications are deep learning models that are made available alongside pre-trained weights. These models can be used for prediction, feature extraction, and fine-tuning. Model Zoo Open source deep learning code and pretrained models. Papers with Code 트랜디한 연구들에 대한 논문 및 소스 코드 공개 Kaggle 머신러닝과 딥러닝을 활용한 데이터 사이언스 대회 공개된 소스코드와 데이터셋을 활용하기 좋은 사이트 2021. 1. 4.
인공지능 관련 학회 NIPS(The Conference and Workshop on Neural Information Processing Systems) 이미지와 자연어 처리 관련 분야 ICML(International Conference on Machine Learning) 기계학습 관련 분야 CVPR(Conference on Computer Vision and Pattern Recognition), ICCV(International Conference on Computer Vision), ECCV(European Conference on Computer Vision) 컴퓨터 비젼, 영상 관련 분야 ACL(Association for Computational Linguistics) 자연어 처리 분야 2021. 1. 4.