- 授权协议: Apache 2.0
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: https://github.com/darkonhub/darkon/
- 软件文档: http://darkon.io/
- 官方下载: https://github.com/darkonhub/darkon/
软件介绍
Darkon 是一个更好地理解深度学习模型的开源工具包。
深度学习由于难以被理解,经常被戏称为黑箱(black-box)。但是,可解释性与可控性对深度学习模型的商业化至关重要。人们通常认为只要准备高准确性的数据集足以将该模型用于商业产品。但是,但实际情况却是经常在实际应用中遭受失败,并会导致极端案例的出现。
Darkon 旨在帮助理解已训练模型,进而调试故障,解释决策等等。
Demo 地址
依赖
Tensorflow>=1.3.0
示例
安装
Install Darkon alone
pip install darkon
Install with TensorFlow CPU
pip install darkon[tensorflow]
Install with TensorFlow GPU
pip install darkon[tensorflow-gpu]
Object-Oriented Design Heuristics
Arthur J. Riel / Addison-Wesley Professional / 1996-05-10 / USD 64.99
Product Description Here is the first object-oriented development book to provide specific experience-based guidelines to help developers make the right design decisions. This book offers the next ......一起来看看 《Object-Oriented Design Heuristics》 这本书的介绍吧!
