
Implenentasi Program Kecerdasan buatan Back Propagasi X Y
1. Tampilan Layout
2. Program Visual Basic
using System;
using
System.Collections.Generic;
using
System.ComponentModel;
using
System.Data;
using
System.Drawing;
using
System.Linq;
using
System.Text;
using
System.Windows.Forms;
{
public partial class Form1 : Form
{
double
W1, W2, W3, W4, B, X1V1;
double
X1V2, X1V3, X1V4, X2V1,...