From da78a9e329e272dedb2400b79a3bdeebff387d47 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:17 -0500 Subject: initial commit --- files/ko/glossary/algorithm/index.html | 38 ++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 files/ko/glossary/algorithm/index.html (limited to 'files/ko/glossary/algorithm/index.html') diff --git a/files/ko/glossary/algorithm/index.html b/files/ko/glossary/algorithm/index.html new file mode 100644 index 0000000000..79c9820ce2 --- /dev/null +++ b/files/ko/glossary/algorithm/index.html @@ -0,0 +1,38 @@ +--- +title: Algorithm +slug: Glossary/Algorithm +tags: + - 알고리즘 +translation_of: Glossary/Algorithm +--- +

알고리즘(Algorithm)은 기능을 수행하기 위한 독립된 명령어들의 집합이다.

+ +

즉, 알고리즘은 인간이나 기계에 의해 반복적으로 해결할 수 있도록 문제를 해결하는 방법을 기술하는 수단이다. 컴퓨터 과학자들은 "알고리즘의 복잡성"이나 "빅 O" 표기법이라는 개념을 통해 알고리즘의 효율성을 비교한다.

+ +

예를 들어:

+ + + +

일반적인 알고리즘은 Traveling Salemen Problem, Tree Traversal Algorithms 등과 같은 길 찾기 알고리즘이다.

+ +

선형 회귀, 로지스틱 회귀, 의사결정 트리, 랜덤 포레스트, 지원 벡터 머신, Recurrent Neural Network(RNN), Long Term Memory(LSTM) Neural Network, Convolutional Neural Network(CNNN), Deep Convolutional Neural Network(심층 신경망) 등의 머신 러닝 알고리즘도 있다.

+ +

더 알아보기

+ +

일반적 지식

+ + + +

기술적 참조

+ + -- cgit v1.2.3-54-g00ecf