Skip to content

SaudxInu/ME18B169-EE18B157-PRML-Assignment-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pattern Recognition and Machine Learning 2021
Assignment 2

Saud Iqbal ME18B169

Aman Sahore EE18B157

Getting Started

Prerequisites

Please install the latest version of git and python on your local machine. You can refer to the following websites for detailed instructions.

  1. Python - https://www.python.org/
  2. Git - https://git-scm.com/

Installation

  1. Clone the repo
    git clone https://github.com/SaudIqbal-IITM/ME18B169-EE18B157-PRML-Assignment-2.git
  2. Change directory
    cd ME18B169-EE18B157-PRML-Assignment-2
  3. Install packages
    pip install -r requirements.txt

Usage

To run any .py file, go to the respective directory and enter the following command.

python <filename>.py

or

python3 <filename>.py

You can also use IDEs like VS Code or PyCharm to run these files.

Please note that we have commented out some code in some .py files to avoid ample computation time. You can uncomment these lines to get full-fledged results.

Contact

Please feel free to contact us if you have any doubts or difficulties.

Saud Iqbal - [email protected]
Aman Sahore - [email protected]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published