CSC 7333 Project Instructor: Dr. Jianhua Chen Student: Saber Nemati Email: [email protected]
########################## INPUT PARAMETERS ########################## Learning rate (alpha) Number of iterations (n) Input data as .csv file
########################## RUNNING INSTRUCTION ########################## The folder includes two .py files. lin_reg_a is for part (a) lin_reg_b is for part (b) The code is written in VSCode environment. Python version is 3.8.2 For running the program simply write this command in the command prompt: python lin_reg_a.py python lin_reg_b.py The input variable can be adjusted within the first lines of the code in the specified section. Required packeges are: csv numpy matplotlib.pyplot
########################## ONLINE ACCESS ########################## This repository can also be found on this GitHub link: https://github.com/sabernn/linear_regression