rachit-ranjan16 / Klassifier

CAP6610 Project 2: Classification using Kernel Methods

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Klassifier

CAP6610 Project 2: Classification using Kernel Methods

Prerequisites

  • Python 3.6+
  • Virtual Environment for Python with pip
  • Anaconda
  • virtualenv, pyvenv
  • Network Access for getting dependencies

Setup Instructions

  • Activate virtual environment
  • Navigate to the code directory
  • In case any of the trained models SVM.pkl, RVM.pkl, GPR.pkl are absent from submission, ensure downloading them manually from this git repo
  • Execute on Terminal
    • pip install -r requirements.txt
    • pip install -r requirements_rvm.txt
    • jupyter notebook
  • Navigate to the jupyter notebook that pops on your browser
    • Open Classification.ipynb
    • Follow Markup Instructions

About

CAP6610 Project 2: Classification using Kernel Methods

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 100.0%