Invertible Matrix http://www.sosmath.com/matrix/matinv/matinv.html 설명이 너무 잘되어 있음.. 수학은 영어로 이해하는게 더 쉬운것 같다.. 가역행열이 머시다냐.. 행열의 연산은 정수의 연산과는 다르다AB = BA = I 가 성립하면 B가 존재하는 A를 Inverse matrix가 부른다.즉 B는 A^-1 로 표시 할 수 있다.Noninvertible Matrixhttp://www.mathwords.com/s/singular_matrix.htm http://www.mathwords.com/d/determinant.htm determinant가 0인 것을 singular 또는 Noninvertible Matrix라 부른다. http://www.mathwo..
- Linear Regression의 기본적인 개념들 외우고 있어야만 다음 단계로 진행 할 수 있다. - Hypothesis Function 가설, 집값을 예측한다고 하면 Data가 존재 할 것이다. 그 데이터의 분포에 따라 가장 분포들에 가까운 함수를 가설이라 한다. 면적대비 집값을 예측 한다고 하면 x에는 면적, y는 집값이 된다. input xoutput y04172738 이라면 씨타0은 2, 씨타1은 2가 됨 - Cost FunctionHypothesis Function의 정확도를 측정하기 위한 Function. 모든 hypothesis Function의 Input값에 대한 Output 값의 평균을 구하여 정확도를 측정한다. 1. 결과 값 y에서 h(x) 값을 뺀다. 이 값은 minus가 될 수 ..
분할정복으로 행열을 쪼갤만큼 쪼갠다음 merge하면서 sort한다 항상 nlogn 하지만 일반적으로 quick sort가 빠름 출처 : http://yujuwon.tistory.com/entry/%EB%B3%91%ED%95%A9%EC%A0%95%EB%A0%ACMerge-Sort 예제 파일 : https://gist.github.com/yujuwon/5810996#file-gistfile1-c import java.util.Arrays; public class MeargeSort20160305 {public static void main(String args[]) {int[] arr = { 1, 3, 3, 4, 5, 2, 7 };int[] temp = new int[arr.length];mergeSort(..
- Total
- Today
- Yesterday
- GC
- Intermediate Certificate
- kerberos
- JVM
- Consumer
- Dynamodb
- ranking
- SSL
- authentication
- DESIGN
- shenandoah
- Kafka
- Java
- AWS
- OOP
- CompressedOops
- Certificate Chain
- oops
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |