conx icon indicating copy to clipboard operation
conx copied to clipboard

The On-Ramp to Deep Learning

Results 28 conx issues
Sort by recently updated
recently updated
newest added

Notes, like the following, deserve to live somewhere: Conx builds models between any two banks that have fully activated incoming pathways. Therefore, Network.propagate_from() won't work if you attempt to propagate...

after turning targets on in the dashboard, the targets don't show up until Next or Prev is clicked, even after clicking Refresh.

```python from . import imdb from . import reuters from . import boston_housing from . import fashion_mnist ```

Currently, plot_results plots every single epoch, which can be quite noisy and take too long. Better would be to allow a step, and to automatically set step as the number...

While making movies, etc.

enhancement

net.plot_activation_map() could use the net.model.predict() on all activations at once. They'd have to be the in the right internal format.

![screenshot from 2018-01-28 23-27-58](https://user-images.githubusercontent.com/168568/35493655-04022ce8-0483-11e8-9b10-42eb9cfa8d58.png) This example from AlphaZero is (2, 6, 7) and should display 6 x 7 rather than 2 x 6.