1 / 6

ALGORITMA PEMBELAJARAN DENGAN SUPERVISI

ALGORITMA PEMBELAJARAN DENGAN SUPERVISI. HEBB RULE Model neuron McCulloch-Pitts akan mengalami kesulitan bila berhadapan dengan fungsi-fungsi yg kompleks . Hal ini terjadi karena dalam menentukan bobot w dan nilai ambang θ harus dilakukan secara analitik atau menggunakan cara coba-coba .

kineks
Download Presentation

ALGORITMA PEMBELAJARAN DENGAN SUPERVISI

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. ALGORITMA PEMBELAJARAN DENGAN SUPERVISI • HEBB RULE Model neuron McCulloch-Pitts akanmengalamikesulitanbilaberhadapandenganfungsi-fungsiygkompleks. Hal initerjadikarenadalammenentukanbobot w dannilaiambangθharusdilakukansecaraanalitikataumenggunakancaracoba-coba. Pada 1949, D.O.Hebbmemperkenalkancaramenghitungbobot w dan bias secaraiteratifdenganmemanfaatkan model pembelajarandgnsupervisishgbobot w dan bias dptdihitungscrotomatistanpa hrs melakukancaracoba-coba.

  2. X1 W1 X2 W2 Net = Σxw+b f(net) y W3 X3 b 1

  3. ALGORITMA PELATIHAN HEBB • Inisialisasibobotdan bias: wi = 0; b = 0 dengani = 1,2,…,n • Untuksetiappasangan input-target (s-t), lakukan: (a) Set aktivasi unit input : xi = si; (i = 1,2,…,n) (b) Set aktivasi unit output : yj = tj; (j=1,2,…,m) • Perbaikibobotmenurutpersamaanberikut: wi(baru) = wi(lama) + xi*yj; (i=1,2,…,n; dan j=1,2,…,m) • Perbaiki bias menurutpersamaanberikut: b(baru) = b(lama) + y

  4. SoalLatihan • BuatlahjaringanHebbuntukmengenalipolafungsilogika “AND” jikarepresentasimasukandankeluaranadalahsbb: (a) masukanbiner, keluaranbiner (b) masukanbiner, keluaran bipolar (c) masukan bipolar, keluaran bipolar • BuatlahjaringanHebbuntukmengenalipolafungsilogika “OR” jikarepresentasimasukandankeluaranadalahsbb: (a) masukanbiner, keluaranbiner (b) masukanbiner, keluaran bipolar (c) masukan bipolar, keluaran bipolar

  5. SoalLatihan • Diketahuiduabuahpolasepertihuruf “T” dan “U” sepertipadagbrdibawah. GunakanjaringanHebbuntukmengenalipolatsb. * * * * ⁰ * ⁰ * ⁰ * ⁰ * ⁰ * ⁰ * * * (target pola “T” = 1 dan pola “U” = -1)

  6. Gunakan bobot yang diperoleh pada soal no.3 untuk mengenali pola berikut: * * ⁰ ⁰ * ⁰ * * ⁰

More Related