Skip to content

Commit

Permalink
Merge pull request #18 from Haaris-Rahman/main
Browse files Browse the repository at this point in the history
Add Linear Regression to README
  • Loading branch information
omarsar committed Aug 9, 2022
2 parents 2eef7f4 + 6ec3d5e commit 51e3304
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ Contains code examples for all sorts of machine learning tasks and applications.
<img src="https://colab.research.google.com/assets/colab-badge.svg" width = '' >
</a></td>
</tr>

<tr>
<td class="tg-yw4l">Linear Regression from Scratch</td>
<td class="tg-yw4l">An implementation of linear regression from scratch using stochastic gradient descent</td>
<td class="tg-yw4l"><a href="https://colab.research.google.com/drive/1br0hM79ORTVNXUpVgkV5t4o4AigGxfwk?usp=sharing">
<img src="https://colab.research.google.com/assets/colab-badge.svg" width = '' >
</a></td>
</tr>

<tr>
<td class="tg-yw4l">Logistic Regression from Scratch</td>
Expand Down
2 changes: 1 addition & 1 deletion notebooks/linear_regression.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"id": "view-in-github"
},
"source": [
"<a href=\"https://colab.research.google.com/github/Haaris-Rahman/ML-Notebooks/blob/main/notebooks/Linear_Regression.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
"<a href=\"https://colab.research.google.com/drive/1br0hM79ORTVNXUpVgkV5t4o4AigGxfwk?usp=sharing\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
]
},
{
Expand Down

0 comments on commit 51e3304

Please sign in to comment.