Updated logistic regression tutorial with links to mnist and youtube · ericinlinux/Python_Tutorials@a211e4c · GitHub
Skip to content

Commit a211e4c

Browse files
committed
Updated logistic regression tutorial with links to mnist and youtube
1 parent 821b1f0 commit a211e4c

8 files changed

Lines changed: 1625 additions & 631 deletions

Sklearn/Logistic_Regression/.ipynb_checkpoints/LogisticRegression_MNIST-checkpoint.ipynb

Lines changed: 11 additions & 4 deletions

Sklearn/Logistic_Regression/.ipynb_checkpoints/LogisticRegression_toy_digits-checkpoint.ipynb

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -657,13 +657,27 @@
657657
]
658658
},
659659
{
660-
"cell_type": "code",
661-
"execution_count": null,
660+
"cell_type": "markdown",
661+
"metadata": {},
662+
"source": [
663+
"Part 2 of the tutorial is located here: [MNIST Logistic Regression](https://github.com/mGalarnyk/Python_Tutorials/blob/master/Sklearn/Logistic_Regression/LogisticRegression_MNIST.ipynb)"
664+
]
665+
},
666+
{
667+
"cell_type": "markdown",
662668
"metadata": {
663669
"collapsed": true
664670
},
665-
"outputs": [],
666-
"source": []
671+
"source": [
672+
"<b>if this tutorial doesn't cover what you are looking for, please leave a comment on the youtube video and I will try to cover what you are interested in. </b>"
673+
]
674+
},
675+
{
676+
"cell_type": "markdown",
677+
"metadata": {},
678+
"source": [
679+
"[youtube video](https://www.youtube.com/watch?v=71iXeuKFcQM)"
680+
]
667681
}
668682
],
669683
"metadata": {

Sklearn/Logistic_Regression/LogisticRegression_MNIST.ipynb

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -819,13 +819,20 @@
819819
]
820820
},
821821
{
822-
"cell_type": "code",
823-
"execution_count": null,
822+
"cell_type": "markdown",
824823
"metadata": {
825824
"collapsed": true
826825
},
827-
"outputs": [],
828-
"source": []
826+
"source": [
827+
"<b>if this tutorial doesn't cover what you are looking for, please leave a comment on the youtube video and I will try to cover what you are interested in. </b>"
828+
]
829+
},
830+
{
831+
"cell_type": "markdown",
832+
"metadata": {},
833+
"source": [
834+
"[youtube video](https://www.youtube.com/watch?v=71iXeuKFcQM)"
835+
]
829836
}
830837
],
831838
"metadata": {

Sklearn/Logistic_Regression/LogisticRegression_toy_digits.ipynb

Lines changed: 18 additions & 4 deletions

0 commit comments

Comments
 (0)