M.R.
M.R.

Reputation: 1073

Is there metric learning in MXNet or Keras?

I'm looking for something like this:

but with MXnet or Keras.

Upvotes: 2

Views: 752

Answers (1)

Radec
Radec

Reputation: 65

I found some examples in this repository:

https://github.com/fchollet/keras/tree/master/examples

Maybe it's what you are looking for.

Edit:

You can search in the Keras documentation

I made a search for "learning image embeddings" and found some articles: https://keras.io/search.html?q=learning+image+embeddings

Sorry if I can't provide some code about this, I never worked with deep learning codes. Hope it helps.

Upvotes: 1

Related Questions