- 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
推薦閱讀
- ASP.NET Web API:Build RESTful web applications and services on the .NET framework
- 零基礎學Scratch少兒編程:小學課本中的Scratch創意編程
- C# Programming Cookbook
- Cassandra Design Patterns(Second Edition)
- 算法精粹:經典計算機科學問題的Python實現
- C語言程序設計
- Vue.js 2 Web Development Projects
- HTML5權威指南
- Oracle實用教程
- C#面向對象程序設計(第2版)
- TypeScript全棧開發
- Learning iOS Penetration Testing
- Unreal Engine Game Development Cookbook
- MATLAB計算機視覺實戰
- Building E-Commerce Solutions with WooCommerce(Second Edition)