conx
conx copied to clipboard
The On-Ramp to Deep Learning
You got a nice dataset together. How can you save/load it? Share it?
``` with widget.output: print() ``` as long as it works without widgets, too.
Gives some hints on what can go wrong and how to fix.
1. create network 2. net.save() 3. change network (say, hidden layer size) 4. net.load() No error message, until you train, etc. conx net != keras net
The 'sklearn' PyPI package is deprecated, use 'scikit-learn' rather than 'sklearn' for pip commands.
conx module cannot be installed on newer versions of Python because the 'sklearn' PyPI package is deprecated; it should use 'scikit-learn' rather than 'sklearn' for pip commands in the requirements.