- Neural Networks with Keras Cookbook
- V Kishore Ayyadevara
- 89字
- 2021-07-02 12:46:19
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "The variable named Defaultin2yrs is the output variable that we need to predict."
A block of code is set as follows:
data['DebtRatio_newoutlier']=np.where(data['DebtRatio']>1,1,0)
data['DebtRatio']=np.where(data['DebtRatio']>1,1,data['DebtRatio'])
Bold: Indicates a new term, an important word, or words that you see onscreen.
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- Node.js 10實戰
- MySQL 8從入門到精通(視頻教學版)
- Learning Informatica PowerCenter 10.x(Second Edition)
- Python計算機視覺編程
- 深入理解Java7:核心技術與最佳實踐
- Java:High-Performance Apps with Java 9
- Python機器學習算法: 原理、實現與案例
- Instant Lucene.NET
- 動手學數據結構與算法
- Kubernetes源碼剖析
- JSP程序設計實例教程(第2版)
- 代替VBA!用Python輕松實現Excel編程
- Oracle數據庫編程經典300例
- ASP.NET Web API Security Essentials
- NGUI for Unity