RipperJ / GD-CGD-Regression

Gradient Descent (GD) v.s. Conjugate Gradient Descent (CGD) for 2-D Linear Regression

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GD v.s. CGD for Linear Regression

Gradient Descent (GD) v.s. Conjugate Gradient Descent (CGD) for 2-D Linear Regression

Introduction

This is one part of the course assignment for HKUST-GZ MICS 6000I Physical Design Automation of Digital Systems. This project is alive, maintained by linfeng.du@connect.ust.hk. Any discussion or suggestion would be greatly appreciated!

Requirements

  • Python 3.9
    • ply 3.11
    • matplotlib 3.5.1
    • logging 0.5.1.2
    • numpy 1.21.5

How to Run

Results

About

Gradient Descent (GD) v.s. Conjugate Gradient Descent (CGD) for 2-D Linear Regression

License:MIT License


Languages

Language:Python 100.0%