[Math] Function의 분류: 작성중

2024. 2. 26. 12:06·.../Math
728x90
728x90

1. Elementary Functions and Special Functions

Function은 크게

  • "Elementary Functions"와
  • "Special Functions"로 나뉜다.

기본적인 수학 연산 등에서 활용되는 Elementary Functions에 대해서는 보다 세분화된 분류를 대략적으로라도 이해하는 게 좋다.

반면, 특정한 분야에서 활용을 목표로 만들어진 Special Functions는 몇가지 유명한 예들만 기재한다. 

 

다음의 글도 읽어보길 권한다.

https://blog.naver.com/alwaysneoi/100133312954

 

[초월함수] 대수함수와 초월함수의 차이에 대한 이해

온도의 변화와 방사능 물질의 확산 등과 같이 시간이 흐름에 따라 연속적으로 변화하는 자연 현상 중에는 ...

blog.naver.com


2. Types of Functions

Functions의 분류는 다음과 같음.

 

2-1. Elementary Functions (초등함수):

다음의 함수들과 그들의 inverse(역함수), 그리고 이들을 대수적 연산으로 결합한 경우 초등함수에 속함.

  • Algebraic Functions 
    • Rational Functions
      • Polynomial Functions
    • Irrational Functions
  • Transcendental Functions: 
    analytic function 중 algebraic function을 제외한 function (~polynomial equation으로 표현되지 않는 function).
    모든 초월함수가 elementary  function은 아니며  주로 아래의 4가지가 초등함수(*표시)로 분류됨.
    • Trigonometric Functions *
    • Exponential Functions *
    • Logarithmic Functions *
    • Hyperbolic Functions  *
      • tanh function
    • Logistic Function : ML, DL에서 쓰이는 함수 (sigmoids 대부분은 초월함수임.)
    • Softplus Function : ML, DL에서 쓰이는 함수
    • ...
  • 기타
    • Rectified Linear Unit (ReLU) Function : 초등함수의 조합으로 표현된 piecewise linear function이나, 해석함수도 아니고 대수 함수도 아니고, 초월함수도 아님.

2-2. Special Functions

  • Gamma Function : Transcendental function에 속함.
  • Beta Function: Transcendental function에 속함.
  • Bessel Function: Transcendental function에 속함.
  • Heaviside Function : Unit Step Function이라고도 불림. 공학에서 매우 중요한 함수.
  • Hermite polynomials

대수적 연산 (Algebraic Operations)

대수적 연산(algebraic operations)은 함수들을 결합하여 새로운 함수를 만드는 기본적인 수학적 조작을 의미

초등함수 맥락에서의 대수적 연산은 다음과 같음:

  1. 덧셈(Addition): (f + g)(x) = f(x) + g(x)
  2. 뺄셈(Subtraction): (f - g)(x) = f(x) - g(x)
  3. 곱셈(Multiplication): (f · g)(x) = f(x) · g(x)
  4. 나눗셈(Division): (f/g)(x) = f(x)/g(x) (g(x) ≠ 0인 경우)
  5. 합성(Composition): (f ∘ g)(x) = f(g(x))
  6. 거듭제곱(Powers): f(x)ⁿ (n은 유리수)

같이보면 좋은 자료들

 

2021.09.14 - [.../Math] - Function (함수) : 간략 정의

 

[Math] Function (함수): 간략 정의

Function은 흔히 mapping(사상), transformation(변환)이라는 용어로 불리기도 함. set으로 정의한다면, domain(정의역: 일종의 set)의 각 element에 대해co-domain(공역: 역시 일종의 set)의 elements 중 오직 하나 로

dsaint31.tistory.com

2024.02.24 - [.../Math] - [Math] Algebraic Function (대수함수)

 

[Math] Algebraic Function (대수함수)

DefinitionAn 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

dsaint31.tistory.com

 

2024.02.24 - [.../Math] - [Math] Transcendental Function (초월함수)

 

[Math] Transcendental Function (초월함수)

DefinitionTranscendental 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 alge

dsaint31.tistory.com

2024.02.24 - [.../Math] - [Math] Rational function and irrational function

 

[Math] Rational function and irrational function

Rational function (유리함수) 함수 $f(x)$가 $x$에 대한 rational expression(유리식)일 때, $y=f(x)$를 rational function이라 함.아래와 같은 형태의 function. $$ f(x)=\dfrac{N(x)}{D(x)} $$ 분수에서 분모가 0이 되어선 안

dsaint31.tistory.com

2024.02.26 - [.../Math] - [Math] Polynomial Functions (다항함수)

 

[Math] Polynomial Functions (다항함수)

Definition 함수 $f(x)$가 $x$에 대한 polynomial expression(다항식)일 때, $y=f(x)$를 polynomial function이라 함. Example$$ f(x)=a_nx^n+a_{n-1}x^{n-1}+\cdots+a_1x+a_0 $$ set의 관점에서 보면,Rational Functions의 일종이라고 볼

dsaint31.tistory.com

2024.02.26 - [.../Math] - [Math] Trigonometric Functions

 

[Math] Trigonometric Functions

Trigonometric functions 는 angle의 크기에 따라 변하는 functions로 삼각형의 변들 사이의 ratio 를 나타냄. Transcendental functions 의 대표적인 예임. sin과 cos은 주기신호나 wave등을 나타내는데 사용되는 기본

dsaint31.tistory.com

2024.02.26 - [.../Math] - [Math] Exponential Function (지수함수)

 

[Math] Exponential Function (지수함수)

지수함수 (exponential function)$a>0$이고 $a\ne 0$이면서 $x$가 real number(실수)일 때,다음의 function을 exponential function이라고 한다.$$y=a^x$$$a$ : base (밑수, 밑)$x$ : exponent or power (지수)$a$ to the $x$th power, $a$ (rais

dsaint31.tistory.com

 

2023.08.13 - [.../Math] - [Math] log (logarithmic) function

 

[Math] log (logarithmic) function

Definition of Logarithmic Function $a>0, a\ne1$일 때 $x>0$인 $x$에 대하여 $a^y=x$이면 $$ y=\log_a x $$ 로 나타내고 $y$는 $a$를 base로 하는 logarithmic function 이라 한다. 이때, $x$를 $\log_a x$의 진수 (antilogarithm)라함. Com

dsaint31.tistory.com

 

2023.08.13 - [Computer] - [DL] Hyperbolic Tangent Function (tanh)

 

[DL] Hyperbolic Tangent Function (tanh)

logistic function과 함께 sigmoid의 대표적인 함수가 바로 $\text{tanh}$임. 값이 $[-1,1]$의 range를 가지며, logistic에 비해 기울기가 보다 급격하기 때문에 좀 더 빠른 수렴속도를 보임. 하지만, sigmoid의 일종

dsaint31.tistory.com

 

2022.06.06 - [Computer] - [ML] Logit에서 Logistic Function.

 

[ML] Logit에서 Logistic Function.

다음이 바로 logistic function임. $$\text{logistic}(t)=\sigma(t)=\frac{1}{1+e^{-t}}$$ Sigmoid functions 중에서 가장 유명한 것이다보니 sigmoid라고도 불림. MLP에서 back-propagation이 적용되면서 activation function으로 사용

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

2022.03.14 - [.../Math] - Softplus

 

Softplus

다음과 같은 함수를 softplus라고 하며, ANN에서 activation function으로 사용됨. $$\begin{aligned}\zeta(x)&=\log(1+e^x)\\&=\log(1+e^{-|x|})+\max(0,x)\end{aligned}$$ exponential function과 Logarithmicfunction을 더한 함수 (즉, Transcen

dsaint31.tistory.com

 

2023.07.05 - [.../Signals and Systems] - [SS] Unit Step Function (Heaviside Step Function)

 

[SS] Unit Step Function

수식 $$u(t)=\left\{\begin{matrix}1,& t>0 \\0, &t

dsaint31.tistory.com

2025.04.29 - [.../Math] - [Math] Gamma Function

 

'... > Math' 카테고리의 다른 글

[Math] Trigonometric Functions  (1) 2024.02.26
[Math] Exponential Function (지수함수)  (1) 2024.02.26
[Math] Polynomial Functions (다항함수)  (0) 2024.02.26
[Math] Relation  (0) 2024.02.25
[Math] Class: set and proper class (클래스와 집합)  (1) 2024.02.25
'.../Math' 카테고리의 다른 글
  • [Math] Trigonometric Functions
  • [Math] Exponential Function (지수함수)
  • [Math] Polynomial Functions (다항함수)
  • [Math] Relation
dsaint31x
dsaint31x
    반응형
    250x250
  • dsaint31x
    Dsaint31's blog
    dsaint31x
  • 전체
    오늘
    어제
    • 분류 전체보기 (739)
      • Private Life (13)
      • Programming (56)
        • DIP (104)
        • ML (26)
      • Computer (119)
        • CE (53)
        • ETC (33)
        • CUDA (3)
        • Blog, Markdown, Latex (4)
        • Linux (9)
      • ... (350)
        • Signals and Systems (103)
        • Math (171)
        • Linear Algebra (33)
        • Physics (42)
        • 인성세미나 (1)
      • 정리필요. (54)
        • 의료기기의 이해 (6)
        • PET, MRI and so on. (1)
        • PET Study 2009 (1)
        • 방사선 장해방호 (4)
        • 방사선 생물학 (3)
        • 방사선 계측 (9)
        • 기타 방사능관련 (3)
        • 고시 (9)
        • 정리 (18)
      • RI (0)
      • 원자력,방사능 관련법 (2)
  • 블로그 메뉴

    • Math
    • Programming
    • SS
    • DIP
  • 링크

    • Convex Optimization For All
  • 공지사항

    • Test
    • PET Study 2009
    • 기타 방사능관련.
  • 인기 글

  • 태그

    Probability
    linear algebra
    numpy
    Python
    SIGNAL
    Term
    math
    signal_and_system
    인허가제도
    signals_and_systems
    opencv
    Vector
    Optimization
    random
    Programming
    SS
    fourier transform
    function
    Convolution
    검사
  • 최근 댓글

  • 최근 글

  • hELLO· Designed By정상우.v4.10.3
dsaint31x
[Math] Function의 분류: 작성중
상단으로

티스토리툴바