All Projects → koalaverse → anomalyDetection

koalaverse / anomalyDetection

Licence: other
An R package for implementing augmented network log anomaly detection procedures

Programming Languages

r
7636 projects
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to anomalyDetection

Elki
ELKI Data Mining Toolkit
Stars: ✭ 613 (+2819.05%)
Mutual labels:  data-mining, anomalydetection
NIDS-Intrusion-Detection
Simple Implementation of Network Intrusion Detection System. KddCup'99 Data set is used for this project. kdd_cup_10_percent is used for training test. correct set is used for test. PCA is used for dimension reduction. SVM and KNN supervised algorithms are the classification algorithms of project. Accuracy : %83.5 For SVM , %80 For KNN
Stars: ✭ 45 (+114.29%)
Mutual labels:  data-mining
ridge
CRAN R Package: Ridge Regression with automatic selection of the penalty parameter
Stars: ✭ 17 (-19.05%)
Mutual labels:  cran
heddlr
Bring a functional programming mindset to R Markdown document generation
Stars: ✭ 14 (-33.33%)
Mutual labels:  cran
Tencent2017 Final Rank28 code
2017第一届腾讯社交广告高校算法大赛Rank28_code
Stars: ✭ 85 (+304.76%)
Mutual labels:  data-mining
kasthack.osp
Генератор сырых дампов пользователей VK.
Stars: ✭ 15 (-28.57%)
Mutual labels:  data-mining
pkgkitten
Create simple packages which pass R CMD check
Stars: ✭ 31 (+47.62%)
Mutual labels:  cran
advanced-text-mining
TEANAPS 라이브러리를 활용한 자연어 처리와 텍스트 분석 방법론에 대해 다룹니다.
Stars: ✭ 15 (-28.57%)
Mutual labels:  data-mining
ggbash
A simpler ggplot2 syntax, saving half of your typing.
Stars: ✭ 79 (+276.19%)
Mutual labels:  cran
FSCNMF
An implementation of "Fusing Structure and Content via Non-negative Matrix Factorization for Embedding Information Networks".
Stars: ✭ 16 (-23.81%)
Mutual labels:  data-mining
SparseLSH
A Locality Sensitive Hashing (LSH) library with an emphasis on large, highly-dimensional datasets.
Stars: ✭ 127 (+504.76%)
Mutual labels:  data-mining
polyclip
R package polyclip: a port of the Clipper library for polygon geometry
Stars: ✭ 18 (-14.29%)
Mutual labels:  cran
evine
Interactive CLI Web Crawler
Stars: ✭ 140 (+566.67%)
Mutual labels:  data-mining
CS259D Notes HW cn
本笔记是对课程CS 259D中涉及的论文和讲义的扩展,建议阅读原始论文和讲义。
Stars: ✭ 63 (+200%)
Mutual labels:  data-mining
profmem
🔧 R package: profmem - Simple Memory Profiling for R
Stars: ✭ 32 (+52.38%)
Mutual labels:  cran
rprotobuf
R Interface to Protocol Buffers
Stars: ✭ 62 (+195.24%)
Mutual labels:  cran
Network-Intrusion-Detection-Using-Machine-Learning-Techniques
Network intrusions classification using algorithms such as Support Vector Machine (SVM), Decision Tree, Naive Baye, K-Nearest Neighbor (KNN), Logistic Regression and Random Forest.
Stars: ✭ 56 (+166.67%)
Mutual labels:  data-mining
genie
Genie: A Fast and Robust Hierarchical Clustering Algorithm (this R package has now been superseded by genieclust)
Stars: ✭ 21 (+0%)
Mutual labels:  data-mining
jds
Jenesis Data Store: a dynamic, cross platform, high performance, ORM data-mapper. Designed to assist in rapid development and data mining
Stars: ✭ 17 (-19.05%)
Mutual labels:  data-mining
Kaggle-project-list
Summary of my projects on kaggle
Stars: ✭ 20 (-4.76%)
Mutual labels:  data-mining

Lifecycle Status Travis-CI Build Status codecov Total Downloads

anomalyDetection

anomalyDetection implements procedures to aid in detecting network log anomalies. By combining various multivariate analytic approaches relevant to network anomaly detection, it provides cyber analysts efficient means to detect suspected anomalies requiring further evaluation.

Installation

You can install anomalyDetection two ways.

  • Using the latest released version from CRAN:
install.packages("anomalyDetection")
  • Using the latest development version from GitHub:
if (packageVersion("devtools") < 1.6) {
  install.packages("devtools")
}

devtools::install_github("koalaverse/anomalyDetection", build_vignettes = TRUE)

Learning

To get started with anomalyDetection, read the intro vignette: vignette("Introduction", package = "anomalyDetection"). This will provide a thorough introduction to the functions provided in the package.

References

Gutierrez, R.J., Boehmke, B.C., Bauer, K.W., Saie, C.M. & Bihl, T.J. (2017) "anomalyDetection: Implementation of augmented network log anomaly detection procedures." The R Journal, 9(2), 354-365. link

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].