- Deep Learning with Theano
- Christopher Bourez
- 124字
- 2021-07-15 17:16:55
What you need for this book
Theano installation requires conda
or pip
, and the install process is the same under Windows, Mac OS and Linux.
The code has been tested under Mac OS and Linux Ubuntu. There might be some specificities for Windows, such as modifying the paths, that the Windows developer will solve quite easily.
Code examples suppose there exists on your computer a shared folder, where to download, uncompress, and preprocess database files that can be very voluminous and should not be left inside code repositories. This practice helps spare some disk space, while multiple code directories and users can use the same copy of the database. The folder is usually shared between user spaces:
sudo mkdir /sharedfiles sudo chmod 777 /sharedfiles
推薦閱讀
- OpenStack Cloud Computing Cookbook(Third Edition)
- C++程序設計(第3版)
- Learning Spring 5.0
- Software Testing using Visual Studio 2012
- Visual Basic程序設計習題解答與上機指導
- OpenShift在企業中的實踐:PaaS DevOps微服務(第2版)
- Web程序設計(第二版)
- Visual FoxPro程序設計
- C程序設計實踐教程
- Keras深度學習實戰
- Python圖形化編程(微課版)
- Python一行流:像專家一樣寫代碼
- INSTANT Apache Hive Essentials How-to
- Java面向對象程序設計教程
- Magento 2 Developer's Guide