- 授权协议: 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训练等
How to Design Programs
Matthias Felleisen、Robert Bruce Findler、Matthew Flatt、Shriram Krishnamurthi / The MIT Press / 2001-2-12 / 71.00美元
This introduction to programming places computer science in the core of a liberal arts education. Unlike other introductory books, it focuses on the program design process. This approach fosters a var......一起来看看 《How to Design Programs》 这本书的介绍吧!
