用於科學計算的Python庫-代替Matlab

來源:互聯網
上載者:User

原文地址:http://blog.csdn.net/ariesjzj/article/details/7477783

數值計算,線性代數庫 - NumPy, SciPy。相當於BLAS, LAPACK。

網址:http://numpy.scipy.org/,http://www.scipy.org/

ubuntu安裝:

# apt-get install python-numpy python-scipy

繪圖庫-matplotlib。等勢圖,分布圖,等等。。。總之,實驗結果的可視化可少不了這東西。

網址:http://matplotlib.sourceforge.net/

ubuntu安裝:

# apt-get install python-matplotlib

影像處理庫-OpenCV。其實同時也是個機器學習庫。

網址:http://opencv.willowgarage.com/documentation/python/index.html

ubuntu安裝:

# apt-get install python-opencv

最佳化庫-cvxopt。牛到長角的著作《convex optimization》的配套實現,還是比較權威的。

網址:http://abel.ee.ucla.edu/cvxopt/,http://www.stanford.edu/~boyd/cvxbook/

ubuntu安裝:

# apt-get install python-cvxopt

Qt圖形庫-pyqt。不用編譯,解釋執行的圖形介面,對於實驗性的原型設計還是相當適合的,而且還跨平台。

網址:http://www.riverbankcomputing.co.uk/software/pyqt/download

ubuntu安裝:

# apt-get install python-qt4

這裡只列了些常用的庫,其它的諸如支援向量機,神經網路等模型的Python實現網上一搜就有一大坨,在些不列舉了。

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.