Git Product home page Git Product logo

if3270-tubes1-ffnn's Introduction

Implementasi Forward Propagation Feed Forward Neural Network

Tugas Besar A
IF3270 Pembelajaran Mesin
Implementasi Forward Propagation Feed Forward Neural Network

Daftar Isi

Penjelasan Ringkas Program

Repositori ini berisi implementasi Forward Propagation Feed Forward Neural Network menggunakan Python. Program ini menggunakan library 'numpy' untuk operasi matriks dan 'json' untuk membaca input dalam format JSON. Program mendefinisikan fungsi aktivasi seperti linear, ReLU, sigmoid, dan softmax untuk menghitung output dari setiap neuron dalam jaringan. Selanjutnya, terdapat fungsi 'forward_propagation' yang mengambil model neural network, data input, dan bobot sebagai input, mengembalikan output dari jaringan setelah proses forward propagation. Data input dibaca dari file JSON dan diekstraksi untuk mendapatkan informasi mengenai model, data input, bobot, dan output yang diharapkan. Setelah mendapatkan output, error dihitung dan dibandingkan dengan batas maksimum error yang ditentukan untuk mengevaluasi keakuratan output. Dengan demikian, program dapat melakukan forward propagation pada model neural network dan mengevaluasi hasilnya dengan efisien.

Cara Menjalankan Program

  1. Clone repository ini: git clone https://github.com/munzayanahusn/IF3270-Tubes1-FFNN.git
  2. Buka file ffnn.ipnyb menggunakan Notebook atau VSCode.
  3. Sesuaikan file input yang ingin dimuat dengan mengetikkan nama file dan direktori yang sesuai: with open("test/multilayer.json")
  4. Jalankan program dengan mengeklik tombol Run.

Kontributor

13521050 Naufal Syifa Firdaus
13521077 Husnia Munzayana
13521088 Puti Nabilla Aidira
13521130 Althaaf Khasyi Atisomya

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.