Skip to content

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

License

Notifications You must be signed in to change notification settings

RipperJ/GD-CGD-Regression

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages