- 授权协议: MIT
- 开发语言: Google Go
- 操作系统: Linux
- 软件首页: https://github.com/fxsjy/gonn
- 软件文档: https://github.com/fxsjy/gonn/blob/master/README.md
软件介绍
GoNN是一个用GO语言写的神经网络库
- GoNN目前实现了BP网络,RBF网络和感知机
- 在著名的手写体字符识别数据库MNIST上,GoNN达到了98.2%的正确率。
- 此外,项目中还包含简单的例子:sin曲线拟合、鸾尾花分类、XOR训练等
Designing Data-Intensive Applications
Martin Kleppmann / O'Reilly Media / 2017-4-2 / USD 44.99
Data is at the center of many challenges in system design today. Difficult issues need to be figured out, such as scalability, consistency, reliability, efficiency, and maintainability. In addition, w......一起来看看 《Designing Data-Intensive Applications》 这本书的介绍吧!
