比較好的數學方面的書

2021-06-26 11:46:10 字數 1022 閱讀 3874

1)演算法方面比較好的書

《演算法導論》,同時還有mit的網易公開課

2)數學方面比較好的書——林達華推薦

1. 線性代數: 關鍵的是要深入理解幾個基礎而又重要的概念:

子空間(subspace)

,正交(orthogonality)

,特徵值和特徵向量

(eigenvalues and eigenvectors)

,和線性變換

(linear transform)

。也有mit網易公開課,但是感覺這種書還是自己仔細琢磨比較好~~

introduction to linear algebra (3rd ed.)  by gilbert strang.(mit經典教材)

2. 概率和統計

(5th ed.)  by richard a. johnson and dean w. wichern

,掌握基本概念

linear regression, factor analysis, principal component analysis (pca), and canonical component analysis (cca

)。introduction to graphical models (draft version).  by m. jordan and c. bishop. 

可以用進一步深入學習貝葉斯統計和graphic models。

3. 分析(analysis)

principles of mathematical analysis, by walter rudin

4.拓撲(topology)

topology (2nd ed.)  by james munkres

5. 流形理論(manifold theory)

對於拓撲和分析

有一定把握

時,方可開始學習流形理論,否則所學只能流於浮淺

。我所使用的書是

introduction to smooth manifolds.  by john m. lee

關於python資料分析方面比較好的書

推薦幾本python資料分析方面的書。python憑藉其簡單 易讀 可擴充套件性以及擁有巨大而活躍的科學計算社群,在需要分析 處理大量資料的金融行業得到了廣泛而迅速的應用,並且成為該行業開發核心應用的程式語言。python金融大資料分析 提供了使用python進行資料分析,以及開發相關應用程式的技巧...

AsyncTask 比較好的解釋

package com.example.asynctask import android.os.asynctask import android.widget.progressbar import android.widget.textview 生成該類的物件,並呼叫execute方法之後 首先執行...

ballmanford 比較好的理解方式

本文 假設存在最短路徑的話,那麼我們只要將這條最短路徑沿著權值為負的環路在繞一圈,那麼這條最短路徑的權值就會減少了,所以不存在最短的路徑,因為路徑的最小值為負無窮 一般形式 typedef struct edge edge n bool bellman ford 如果某次迴圈,沒有更新源點到任何頂點...