- Improve error message for broadcasting error
- Avoid
java.lang.Errorwhen usingExecutors.singleThreadExecutoras the execution context.
Unclaimed project
Are you a maintainer of DeepLearning.scala? Claim this project to take control of your public changelog and roadmap.
Changelog
A simple library for creating complex neural networks
java.lang.Error when using Executors.singleThreadExecutor as the execution context.Port all built-in plugins except INDArray-related plugins to Scala 2.12.
Thanks to @lrytz (https://github.com/scala/bug/issues/10334, https://github.com/scala/scala/pull/5973 and https://github.com/scala/scala/pull/5977).
Today, we are happy to announce DeepLearning.scala 2.0.0, the new stable release of DeepLearning.scala, a simple library for creating complex neural networks from object-oriented and functional programming constructs.
DeepLearning.scala 2.0.0-RC1 is a release candidate of DeepLearning.scala 2.
DeepLearning.scala 2.0 comes with two major features in addition to DeepLearning.scala 1.0: dynamic neural network and Factory-based plugins.
In DeepLearning.scala 2.0, a neural network is an ordinary Scala...
Version 1.0.0 is the first stable release.
Like Theano and other deep learning toolkits, DeepLearning.scala allows you to build neural networks from mathematical formulas. It supports [float](https://javadoc.io/page/com.thoughtworks.deeplearning/unidoc_2.11/latest/com/thoughtworks/deeplearning/...