블로그
-
모두를 위한 딥러닝 (1)
hunkim.github.io/ml/ chap01 Machine Learning 개념과 용어 - "field of study that gives computers the ability to - cost function : mean of the distance between our predicted values and the real values (MSE) - algorithm
blog.naver.com · 2017.11.21
-
AI(인공지능) 오픈마켓스페이스 Algorithmia
Seattle, Washington 투자/목적: $10.5M Series A on June 23, 2017 소개 : Algorithmia gives developers the ability to Algorithmia hosts the web services , makes them discoverable and enables algorithm developers to get
blog.naver.com · 2017.07.18
-
Clustering with K-Means and EM: how are they related?
There is no "k-means algorithm". One can consider Lloyds algorithm to consist of two steps: the E-step, where each object is assigned
blog.naver.com · 2017.01.28
-
[how2heap] first_fit (Use After Free)
\n"); printf("glibc uses a first-fit algorithm to select a free chunk.
blog.naver.com · 2017.02.04
-
MODO 801 SP4 (2015-April-09) Build 81801
Alembic I/O: Fixes exporting and importing of PSubs and SubDs to Alembic. PSubs with their default "catmull-clark" subdivision scheme, so we're now exporting Modo's (custom algorithm
blog.naver.com · 2015.04.11
-
Expression efficiency of the algorithm
, which measures the processing time and computer memory required by the algorithm to solve problems of a particular size. when we change the hardware and software used to implement an algorithm, we can
blog.naver.com · 2014.04.04
-
Divide and Conquer Algorithms
of the same (or related) type, until these become simple enough to be solved directly. The solutions to the sub-problems are then combined to give a solution to the original problem.
blog.naver.com · 2014.04.02
-
what is algorithms?
To complete the solution, a method is needed that will solve the general problem using the model. Such a sequence of steps is called an algorithm.
blog.naver.com · 2014.04.04
-
Unstable tachycardia
If pulseless tachycardia, manage according to the Cardiac Arrest Algorithm Unstable tachycardia (HR & Beating so fast that cardiac output is reduced - causes pulmonary edema, coronary ischemia, reduced blood to
blog.naver.com · 2014.04.17
-
merge sorting(합병정렬) 이론적 설명
Merge sorting(합병 정렬) [introduction to algorithms] The merge sort algorithm closely follows the divide-and-conquer Combine: Merge the two sorted sub-sequences to produce the sorted answer.
blog.naver.com · 2014.04.03