- Java Deep Learning Essentials
- Yusuke Sugomori
- 155字
- 2021-07-16 10:38:41
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: "Let's take a look at CNNMnistExample.java
in the package of convolution."
A block of code is set as follows:
<dependency> <groupId>org.nd4j</groupId> <artifactId>nd4j-jcublas-7.0</artifactId> <version>${nd4j.version}</version> </dependency>
Any command-line input or output is written as follows:
[[7.00,7.00] [7.00,7.00] [7.00,7.00]]
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: "If you're using IntelliJ, you can import the project from File | New | Project from existing sources."
- 在你身邊為你設計Ⅲ:騰訊服務設計思維與實戰(zhàn)
- 云數(shù)據(jù)中心基礎
- 數(shù)據(jù)之巔:數(shù)據(jù)的本質(zhì)與未來
- 信息系統(tǒng)與數(shù)據(jù)科學
- Visual Studio 2015 Cookbook(Second Edition)
- MySQL基礎教程
- 數(shù)據(jù)革命:大數(shù)據(jù)價值實現(xiàn)方法、技術與案例
- 基于OPAC日志的高校圖書館用戶信息需求與檢索行為研究
- 數(shù)據(jù)庫設計與應用(SQL Server 2014)(第二版)
- HikariCP連接池實戰(zhàn)
- 智慧的云計算
- Hadoop集群與安全
- 利用Python進行數(shù)據(jù)分析(原書第2版)
- 掌中寶:電腦綜合應用技巧
- Hands-On Java Deep Learning for Computer Vision