Definition
Transcendental Function 는
Algebraic Function 과 달리
Polynomial Eqaution 을 만족하지 않는 Analytic Function.
A transcendental function is an analytic function that does not satisfy a polynomial equation, in contrast to an algebraic function. (The polynomials sometimes must have rational coefficients.)
쉽게 말해서 algebraic function을 제외한
Analytic functions가 transcendental function임.
- In other words, a transcendental function "transcends" algebra in that it cannot be expressed in terms of a finite sequence of the algebraic operations of addition, multiplication, and root extraction.
- 일반적으로 polynomial equation으로 표현되지 못하는 function이라고 판정해도 된다.
초월 함수는 "대수를 초월한다(transcend)"고 표현되며,
이는 덧셈, 곱셈, 근의 추출과 같은 유한한 대수적 연산으로 표현될 수 없다는 의미
Examples
Transcendental function은 다음의 함수들을 포함함.
- exponential func.,
- log func.,
- trigonometric func.,
- hyperbolic func.
- logistic func. : "raw score"(정확히는 logit score)을 probability로 바꾸어주는 함수
- entropy func. : ML등에선 Shannon의 Entropy를 주로 사용.
2021.09.14 - [.../Math] - Function (함수) : 간략 정의
Function (함수) : 간략 정의
Function은 흔히 mapping(사상), transformation(변환)이라는 용어로 불리기도 함. 1. 수학적 정의 두 set $X$와 $Y$의 원소 간에 관계 $f$가 다음을 만족할 경우, function이라 한다. $\forall x \in X$에 대해 $y=f(x)$인
dsaint31.tistory.com
2024.02.24 - [.../Math] - [Math] Algebraic Function (대수함수)
[Math] Algebraic Function (대수함수)
An algebraic function is a function that can be defined as the root of a polynomial equation. 다항식 방정식의 근(or solutoin,해)으로 정의(표현)될 수 있는 function. Quite often algebraic functions are algebraic expressions using a finite
dsaint31.tistory.com
2024.02.26 - [.../Math] - [Math] Analytic Function (해석함수)
[Math] Analytic Function (해석함수)
An analytic function is a function that is locally given by a convergent power series (수렴하는 멱급수). There exist both real analytic functions and complex analytic functions. Analytic Function은 간단히 말하면 “무한번 미분가능하
dsaint31.tistory.com
2022.05.12 - [.../Math] - [Math] Entropy 란 (평균정보량, 정보량의 기댓값)
[Math] Entropy 란 (평균정보량, 정보량의 기댓값)
Entropy란? Random variable에서 기대되는 정보량 (or 정보량의 기댓값, 평균 정보량). 해당 random variable을 encoding하는데 필요한 평균정보량(단위 bit)의 lower bound. 정의식은 다음과 같음. $$H(X)=H(p)=-\sum_{i=0}
dsaint31.tistory.com
2022.12.28 - [.../Math] - [Math] Sigmoid function
[Math] Sigmoid function
S자형 곡선을 갖는 함수. (대표적인 예가 logistic function이나 sigmoid는 다음과 같이 여러 종류가 있음) Artificial Neural Network의 Artificial Neron의 Activation function으로 초창기에 많이 사용되었음. Logistic dist
dsaint31.tistory.com
2024.02.26 - [.../Math] - [Math] Function의 분류: 작성중
[Math] Function의 분류: 작성중
1. Elementary Functions and Special FunctionsFunction은 크게"Elementary Functions"와"Special Functions"로 나뉜다.기본적인 수학 연산 등에서 활용되는 Elementary Functions에 대해서는 보다 세분화된 분류를 이해하는 게
dsaint31.tistory.com
'... > Math' 카테고리의 다른 글
[Math] Relation (0) | 2024.02.25 |
---|---|
[Math] Class: set and proper class (클래스와 집합) (1) | 2024.02.25 |
[Math] Algebraic Function (대수함수) (1) | 2024.02.24 |
[Math] Rational function and irrational function (0) | 2024.02.24 |
[Statistics] covariate (공변량) (0) | 2024.02.23 |