RoboticsClubIITJ / ML-DL-implementation

An implementation of ML and DL algorithms from scratch in python using nothing but NumPy and Matplotlib.
BSD 3-Clause "New" or "Revised" License
48 stars 69 forks source link

Add Linear_Regression_using_PyTorch #90

Closed Halix267 closed 3 years ago

Halix267 commented 3 years ago

Can i work on this @agrawalshubham01

kwanit1142 commented 3 years ago

You can refer the Readme.md File for information related to constrained usage of libraries, but Our implementations are only based upon Numpy and Matplotlib. So, I dont think PyTorch should be used, else you can still ask @agrawalshubham01 .

Halix267 commented 3 years ago

@kwanit1142 can u check my other issues also is that issues are rlevant

agrawalshubham01 commented 3 years ago

@kwanit1142 agreed, also was thinking to export this to pytorch but turns out pytorch has already a feature called torch.from_numpy. So this as well doesn't make sense as our core is on numpy.