Skip to content
#

data-mining-algorithms

Here are 76 public repositories matching this topic...

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

  • Updated Oct 18, 2019
  • Python

Implementation of the Apriori and Eclat algorithms, two of the best-known basic algorithms for mining frequent item sets in a set of transactions, implementation in Python.

  • Updated Dec 12, 2018
  • Python

Implementation of backward elimination algorithm used for dimensionality reduction for improving the performance of risk calculation in life insurance industry.

  • Updated Jul 25, 2018
  • Python

Market Basket Analysis What is it? Market Basket Analysis is a modelling technique based upon the theory that if you buy a certain group of items, you are more (or less) likely to buy another group of items. For example, if you are in an English pub and you buy a pint of beer and don't buy a bar meal, you are more likely to buy crisps (US. chips…

  • Updated Sep 8, 2020
  • Python

Improve this page

Add a description, image, and links to the data-mining-algorithms topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the data-mining-algorithms topic, visit your repo's landing page and select "manage topics."

Learn more