Skip to content

Releases: beringresearch/ivis

ivis: dimensionality reduction in very large datasets using Siamese Networks

08 Dec 19:24
Compare
Choose a tag to compare

Major ivis release!

Version 2.0 features:

  • Unsupervised, semi-supervised, and fully supervised dimensionality reduction
  • Support for arbitrary datasets:
    • N-dimensional arrays
    • Image files on disk
    • Custom data connectors
  • In- and out-of-memory data ingestion
  • Resumable training
  • Arbitrary neural network backbones
  • Customizable neighbour retrieval
  • Callbacks and Tensorboard integration

ivis: dimensionality reduction in very large datasets using Siamese Networks

02 Nov 17:36
Compare
Choose a tag to compare
  • Added support for TensorFlow 2.3.0
  • Visualise embeddings using EmbeddingsExplorer class through datashader in Jupyter notebooks

ivis: dimensionality reduction in very large datasets using Siamese Networks

28 Oct 19:46
Compare
Choose a tag to compare

Improved handling of n-dimensional arrays and HDF5 files

ivis: dimensionality reduction in very large datasets using Siamese Networks

28 Oct 19:28
4022910
Compare
Choose a tag to compare

Support for dimensionality reduction of arbitrary n-dimensional arrays.

ivis: dimensionality reduction in very large datasets using Siamese Networks

11 Jun 08:50
Compare
Choose a tag to compare

ivis: dimensionality reduction in very large datasets using Siamese Networks

13 May 13:50
7c3dc48
Compare
Choose a tag to compare
  • Introducing neighbour_matrix parameter for provision of arbitrary KNNs.
  • Transition to tf.Datasets, improving memory efficiency and overall stability

ivis: dimensionality reduction in very large datasets using Siamese Networks

08 Apr 17:47
56a8479
Compare
Choose a tag to compare
1.7.2

Merge pull request #64 from beringresearch/revert-63-keras-sequence-t…

ivis: dimensionality reduction in very large datasets using Siamese Networks

07 Jan 11:41
0fd108e
Compare
Choose a tag to compare

This release addresses #50 by making it easy to alternate between CPU- and GPU-enabled tensor flow backend

ivis: dimensionality reduction in very large datasets using Siamese Networks

29 Oct 12:53
Compare
Choose a tag to compare

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

ivis: dimensionality reduction in very large datasets using Siamese Networks

03 Oct 06:22
Compare
Choose a tag to compare
  • Control eager execution
  • R package updates and improvements
  • Save ivis object with a custom model
  • Bug squashes and performance improvements