Deep Learning: 用Python進行深度學習的基礎理論實作
相關熱銷的書籍推薦給您
書名:DEEP LEARNING|用PYTHON進行深度學習的基礎理論實作
出版社:歐萊禮
出版年月:201708
條碼:9789864764846
內容簡介
不走捷徑,幫助您真正搞懂「深度學習」的真義
這是一本與「深度學習」有關的書籍。從入門開始說明,一步一步帶領你瞭解深度學習必須具備的知識。本書可以幫助您了解:深度學習究竟是什麼?有何特色?根據何種原理來運作?
從零開始,由實做中學習
本書的目標是,盡量避免使用不瞭解內容的「黑盒子」,以基礎的知識為起點,以容易上手的Python撰寫程式,從動手實作的過程中,一步步深入瞭解深度學習。若以車用書籍來比喻這本書的話,這本書並不屬於汽車駕訓教材,而是希望能夠幫助您瞭解車子的原理,而非教您開車的方法。為了瞭解汽車的結構,必須試著打開車子的引擎蓋,將每個零件都拿起來觀察、操作看看。然後盡量用簡單的形狀,篩選出車子的核心部分,就像組合迷你模型般,製作出這台車子。本書的目標,就是透過製作車子的過程,讓你感受到自己實際可以製作出車子,進而熟悉與車子的相關技術。
本書特色:
.利用最少的外部函式庫,使用Python,從零開始實際執行深度學習的程式。
.說明Python 的用法,讓Python 的初學者也能理解。
.實際執行Python 的原始碼,同時提供讀者手邊可以進行實驗的學習環境。
.從簡單的機器學習問題開始,到最後執行精密辨識影像的系統。
.以淺顯易懂的方式說明深度學習與神經網路理論。
.針對看似複雜的技術,如誤差反向傳播與卷積運算等,利用實際操作方式說明,幫助理解。
.介紹在執行深度學習時,有幫助且實用的技巧,包括決定學習率的方法、權重的預設值等。
.說明Batch Normalization、Dropout、Adam 等最近的趨勢與操作。
.為什麼深度學習很優秀,為什麼加深層數,就能提高辨識準確度,為什麼隱藏層很重要,仔細說明這些「為什麼」。
.介紹自動運作、產生影像、強化學習等深度學習的應用範例。
作者介紹
作者簡介
斎藤康毅
1984年生於長崎縣對馬,畢業於東京工業大學工學院,東京大學研究所學際情報學府學士課程修畢。現在於企業內從事與電腦視覺、機器學習有關的研究開發工作。1984年生於長崎縣對馬,畢業於東京工業大學工學院,東京大學研究所學際情報學府學士課程修畢。現在於企業內從事與電腦視覺、機器學習有關的研究開發工作。
目錄
第一章 Python入門
第二章 感知器
第三章 神經網路
第四章 神經網路的學習
第五章 誤差反向傳播法
第六章 與學習有關的技巧
第七章 卷積神經網路
第八章 深度學習
附錄A Softmax-with-Loss層的計算圖
參考文獻
立即查看
Applied Numerical Methods with Python for Engineers and Scientists (1版)
類似書籍推薦給您
【簡介】
本書介紹
雖然MATLAB提供高品質與強大的運算平台,可是,採購的價格卻讓許多大學望而卻步,對此問題,作者 Chapra提供了另一種選擇方案,即「透過 Python 來學習數值方法」;本書是為工學院與理學院相關系所學生精心設計的核心教材,除了扎實的理論說明,在許多章節裡還附上許多工程應用的案例,從背景陳述到詳細的解題過程,協助學生能深刻的理解與應用;內容文筆與深度都十分容易閱讀,適合大學老師採用與指定為「數值方法」課程的學習課本。
【目錄】
Table of Contents
PART ONE Modeling, Computers, and Error Analysis
1 Mathematical Modeling, Numerical Methods, and Problem Solving
2 Python Fundamentals
3 Programming in Python
4 Roundoff and Truncation Errors
PART TWO Roots and Optimization
5 Roots: Bracketing Methods
6 Roots: Open Methods
7 Optimization
PART THREE Linear Systems
8 Linear Algebraic Equations and Matrices
9 Gauss Elimination
10 LU Factorization
11 Matrix Inverse and Condition
12 Iterative Methods
13 Eigenvalues
PART FOUR Curve Fitting
14 Straight-Line Linear Regression
15 General Linear and Nonlinear Regression
16 Fourier Analysis
17 Polynomial Interpolation
18 Splines and Piecewise Interpolation
PART FIVE Integration and Differentiation
19 Numerical Integration Formulas
20 Numerical Integration of Functions
21 Numerical Differentiation
PART SIX Ordinary Differential Equations
22 Initial-Value Problems
23 Adaptive Methods and Stiff Systems
24 Boundary-Value Problems
原價:
1600
售價:
1504
現省:
96元
立即查看
Python資料分析 第三版 Python for Data Analysis, 3rd Edition (1版)
類似書籍推薦給您
第一章 開場白
第二章 Python 語言基本知識、IPython 與 Jupyter Notebooks
第三章 內建的資料結構、函式與檔案
第四章 NumPy 基本知識:陣列與向量化計算
第五章 pandas 入門
第六章 資料的載入與儲存,及檔案格式
第七章 資料清理與準備
第八章 資料整頓:連接、結合與重塑
第九章 繪圖與視覺化
第十章 彙總與群組操作
第十一章 時間序列
第十二章 Python 建模程式庫簡介
第十三章 資料分析範例
附錄A NumPy 進階功能
附錄B IPython 系統的進階功能
立即查看
Intro to Python for Computer Science and Data Science: Learning to Program with AI, Big Data and the Cloud (1版)
類似書籍推薦給您
目錄大綱
Table of Contents:
1. Introduction to Computers and Python
2. Introduction to Python Programming
3. Control Statements and Program Development
4. Functions
5. Sequences: Lists and Tuples
6. Dictionaries and Sets
7. Array-Oriented Programming with NumPy
8. Strings: A Deeper Look
9. Files and Exceptions
10. Object-Oriented Programming
11. Computer Science Thinking: Recursion, Searching, Sorting and Big O
12. Natural Language Processing (NLP)
13. Data Mining Twitter
14. IBM Watson and Cognitive Computing
15. Machine Learning: Classification, Regression and Clustering
16. Deep Learning
17. Big Data: Hadoop, Spark, NoSQL and IoT
Index
目錄大綱(中文翻譯)
目錄:
1. 電腦和Python簡介
2. Python程式設計簡介
3. 控制語句和程式開發
4. 函式
5. 序列:列表和元組
6. 字典和集合
7. 使用NumPy進行陣列導向程式設計
8. 字串:更深入的觀察
9. 檔案和例外處理
10. 物件導向程式設計
11. 電腦科學思維:遞迴、搜尋、排序和Big O
12. 自然語言處理(NLP)
13. 探勘Twitter資料
14. IBM Watson和認知運算
15. 機器學習:分類、回歸和分群
16. 深度學習
17. 大數據:Hadoop、Spark、NoSQL和物聯網
索引
原價:
1480
售價:
1406
現省:
74元
立即查看
DYNAMIC SYSTEM MODELING & ANALYSIS WITH MATLAB & PYTHON: FOR CONTROL ENGINEERS (1版)
類似書籍推薦給您
DESCRIPTION
Dynamic System Modeling & Analysis with MATLAB & Python
A robust introduction to the advanced programming techniques and skills needed for control engineering
In Dynamic System Modeling & Analysis with MATLAB & Python: For Control Engineers, accomplished control engineer Dr. Jongrae Kim delivers an insightful and concise introduction to the advanced programming skills required by control engineers. The book discusses dynamic systems used by satellites, aircraft, autonomous robots, and biomolecular networks. Throughout the text, MATLAB and Python are used to consider various dynamic modeling theories and examples.
The author covers a range of control topics, including attitude dynamics, attitude kinematics, autonomous vehicles, systems biology, optimal estimation, robustness analysis, and stochastic system. An accompanying website includes a solutions manual as well as MATLAB and Python example code.
Dynamic System Modeling & Analysis with MATLAB & Python: For Control Engineers provides readers with a sound starting point to learning programming in the engineering or biology domains. It also offers:
A thorough introduction to attitude estimation and control, including attitude kinematics and sensors and extended Kalman filters for attitude estimation
Practical discussions of autonomous vehicles mission planning, including unmanned aerial vehicle path planning and moving target tracking
Comprehensive explorations of biological network modeling, including bio-molecular networks and stochastic modeling
In-depth examinations of control algorithms using biomolecular networks, including implementation
Dynamic System Modeling & Analysis with MATLAB & Python: For Control Engineers is an indispensable resource for advanced undergraduate and graduate students seeking practical programming instruction for dynamic system modeling and analysis using control theory.
立即查看
Python for Excel|自動化與資料分析的現代開發環境 Python for excel : a modern environment for automation and data analysis (1版)
類似書籍推薦給您
Python for Excel自動化與資料分析的現代開發環境
ISBN13:9789865029340
出版社:美商歐萊禮
作者:Felix Zumstein
譯者:沈佩誼
裝訂/頁數:平裝/360頁
規格:23cm*17cm*2cm (高/寬/厚)
版次:1
出版日:2021/11/16
中國圖書分類:電腦應用及其程式
內容簡介
幫助沒有任何Python基礎的使用者,學會自動化Excel工作,在Excel中,輕鬆借助Python的資料分析和科學計算工具完成任務
在微軟的相關論壇中,使用者期望Excel支援Python的呼聲不斷,為什麼這個組合如此受人矚目?在這本實用的手冊當中,xlswings開發者Felix Zumstein,將現身說法,告訴您如何使用Python來達成Excel的自動化作業。
雖然Excel在過去幾年加入許多新功能,但其內建的腳本語言VBA已經停滯多年,許多Excel高手都已經開始運用Python來達成自動化作業,本書可以幫助您:
.無需進階程式設計知識即可運用Python
.使用現代化工具,包括Jupyter Notebook和Visual Studio Code
.使用Pandas取得、清理與分析資料,並取代傳統的Excel計算
.將繁瑣的工作自動化,如彙整工作簿與產出報表
.透過xlswings建立使用Python作為運算引擎的Excel互動式工具
.透過Python程式協助Excel自資料庫、CSV檔與網路取得資料
.使用Python取代VBA與樞紐分析表
"本書告訴你如何整合Excel和Python,將你從不可避免的龐大活頁簿、數以千計的公式,以及狼狽不堪的VBA 程式碼中解放出來。這是我看過最有用的Excel工具書,也是Excel進階使用者必讀的一本佳作。"-Andreas F. Clenow, Acies資產管理資訊長暨暢銷財經書作家
目錄
第Ⅰ部 Python 導論
第一章 為什麼要用 Python 寫 Excel?
第二章 開發環境
第三章 從零開始學 Python
第Ⅱ部 Pandas 導論
第四章 NumPy 基礎
第五章 以 pandas 執行資料分析
第六章 以 pandas 執行時間序列分析
第Ⅲ部 在 Excel 軟體之外讀取和編寫 Excel 檔案
第七章 以 pandas 處理 Excel 檔案
第八章 以 Reader 和 Writer 套件處理 Excel 檔案
第Ⅳ部 以 xlwings 設計 Excel 應用程式
第九章 自動化 Excel
第十章 以 Python 打造的 Excel 工具
第十一章 Python Package Tracker
第十二章 使用者定義函式(UDF)
附錄A Conda 環境
附錄B VS Code 進階功能
附錄C Python 進階概念
立即查看