Python簡介語法形態控制邏輯函數物件輸出入字串處理檔案處理記憶體管理lambda影音教材應用科學計算微積分符號運算向量運算矩陣運算機率統計訊號處理語音處理影像處理碎形幾何GIS 地理資訊自動控制機器人Kinect人工智慧自然語言分群分類機器學習SVM 向量機神經網路最佳化遺傳演算法視窗程式2D繪圖3D繪圖Web 程式連結C訊息相關網站參考文獻最新修改簡體版English |
http://www.answermysearches.com/four-free-neural-network-libraries-for-python/195/ 摘要: 1. First we have the Fast Artificial Neural Network Library (FANN). It is written in C but says it has Python bindings. The bindings for Python look hard to set up but on the plus side it looks well maintained and claims to be extremely fast. 2. Next there is the bpnn.py neural network code by Neil Schemenauer. It’s just a lone .py file sitting out in the middle of the internet. What looks good about this is that it’s written in pure Python, and it’s really short. This makes me think it will be easy to understand and verify. It’s also public domain which is nice. I’m also encouraged by the fact that this fancy IBM type article used this module. Perhaps that article will serve as a de facto documentation for the module? 3. The Pyro Python Robotics project seems to have some neural network stuff but on a cursory glance it appears to be more a tutorial than something you can download and use. 4. Finally, NEURObjects is a set of C++ library classes for neural networks development. I only include it here because I always hear that it’s easy to make a Python wrapper for C++ code. Of course I’ve never been able to figure out how myself, but it might work as a last resort. (Python experts, please give us a tutorial on this wrapper stuff!) |
神經網路
page revision: 1, last edited: 25 Jun 2012 01:24
Post preview:
Close preview