Skip to content

Commit

Permalink
update nmf image
Browse files Browse the repository at this point in the history
  • Loading branch information
mannefedov committed Dec 6, 2023
1 parent 994cc6d commit 576438f
Showing 1 changed file with 5 additions and 26 deletions.
31 changes: 5 additions & 26 deletions notebooks/topic_modelling/Topic_modelling.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -223,34 +223,13 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"NMF (Non-negative matrix factorization) или неотрицательное матричное разложение - это представление матрицы в виде произведения двух матриц, значения в которых больше или равны 0. "
]
},
{
"cell_type": "code",
"execution_count": 14,
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"<img src=\"https://www.researchgate.net/publication/312157184/figure/fig1/AS:448453387001860@1483931027472/Conceptual-illustration-of-non-negative-matrix-factorization-NMF-decomposition-of-a.png\" width=\"1000\" height=\"900\"/>"
],
"text/plain": [
"<IPython.core.display.Image object>"
]
},
"execution_count": 14,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"Image(url=\"https://www.researchgate.net/publication/312157184/figure/fig1/AS:448453387001860@1483931027472/Conceptual-illustration-of-non-negative-matrix-factorization-NMF-decomposition-of-a.png\",\n",
" width=1000, height=900)"
"NMF (Non-negative matrix factorization) или неотрицательное матричное разложение - это представление матрицы в виде произведения двух матриц, значения в которых больше или равны 0. \n",
"\n",
"![](https://media.springernature.com/lw685/springer-static/image/art%3A10.1007%2Fs10898-022-01167-7/MediaObjects/10898_2022_1167_Fig1_HTML.png)"
]
},
{
Expand Down Expand Up @@ -83641,7 +83620,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.14"
"version": "3.8.14"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 576438f

Please sign in to comment.