전체 글(45)
-
[논문 정리]End-To-End Memory Networks
https://arxiv.org/abs/1503.08895 End-To-End Memory Networks We introduce a neural network with a recurrent attention model over a possibly large external memory. The architecture is a form of Memory Network (Weston et al., 2015) but unlike the model in that work, it is trained end-to-end, and hence requires signifi arxiv.org Authors: Sainbayar Sukhbaatar, Arthur Szlam, Jason Weston, Rob Fergus S..
2020.07.12 -
리눅스 커널(운영체제) 도움 사이트 링크
강의노트 1: https://medium.com/pocs/%EB%A6%AC%EB%88%85%EC%8A%A4-%EC%BB%A4%EB%84%90-%EC%9A%B4%EC%98%81%EC%B2%B4%EC%A0%9C-%EA%B0%95%EC%9D%98%EB%85%B8%ED%8A%B8-1-d36d6c961566 리눅스 커널(운영체제) 강의노트 [1] 커널을 공부하는 마음가짐 medium.com 강의노트 4: https://medium.com/pocs/%EB%A6%AC%EB%88%85%EC%8A%A4-%EC%BB%A4%EB%84%90-%EC%9A%B4%EC%98%81%EC%B2%B4%EC%A0%9C-%EA%B0%95%EC%9D%98%EB%85%B8%ED%8A%B8-4-a370006c69b1 리눅스 커널(운영체제) 강의..
2020.07.10 -
Docker 설명 사이트
아래는 참고사이트의 내용을 정리한 요약본입니다. 모든 출처는 아래의 사이트에 있습니다. Docker란? - 2013년에 등장한 컨테이너 기반 가상화 도구. - 현재 Go 언어로 개발되고 있으며, 2014년에 1.0버전을 발표하고 2020년 현재는 19.03.8버전이다. - 도커는 리눅스 상에서 컨테이너 방식으로 프로세스를 격리해서 실행,관리 - 이미지를 기반으로 컨테이너를 실행. - 이미지 파일은 원격 저장소를 사용해 쉽게 공유 가능. 컨테이너란? - 기존의 가상머신에서는 호스트 머신에 가상화된 하드웨어와 OS를 구축함으로써, 호스트와는 다른 환경을 구축. - 컨테이너는 하드웨어를 소프트웨어로 재구현하는 가상머신과는 달리 프로세스의 실행 환경을 격리 - 호스트 입장에서 컨테이너는 단순히 프로세스. - L..
2020.07.09 -
데이터 전처리
python3 hwp --> txt https://suspected.tistory.com/141 [pyhwp] HWP 파일을 다양한 확장자로 변환하기 - 1 작업을 하는 도중에 HWP 안의 글을 파싱해서 가져와야 하는 작업이 있었는데, 한글이 암호화가 잘 되어있는지, read 함수로 읽어보아도, 알아볼 수 없는 문자로 출력이 되어서 당황스럽습니다. 하� suspected.tistory.com https://wikidocs.net/67848 위키독스 온라인 책을 제작 공유하는 플랫폼 서비스 wikidocs.net How to use olefile - API overview https://olefile.readthedocs.io/en/latest/Howto.html How to use olefile - AP..
2020.07.07 -
IEEE computer architecture
IEEE International Symposium on Hardware Oriented Security and Trust (HOST) http://www.hostsymposium.org/ HOST | IEEE International Symposium on Hardware Oriented Security and Trust Rapid proliferation of computing and communication systems with increasing computational power and connectivity into every sphere of modern life has brought security to the forefront of system design, test, and valid..
2020.07.07 -
[Seme Thesis Review for me] InvisiSpec: Making Speculatvie Execution Invisible in the Cache Hierarchy
author: Mengjia Yan† , Jiho Choi† , Dimitrios Skarlatos, Adam Morrison∗ , Christopher W. Fletcher, and Josep Torrellas University of Illinois at Urbana-Champaign ∗Tel Aviv University {myan8, jchoi42, skarlat2}@illinois.edu, mad@cs.tau.ac.il, {cwfletch, torrella}@illinois.edu †Authors contributed equally to this work. [1. Introduction] Spectre and Meltdown monitor the micro-architectural foot-pri..
2020.07.07