艾馬斯特
1.0.0
具有即時視覺化功能的人工神經網路學習和實驗工具。
(注意:不要在非常大的網路中使用管道視覺化?。)
此模組需要安裝numpy
和scipy
。以及用於視覺化的matplotlib
。
請隨意嘗試 aimaster。
使用pip install aimaster
或pip3 install aimaster
從 PyPI 安裝軟體包。
從檔案系統運行example.py
或
從互動終端from aimaster import example
example.run()
此範例是一個學習基本異或門並具有可視化效果的神經網路模型。