Skip to content

Commit

Permalink
Update ReadMe.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BKHMSI authored Oct 10, 2018
1 parent 476d603 commit 9e1a372
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The different loss functions used are mathematically defined below along with th
First let's visualize t-SNE embeddings on the raw pixel data to give us a baseline of how the data is distributed before any clustering work is done.

### Raw Pixels (Baseline)
<p align="center"><img with="50%" src="./images/tsne/pixels.png"></p>
<p align="center"><img width="50%" src="./images/tsne/pixels.png"></p>

### Categorical Cross-Entropy (Softmax)
<table><tr>
Expand Down Expand Up @@ -65,4 +65,6 @@ TBD
### Contrastive Loss
TBD

---

> In any experiment using triplet loss, the data was ordered such that within each mini-batch there must be k samples for each class.

0 comments on commit 9e1a372

Please sign in to comment.