- 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.
- Learning Single:page Web Application Development
- 深入理解Bootstrap
- INSTANT OpenCV Starter
- 測試驅動開發:入門、實戰與進階
- Rust編程從入門到實戰
- Java開發入行真功夫
- HTML5游戲開發案例教程
- TypeScript圖形渲染實戰:基于WebGL的3D架構與實現
- Getting Started with Python Data Analysis
- GameMaker Programming By Example
- Scala謎題
- Salesforce Reporting and Dashboards
- Python3.5從零開始學
- 深入剖析Java虛擬機:源碼剖析與實例詳解(基礎卷)
- Natural Language Processing with Python Quick Start Guide