- 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.
- 觸·心:DT時代的大數據精準營銷
- JIRA 7 Administration Cookbook(Second Edition)
- Scala Design Patterns
- 軟件測試項目實戰之性能測試篇
- INSTANT Sencha Touch
- 深入理解Java7:核心技術與最佳實踐
- Java程序設計入門
- SQL Server 2008 R2數據庫技術及應用(第3版)
- FPGA嵌入式項目開發實戰
- CodeIgniter Web Application Blueprints
- C語言程序設計
- Python Programming for Arduino
- 黑莓(BlackBerry)開發從入門到精通
- MySQL數據庫應用實戰教程(慕課版)
- Effective C++:改善程序與設計的55個具體做法(第三版)中文版(雙色)