- 授权协议: CPOL
- 开发语言: C#
- 操作系统: Windows
- 软件首页: http://www.codeproject.com/Articles/793251/Neuronal-NET-An-Easy-Implementation-of-Neuronal-Ne
软件介绍
Neuronal.NET 是神经元网络的简单实现,示例代码:
using Brains;
Brain ANN = new Brain(5, 4, 3);
ANN.SetInput(List<double> traindata);
while (ANN.score<10)
{
ANN.score=grade(ANN.Outputs);
}
Bitmap finish=ANN.ToBitmap();
Twitter Power
Joel Comm / Wiley / 2009-02-17 / USD 24.95
"Arguably, one of the best tomes...Twitter Power is jam-packed with clever ways to start and dominate a marketplace." (Brandopia.typepad.com, March 23rd 2009) “For months I......一起来看看 《Twitter Power》 这本书的介绍吧!
JS 压缩/解压工具
在线压缩/解压 JS 代码
HTML 编码/解码
HTML 编码/解码
