Start trying to patch up images

This commit is contained in:
Chris Hodapp 2020-02-01 19:20:07 -05:00
parent 3a37dbc3b8
commit d8e9fcf749
3 changed files with 2 additions and 4 deletions

View File

@ -1517,9 +1517,7 @@ for i,item in enumerate(factors[:50,:]):
plt.show() plt.show()
{{< / highlight >}} {{< / highlight >}}
![png](./output_94_0.png)
![png](../images/2018-04-08-recommenders/output_94_0.png)
And here are the other two: And here are the other two:
@ -1534,7 +1532,7 @@ plt.show()
{{< / highlight >}} {{< / highlight >}}
![png](../images/2018-04-08-recommenders/output_96_0.png) ![png](./output_96_0.png)
Below is another way of visualizing. Neither the code nor the result are very pretty, but it divides the entire latent space into a 2D grid, identifies the top few movies (ranked by number of ratings) in each grid square, and prints the resultant grid. Below is another way of visualizing. Neither the code nor the result are very pretty, but it divides the entire latent space into a 2D grid, identifies the top few movies (ranked by number of ratings) in each grid square, and prints the resultant grid.

View File

Before

Width:  |  Height:  |  Size: 222 KiB

After

Width:  |  Height:  |  Size: 222 KiB

View File

Before

Width:  |  Height:  |  Size: 232 KiB

After

Width:  |  Height:  |  Size: 232 KiB