目錄html
更新、更全的《機器學習》的更新網站,更有python、go、數據結構與算法、爬蟲、人工智能教學等着你:http://www.javashuo.com/article/p-vozphyqp-cm.htmlpython
假設咱們有一個矩陣
\[ w= \begin{matrix} 1&2&3 \\ 4&5&6 \\ 7&8&9 \\ \end{matrix} \]
則矩陣的轉置
\[ w^T= \begin{matrix} 1&4&7 \\ 2&5&8 \\ 3&6&9 \\ \end{matrix} \]算法