Valeriy Van
Valeriy Van
Converts 0_tf_hello_world.ipynb, 1_linear_regression_model.ipynb, 2_mnist.ipynb to python 3. extras needs more attention.
If you use map(+) you should also use map(abs) 🙂
Any plans for implementing [Short-Time Fourier transform](https://en.wikipedia.org/wiki/Short-time_Fourier_transform)?
Change Cartfile example setting version instead of master branch
**Is your feature request related to a problem? Please describe.** In most use cases of `FileManager`'s `unzipItem(at:to:skipCRC32:progress:preferredEncoding:)` callers need to know what was unzipped. Now this can be achieved by...
Apply some optimisations in PoseNet: * get rid of excessive array initialization in `toArray` method of `Data` extension; * avoid double indexing of FlatArray - calculating flatIndex is expensive.