- Deep Learning with Theano
- Christopher Bourez
- 168字
- 2021-07-15 17:16:56
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "The operator is defined by a class deriving from the generic theano.Op
class."
A block of code is set as follows:
import theano, numpy class AXPBOp(theano.Op): """ This creates an Op that takes x to a*x+b. """ __props__ = ("a", "b")
Any command-line input or output is written as follows:
gsutil mb -l europe-west1 gs://keras_sentiment_analysis
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Clicking the Next button moves you to the next screen."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- Python 3.7網絡爬蟲快速入門
- Access 數據庫應用教程
- 華為HMS生態與應用開發實戰
- Python程序設計(第3版)
- Mastering Swift 2
- PhpStorm Cookbook
- Unity 2D Game Development Cookbook
- MySQL從入門到精通(軟件開發視頻大講堂)
- TypeScript 2.x By Example
- Instant Automapper
- Hands-On Robotics Programming with C++
- 金融商業數據分析:基于Python和SAS
- Android智能手機APP界面設計實戰教程
- Python無監督學習
- Responsive Web Design with jQuery