User Portlet User Portlet

Discussions
I was excited to see that OpenAI's Gym can now be accessed through Mathematica. The examples all work perfectly. However, to do anything more requires knowing how to send actions other than "Random" to the device. But I can't find a way to query the...
Hi -- I'm in the process of learning more about Quantum Computing, and since I'm more of a programmer than a mathematician, tinkering with a simulator seems like a great way to do it. I've read several papers about the QuantumCircuit package for...
Hi -- First, congrats on 11.1. Support for the 1080 GPU is enough for me to get excited. I also love that I can load pre-trained models using NetModel, as that is an increasingly obvious strategy for problem solving. However, I'm not clear on how I...
Hi -- As a stopgap until 11.1 when I can use my 1080 GPU, I've switched to a machine with a 970, but am having a different problem. I can train a simple (stripped down parameters) network on the CPU, but when I add the GPU as the target, it starts to...
HI -- The neural network package is really cool. I'm learning a lot from experimenting with it. I have noticed one odd thing I can't explain. I have a fairly simple CNN that I train on some images. It trains (although super-slowly) on my CPU, with a...