- Deep Learning with Keras
- Antonio Gulli Sujit Pal
- 186字
- 2021-07-02 23:58:07
Step 1 — install some useful dependencies
First, we install the numpy package, which provides support for large, multidimensional arrays and matrices as well as high-level mathematical functions. Then we install scipy, a library used for scientific computation. After that, it might be appropriate to install scikit-learn, a package considered the Python Swiss army knife for machine learning. In this case, we will use it for data exploration. Optionally, it could be useful to install pillow, a library useful for image processing, and h5py, a library useful for data serialization used by Keras for model saving. A single command line is enough for installing what is needed. Alternatively, one can install Anaconda Python, which will automatically install numpy, scipy, scikit-learn, h5py, pillow, and a lot of other libraries that are needed for scientific computing (for more information, refer to: Batch Normalization: Accelerating Deep Network Training by Reducing Internal Covariate Shift, by S. Ioffe and C. Szegedy, arXiv.org/abs/1502.03167, 2015). You can find the packages available in Anaconda Python at https://docs.continuum.io/anaconda/pkg-docs. The following screenshot shows how to install the packages for our work:

- Aftershot Pro:Non-destructive photo editing and management
- AMD FPGA設計優化寶典:面向Vivado/SystemVerilog
- 微服務分布式架構基礎與實戰:基于Spring Boot + Spring Cloud
- 基于Apache Kylin構建大數據分析平臺
- Practical Machine Learning with R
- 單片機系統設計與開發教程
- 單片機原理及應用:基于C51+Proteus仿真
- 觸摸屏應用技術從入門到精通
- FPGA實戰訓練精粹
- 計算機組裝、維護與維修項目教程
- Raspberry Pi Home Automation with Arduino
- PIC系列單片機的流碼編程
- 電腦軟硬件維修寶典
- Hands-On Markov Models with Python
- Arduino+3D打印創新電子制作2