This repository has been archived by the owner on Mar 17, 2021. It is now read-only.
0.2.0
Added
- Support for unsupervised learning networks, including GANs and auto-encoders
- An application engine for managing low-level operations required by different types of high-level applications
- NiftyNet is now available on the Python Package Index:
pip install niftynet
- NiftyNet website up and running: http://niftynet.io
- API reference published online: http://niftynet.rtfd.io/en/dev/py-modindex.html
- NiftyNet source code mirrored on GitHub: https://github.com/NifTK/NiftyNet
- 5 new network implementations:
- DenseVNet
- HolisticNet
- SimpleGAN
- SimulatorGAN
- VariationalAutoencoder (VAE)
Fixed
- Bugs (30+ issues resolved)