- 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.
推薦閱讀
- Extending Jenkins
- 大話PLC(輕松動(dòng)漫版)
- SOA實(shí)踐
- vSphere High Performance Cookbook
- Python深度學(xué)習(xí)
- VMware虛擬化技術(shù)
- Haxe Game Development Essentials
- 圖數(shù)據(jù)庫實(shí)戰(zhàn)
- Getting Started with React Native
- Learning Material Design
- Clojure for Java Developers
- Learning Grunt
- Mastering Machine Learning with scikit-learn
- Web前端開發(fā)精品課:HTML5 Canvas開發(fā)詳解
- Django 3 Web Development Cookbook