Skip to content

Commit

Permalink
EM Visual
Browse files Browse the repository at this point in the history
  • Loading branch information
trajanov committed Sep 26, 2024
1 parent 9a078ab commit d51af7b
Show file tree
Hide file tree
Showing 2 changed files with 293 additions and 13 deletions.
26 changes: 13 additions & 13 deletions Notebooks/Spark-Example-19-Logistic-Regression.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 4,
"metadata": {},
"outputs": [
{
Expand All @@ -172,7 +172,7 @@
" (0, array([ -0.86104732, -10.42137477, 1. ]))]"
]
},
"execution_count": 5,
"execution_count": 4,
"metadata": {},
"output_type": "execute_result"
}
Expand Down Expand Up @@ -226,7 +226,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 5,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -283,7 +283,7 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": 6,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -335,7 +335,7 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": 7,
"metadata": {},
"outputs": [
{
Expand All @@ -346,7 +346,7 @@
" (1, array([ 0.10996697, -3.83318403, 1. ]))]"
]
},
"execution_count": 8,
"execution_count": 7,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -360,7 +360,7 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": 8,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -409,7 +409,7 @@
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": 9,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -466,7 +466,7 @@
},
{
"cell_type": "code",
"execution_count": 15,
"execution_count": 10,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -523,7 +523,7 @@
},
{
"cell_type": "code",
"execution_count": 16,
"execution_count": 11,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -575,7 +575,7 @@
},
{
"cell_type": "code",
"execution_count": 17,
"execution_count": 12,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -630,7 +630,7 @@
},
{
"cell_type": "code",
"execution_count": 18,
"execution_count": 13,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -675,7 +675,7 @@
},
{
"cell_type": "code",
"execution_count": 19,
"execution_count": 14,
"metadata": {},
"outputs": [
{
Expand Down
280 changes: 280 additions & 0 deletions Notebooks/Visual-Learning/VizLearn-06-EM-Method.ipynb

Large diffs are not rendered by default.

0 comments on commit d51af7b

Please sign in to comment.