- Keras Deep Learning Cookbook
- Rajdeep Dua Manpreet Singh Ghotra
- 128字
- 2021-06-10 19:38:48
Installing the Docker container
- Execute the following command on the Terminal to run the container. The container image is available with the tag rajdeepd/jupyter-keras:
docker run -d -p 8888:8888 rajdeepd/jupyter-keras start-notebook.sh --NotebookApp.token=''
- This will install the Notebook locally and start it as well. You can execute the docker ps -a command and see the output in the Terminal, as follows:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
45998a5eea89 rajdeepd/jupyter-keras "tini -- start-not..." About an hour ago Up About an hour 0.0.0.0:8888->8888/tcp admiring_wing
Please note that the host port of 8888 is mapped to the container port of 8888.
- Open the browser at the following URL http://localhost:8888:

You will notice that Jupyter is running. You can create a new Notebook and run Keras-specific code.
推薦閱讀
- Mastering Elastic Stack
- AWS Certified SysOps Administrator:Associate Guide
- 大數據平臺異常檢測分析系統的若干關鍵技術研究
- Spark大數據技術與應用
- Implementing Oracle API Platform Cloud Service
- 從零開始學PHP
- Hands-On Data Warehousing with Azure Data Factory
- 深度學習原理與 TensorFlow實踐
- 自適應學習:人工智能時代的教育革命
- Java Deep Learning Projects
- 工業機器人技術
- 中小型網站建設與管理
- Arduino創意機器人入門:基于Mind+
- iLike就業SQL多功能教材
- Data Visualization with D3.js Cookbook