Skip to content

ivis: dimensionality reduction in very large datasets using Siamese Networks

Compare
Choose a tag to compare
@idroz idroz released this 17 Oct 09:48
· 453 commits to master since this release

New features:

  • ivis models are now serializable via pickle/dill/joblib. Thanks to @imatheussm for his contributions toward this.
  • The save_model method now accepts an optional "save_format" argument. Setting it to "tfs" will export ivis models in the TensorFlow SavedModel format, which integrates well with other TensorFlow libraries.