1. HTML- 웹 브라우저의 주요 기능은 HTML 문서를 표시하는 것이다.- HTML 문서는 .html or .htm으로 끝나는 파일이다.- text file과 마찬가지로 HTML file은 보통 ASCII로 인코딩된다.- HTML의 예시는 다음과 같다. This is Ex So simple Example 구글로 이동 - 조금 자세히 들어가보자.- 로 끝나는 각 문자열을 태그라고 한다.- 자세히보면, 이렇게 시작 태그와 종료 태그가 정의되어 있다는게 감각적으로 알 수 있을 것이다.- 즉, 시작 태그와 끝 태그는 위와 같이 정의가 되고, 그 사이에 태그의 콘텐츠가 들어가게 된다. 2. CSS- CSS는 웹 페이지에서 HTML 요소의 모양을 정의한다.- CSS는 레이아웃, 색상, 위치, 크기 및 ..
분류 전체보기

1. Introduction- Web Scraping을 잘하기 위해선 OSI(Open Systems Interconnection) 7 Layer에 대한 개념은 인지하고 있어야한다.2. OSI 7 Layer2.1. Physical Layer- 실제로 데이터를 0과 1의 전기적 신호로 변환하여 전송한다.- 하드웨어(케이블, 리피터, 허브...) 중심이다.- 데이터가 전송되는 가장 하위 레벨이며, 실제 물리적인 장비가 여기에 해당한다. 2.2. Data Link Layer- Data link layer는 local network의 두 노드(Computer -- Router)간에 정보가 전송되는 방식을 지정한다.- 이 계층은 단일 전송의 시작과 끝을 정의하고, 전송이 손실되거나 왜곡된 경우 이를 수정해준다.- ..

0. Referencehttps://arxiv.org/abs/1505.00387 Highway NetworksThere is plenty of theoretical and empirical evidence that depth of neural networks is a crucial ingredient for their success. However, network training becomes more difficult with increasing depth and training of very deep networks remains an open problemarxiv.org1. Introduction- 해당 논문은 신경망을 깊게 쌓기위해 LSTM처럼 gating system을 구현하여 gradient..

0. Referencehttps://arxiv.org/abs/1602.07261 Inception-v4, Inception-ResNet and the Impact of Residual Connections on LearningVery deep convolutional networks have been central to the largest advances in image recognition performance in recent years. One example is the Inception architecture that has been shown to achieve very good performance at relatively low computational costarxiv.org1. Intr..