2

I'm looking for something like this:

but with MXnet or Keras.

M.R.
  • 1,053
  • 2
  • 13
  • 30

1 Answers1

1

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.

Radec
  • 65
  • 9
  • The Word embdedding example doesn't count, I'm looking for learning image embeddings. – M.R. Aug 16 '16 at 18:46
  • @Nimrod, still wrong. :) Its about manifold extraction. Also known methods are MDS, Kernel clustering, etc.Here a paper on the requested topic: https://cs.adelaide.edu.au/~carneiro/publications/smart-mining-deep.pdf However, I am also looking for an easy way to use this in keras. – mojovski Dec 28 '18 at 18:24