项目作者: chitholian

项目描述 :
This is an educational repository containing the codes and other materials done for the course CSE 716 (Machine Learning Lab)
高级语言: Python
项目地址: git://github.com/chitholian/Machine-Learning-Lab.git
创建时间: 2019-07-06T18:27:36Z
项目社区:https://github.com/chitholian/Machine-Learning-Lab

开源协议:

下载


Machine Learning Lab Works

This is an educational repository containing the codes and other materials done for the course CSE 716 (Machine Learning Lab)

Tasks Done:

  • Decision Tree (DT)
    • Confusion-Matrix
      • R
    • Class-Label Prediction
      • R
    • k-fold Cross-Validation
      • R
  • Naive Bayes (NB)
    • Confusion-Matrix
      • R
    • Class-Label Prediction
      • R
    • k-fold Cross-Validation
      • R
  • Rule Based (RB)
    • Confusion-Matrix
      • R
    • Class-Label Prediction
      • R
    • k-fold Cross-Validation
      • R
  • Neural Network (ANN)
    • Confusion-Matrix
      • Python
      • R
    • Class-Label Prediction
      • Python
      • R
    • k-fold Cross-Validation
      • Python
      • R
  • Support Vector Machine (SVM)
    • Confusion-Matrix
      • Python
      • R
    • Class-Label Prediction
      • Python
      • R
    • k-fold Cross-Validation
      • Python
      • R