1. github.com 에 회원 가입을 한다. 2. repository를 만든다. 3. 작업할 환경에서 ssh-keygen을 진행하고 공개키를 github에 복사한다. Github --> 사용자's Setting --> SSH & GPG Keys --> add New SSH Key 하고 아까 만들어진 공개키 내용 모두 복사 ( ~/.ssh/id_rsa.pub or 지정한 위치 ) ** ssh-keygen 할때 localhost.localdomain이 싫을 경우 다음과 같이 email을 지정할 수 있다. $ssh-keygen -t rsa -C "myemail@email.address" 4. terminal에서 github 접속해보고 정상 접속되는지 확인한다. $ ssh -T git@github.com 5..

설정: 블로그관리 홈 -> 티스토리 스킨 편집 --> html 편집 --> 다음에 다음 문장 추가하기 MathJax.Hub.Config({ tex2jax: { inlineMath: [ ['$','$'], ["\\(","\\)"] ], processEscapes: true } }); MathJax basic tutorial and quick reference (Deutsch: MathJax: LaTeX Basic Tutorial und Referenz) To see how any formula was written in any question or answer, including this one, right-click on the expression it and choose "Show Math As > ...
ROI-Region of Interest
Convolutional Neural Network에서 Convolution의 의미는? 하나의 함수와 또다른 함수를 반전 이동한 값을 곱한 다음, 구간에 대하여 적분하여 새로운 함수를 구하는 수학 연산자. linear and shift-invariant operation!! https://ko.wikipedia.org/wiki/합성곱 합성곱 - 위키백과, 우리 모두의 백과사전 위키백과, 우리 모두의 백과사전. 합성곱(合成-, convolution, 콘벌루션)은 하나의 함수와 또 다른 함수를 반전 이동한 값을 곱한 다음, 구간에 대해 적분하여 새로운 함수를 구하는 수학 연산자이다. 두 개의 함수 f {\displaystyle f\,} 와 g {\displaystyle g\,} 가 있을 때, 두 함수의 합성..
합성함수 하니까 먼저 고등학교 때 배웠던 것이 생각 났다. f: X -> Y g: Y-> Z g ◦ f : X->Z g ◦f : x-> g(f(x)) g◦f != f◦g 그런데 이것은 composition !! 입니다. https://mathworld.wolfram.com/Composition.html Composition -- from Wolfram MathWorld Composition The nesting of two or more functions to form a single new function is known as composition. The composition of two functions and is denoted , where is a function whose domain inc..
예측값과 실제값의 차로 만드는 값
여러개의 Region box