Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
allengu01 authored Sep 27, 2020
1 parent b2595aa commit bd2f2bb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,16 @@ K-means clustering is an unsupervised machine learning algorithm that finds k cl
#### 1) [Image Link](https://c4.wallpaperflare.com/wallpaper/778/821/245/minimalism-minimal-art-minimalist-airplane-wallpaper-preview.jpg) (k = 4)
<p align="center">
<img width="400" align="center" src="images/minimalist_landscape1.jpg">
<img width="500" align="center" src="examples/iterate_animation1.gif">
<img width="400" align="center" src="examples/iterate_animation1.gif">
<img width="400" align="center" src="examples/rotate_animation1.gif">
<img width="400" align="center" src="examples/palette1.png">
</p>

#### 2) Starry Night (k = 3)
<p align="center">
<img width="400" align="center" src="images/starrynight.jpg">
<img width="500" align="center" src="examples/iterate_animation2.gif">
<img width="400" align="center" src="examples/iterate_animation2.gif">
<img width="400" align="center" src="examples/rotate_animation2.gif">
<img width="400" align="center" src="examples/palette2.png">
</p>

0 comments on commit bd2f2bb

Please sign in to comment.