keras,tensorflow,numpy,jupyter
Posted szllq2000
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了keras,tensorflow,numpy,jupyter相关的知识,希望对你有一定的参考价值。
docker-tensorflow:
https://segmentfault.com/a/1190000015053704
pip install scipy
pip install keras
docker run -it -p 8888:8888 tensorflow_with_keras
jupyter:
numpy:ndarray:
https://www.jianshu.com/p/5cc8738aa3da
keras basic:
http://www.cnblogs.com/lc1217/p/7132364.html
https://www.jianshu.com/p/88090a7895db
以上是关于keras,tensorflow,numpy,jupyter的主要内容,如果未能解决你的问题,请参考以下文章
深度学习框架keras安装(后端基于Tensorflow/theano)
我是不是需要在导入 numpy 或 tensorflow 的所有模块中设置种子?