In our latest release, version 0.10.1.21, we have added support for the newly released NVIDIA CUDA 10.1 with cuDNN 7.5. You can now use Neural Style Transfer, Policy Gradient based reinforcement learning, Char-RNN LSTM based learning and much more with CUDA 10.1. New Features The following new features have been added to this release. Added …
Neural Style Transfer now supported with cuDNN 7.4.2!
In our latest release, version 0.10.0.190, we have added Neural Style Transfer as described by [1] using the VGG model [2]. With Neural Style Transfer, the style of one photo (such as Vincent Van Gogh’s Starry Night) is learned by the AI model and applied to a content photo (such as the photo of train …
Continue reading “Neural Style Transfer now supported with cuDNN 7.4.2!”
cuDNN LSTM Engine Now Supported to learn Shakespeare 5x faster!
In our latest release, version 0.10.0.140, we have added CUDNN engine support to the LSTM layer to solve the Char-RNN 5x faster than when using the CAFFE engine. As described in our last post, the CAFFE version (originally created by Donahue et al. [1]) uses an internal Unrolled Net to implement the recurrent nature of …
Continue reading “cuDNN LSTM Engine Now Supported to learn Shakespeare 5x faster!”
Recurrent Learning Now Supported with cuDNN 7.4.1 on Char-RNN to learn Shakespeare!
In our latest release, version 0.10.0.122, we now support Recurrent Learning with both the LSTM [1] and LSTM_SIMPLE [2] layers to solve the Char-RNN as described by [3] and inspired by adepierre [4] and create a Shakespeare sonnet, and do so with the recently released CUDA 10.0.130/cuDNN 7.4.1.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
The thought of his but is the queen of the wind: Thou hast done that with a wife of bate are to the earth, and straker'd them secured of my own to with the more. CORIOLANUS: My lord, so think'st thou to a play be with thee, And mine with him to me, which think it be the gives That see the componted heart of the more times, And they in the farswer with the season That thou art that thou hast a man as belied. PRONEES: That what so like the heart to the adficer to the father doth and some part of our house of the server. DOMIONA: What wishes my servant words, and so dose strack, here hores ip a lord. PARELLO: And you are grace; and a singer of your life, And his heart mistress fare the dear be readors To the buse of the father him to the sone. HOMITIUS ENOBARY: And they are not a his wonders for thy greater; But but a plotering pastice and every sirs. PAPOLLES: I will not as my lord, and the prince and house, But that is scort to my wanter with her than. |
To create the Shakespeare above, we …
Policy Gradient Reinforcement Learning Now Supported with cuDNN 7.3.1 on an ATARI Gym!
In our latest release, version 0.10.0.76, we now support multi-threaded, Policy Gradient Reinforcement Learning on the Arcade-Learning-Environment [4] (based on the ATARI 2600 emulator [5]) as described by Andrej Karpathy[1][2][3], and do so with the recently released CUDA 10.0.130/cuDNN 7.3.1. Using the simple Sigmoid based policy gradient reinforcement learning model shown below… … the SignalPop …
Softmax based Policy Gradient Reinforcement Learning Now Supported with CUDA 10!
In our latest release, version 0.10.0.24, we now support multi-threaded, SoftMax based Policy Gradient Reinforcement Learning as described by Andrej Karpathy[1][2][3], and do so with the recently released CUDA 10.0.130/cuDNN 7.3. Using the simple SoftMax based policy gradient reinforcement learning model shown below… … the SignalPop AI Designer uses the MyCaffeTrainerRL to train the model …
Continue reading “Softmax based Policy Gradient Reinforcement Learning Now Supported with CUDA 10!”
Policy Gradient Reinforcement Learning Now Supported!
In our latest release, version 0.9.2.188, we now support Policy Gradient Reinforcement Learning as described by Andrej Karpathy[1][2][3], and do so with the recently released CUDA 9.2.148 (p1)/cuDNN 7.2.1. For training, we have also added a new Gym infrastructure to the SignalPop AI Designer, where the dataset in each project can either be a standard …
Continue reading “Policy Gradient Reinforcement Learning Now Supported!”
Inroducing the SignalPop Universal Miner!
You can now easily mine Ethereum with our newly released SignalPop Universal Miner™ where all that you need to do is control your ambient temperature – we take care of the rest! Built entirely for Windows bases systems (Windows 10 highly recommended), the Universal Miner carefully monitors your GPU’s and keeps their temperatures within a …
Continue reading “Inroducing the SignalPop Universal Miner!”
Deep Convolutional Auto-Encoders for MNIST Now Supported!
In our latest release, version 0.9.2.122, we now support deep convolutional auto-encoders with pooling as described by [1], and do so with the new ly released CUDA 9.2.148/cuDNN 7.1.4. Auto-encoders are models that learn how to re-create the input fed into them. In our example shown here, the MNIST dataset is fed into our model,… …
Continue reading “Deep Convolutional Auto-Encoders for MNIST Now Supported!”
ResNet-56 for CIFAR-10 Now Supported!
In our latest release, version 0.9.2.30, we now support the ResNet-56 model trained on CIFAR-10 as described by [1], and do so with the newly released CUDA 9.2/cuDNN 7.1.4. To try this out yourself, just follow the easy steps in the new ResNet tutorial! New Features New CUDA 9.2 support (requires driver 397.93 or above) …