- 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
推薦閱讀
- Data Visualization with D3 4.x Cookbook(Second Edition)
- 深入理解Android(卷I)
- Git Version Control Cookbook
- Kali Linux Wireless Penetration Testing Beginner's Guide(Third Edition)
- HTML5從入門到精通(第4版)
- SciPy Recipes
- R Data Science Essentials
- Getting Started with Polymer
- Sails.js Essentials
- Clojure High Performance Programming(Second Edition)
- SQL Server on Linux
- HTML并不簡(jiǎn)單:Web前端開發(fā)精進(jìn)秘籍
- INSTANT Lift Web Applications How-to
- 現(xiàn)代JavaScript編程:經(jīng)典范例與實(shí)踐技巧
- Storm Real-Time Processing Cookbook