Найденные страницы с тегом algorithms всего 16654

Regular expressions — Formal search language / Habr

A regular expression, regex or regexp (sometimes called a rational expression) is, in theoretical computer science and formal language theory, a sequence of characters that define a search pattern. Usually this pattern is then used by string searching algorithms for "find" or "find and replace" operations on strings, or for input validation.

Regular expressions — Formal search language / Habr

A regular expression, regex or regexp (sometimes called a rational expression) is, in theoretical computer science and formal language theory, a sequence of characters that define a search pattern. Usually this pattern is then used by string searching algorithms for "find" or "find and replace" operations on strings, or for input validation.

Regular expressions — Formal search language / Habr

A regular expression, regex or regexp (sometimes called a rational expression) is, in theoretical computer science and formal language theory, a sequence of characters that define a search pattern. Usually this pattern is then used by string searching algorithms for "find" or "find and replace" operations on strings, or for input validation.

Recursion / Habr

Recursion is a strategy that algorithms use to solve specific problems. A recursive algorithm is an algorithm that solves the main problem by using the solution of a simpler sub-problem of the same...

GPGPU — Nvidia technology for implementing algorithms / Habr

General-purpose computing on graphics processing units (GPGPU, rarely GPGP) is the use of a graphics processing unit (GPU), which typically handles computation only for computer graphics, to perform computation in applications traditionally handled by the central processing unit (CPU). The use of multiple video cards in one computer, or large numbers of graphics chips, further parallelizes the already parallel nature of graphics processing. In addition, even a single GPU-CPU framework provides advantages t

GPGPU — Nvidia technology for implementing algorithms / Habr

General-purpose computing on graphics processing units (GPGPU, rarely GPGP) is the use of a graphics processing unit (GPU), which typically handles computation only for computer graphics, to perform computation in applications traditionally handled by the central processing unit (CPU). The use of multiple video cards in one computer, or large numbers of graphics chips, further parallelizes the already parallel nature of graphics processing. In addition, even a single GPU-CPU framework provides advantages t

Реализация графов и деревьев на Python / Хабр

Продолжаем публикацию наиболее интересных глав из книги Magnus Lie Hetland «Python Algorithms». Предыдущая статья расположена по адресу habrahabr.ru/blogs/algorithm/111858 . Сегодня же речь пойдет об...

GPGPU — Nvidia technology for implementing algorithms / Habr

General-purpose computing on graphics processing units (GPGPU, rarely GPGP) is the use of a graphics processing unit (GPU), which typically handles computation only for computer graphics, to perform computation in applications traditionally handled by the central processing unit (CPU). The use of multiple video cards in one computer, or large numbers of graphics chips, further parallelizes the already parallel nature of graphics processing. In addition, even a single GPU-CPU framework provides advantages t

Полнометражный документальный фильм о демосцене: The Art Of The Algorithms / Хабр

Не так давно увидел свет еще один документальный фильм о демосцене под названием «The Art Of The Algorithms». Над созданием фильма трудилась команда проекта Moleman около двух лет. Это уже второй...

Nearest Neighbor Dirichlet Mixtures | Papers With Code

1 code implementation. There is a rich literature on Bayesian methods for density estimation, which characterize the unknown density as a mixture of kernels. Such methods have advantages in terms of providing uncertainty quantification in estimation, while being adaptive to a rich variety of densities. However, relative to frequentist locally adaptive kernel methods, Bayesian approaches can be slow and unstable to implement in relying on Markov chain Monte Carlo algorithms. To maintain most of the strength

A New Intrusion Detection System using the Improved Dendritic Cell Algorithm | Papers With Code

The Dendritic Cell Algorithm (DCA) as one of the emerging evolutionary algorithms is based on the behavior of the specific immune agents; known as Dendritic Cells (DCs). DCA has several potentially beneficial features for binary classification problems. In this paper, we aim at providing a new version of this immune-inspired mechanism acts as a semi-supervised classifier which can be a defensive shield in network intrusion detection problem. Till now, no strategy or idea has already been adopted on the Get

Cardiolyse | EU-Startups

Cardiolyse is a cloud ECG & HRV analytics platform, that enables real-time remote heart health monitoring, providing plain personalized reports, detection and up to two months’ data-based prognosis on dangerous heart events. We deliver a holistic approach to prevent heart disorders for elevated risk groups, using innovative and clinically proven CE-certified machine-learning algorithms. We integrate […]

Похожие теги: