전체 글61

Lec_4_DecisionTree 2018. 4. 9.
Lec_2 2018. 4. 8.
Lec_1 2018. 4. 8.
lec3: Classification: Nearest Neighbors. 2018. 4. 8.
lec2: A Geometric View of Linear Algebra. 2018. 4. 8.
lec1: Administrivia and Course Overview 2018. 4. 8.
Lec2_원노트에러있음 2018. 4. 6.
Lec1 2018. 4. 4.
Lec1 2018. 4. 3.
Lec_1 Intro @What is Machine Learning? -How to use data to learn to make better predictions 1. Recommendation Systems : suggest to something ( recommended movies..) 2. Spam Detection : by using some words or sentences, we can throw the spam mails. 3. Link Prediction : Like a "Linked In" from one person's neighbors,, Linked person... -Algorithm behavior changes based on data *This class: some basic machine l.. 2018. 4. 3.
day3_div ??? div는 무엇일까? 어떻게 사용해야 할까? HTML에서의 div는 Division Marker의 줄임말로서 영역을 구분짓거나 무리(구분)지어주는 엘리먼트이다. div는 div를 열고 닫은 앞뒤로 줄바꿈이 되는 블럭 레벨 항목 block level element이다. div의 앞 뒤에 있는 항목들이 가로줄로 흐르지 않고, 엔터값을 입력한 것 처럼 아래로 줄 지어진다는 말이다.div로 레이아웃이나 박스를 구성하기 위해, CSS에서 가장 많이 쓰는 속성인 position 값으로는 static, relative, absolute, fixed, inherit가 있다.Position 속성staticCSS로 특별한 값을 지정해 주지 않아도 적용되는 기본값이다. HTML 파일에서 중첩되지 않은 여러개의 div를 작성하.. 2018. 4. 3.
day2-CSS CSS 이론 * style 안에 있는것들이 이제 css 코드 이다.h1, h2 태그에 묶여있는 모든것들에 영향을 주도록 코드를 짯다.header h1 를 본다면 header 안에 있는 h1 로 명시.. 이것만 영향을 받는다.ex_css_1.html 1234567891011121314151617181920212223242526 h1,h2 { color:red; font-size:10px } h2{ text-decoration:underline; } header h1{ border:1px solid red; } CSSJavaScriptHTMLPHP #selected { 를 주의깊게 보자. 이것에 묶여있는 것들의 특징을 쓰고밑에서 css 이 코드를 본다면, id="selected" 를 통해서 링크,, 위에서 .. 2018. 4. 1.