aribis369 / ML-Starter-Pack

A collection of Machine Learning algorithms written from sctrach.
75 stars 51 forks source link

Pytorch Example implementing Logistic Regression #35

Closed ayanmaity201 closed 6 years ago

ayanmaity201 commented 6 years ago

I have made a notebook in which I have implemented Logistic Regression using Pytorch Tensor instead of using Numpy ndarray. I implemented this ML algorithm on BiomechanicalPatients.csv data . I have uploaded the data and the Pytorch_Tutorial_1.ipynb in the examples-pytorch folder. Please merge my Pull Request.

ayanmaity201 commented 6 years ago

In this notebook the Logistic Regression is implemented from scratch. I used pytorch Tensors to familiarize beginners how tensors can be used instead of numpy ndarray. So, I actually did not use ML libraries form pytorch in this notebook.

aribis369 commented 6 years ago

@ayanmaity201 Good example to get started.

aribis369 commented 6 years ago

@ayanmaity201 Please try and add more complex algorithms.

aribis369 commented 6 years ago

Merged.