Skip to content

ivis: dimensionality reduction in very large datasets using Siamese Networks

Compare
Choose a tag to compare
@idroz idroz released this 29 Oct 12:53
· 453 commits to master since this release

Major features:

  • Support for semi-supervised dimensionality reduction
  • Switch from using fit_generator to fit for training the Keras model
  • Address eager execution issues with TF 2.0
  • User-configurable on-disk-building of Annoy index.
  • Tidy handling of interrupted multi-thread processes

Minor features:

  • Tests for semi-supervised DR

  • Improved input validation

  • Better hyper parameter validation

  • Slight changes to default hyperparameters

  • Bug fixes