神经元网络 Neuronal.NET

码农软件 · 软件分类 · 神经网络/人工智能 · 2019-10-15 16:28:56

软件介绍

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();

Sample Image - maximum width is 600 pixels

Sample Image - maximum width is 600 pixels

本文地址:https://codercto.com/soft/d/16822.html

Mastering JavaServer Faces

Mastering JavaServer Faces

Bill Dudney、Jonathan Lehr、Bill Willis、LeRoy Mattingly / Wiley / 2004-6-7 / USD 40.00

Harness the power of JavaServer Faces to create your own server-side user interfaces for the Web This innovative book arms you with the tools to utilize JavaServer Faces (JSF), a new standard that wi......一起来看看 《Mastering JavaServer Faces》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

html转js在线工具
html转js在线工具

html转js在线工具

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具