This is default featured slide 1 title

Selamat datang di blog saya, jika kalian suka ngeblogger berbagilah ilmu www.cahilangall012.blogspot.com.

Friday, September 28, 2018

Implenentasi Program Kecerdasan buatan Back Propagasi X Y dengan Visual Basic

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,...