NicholasLiem / IF3270_FP_FFNN

A quick implementation of Fast Feed Neural Network that support reading JSON input and visualize the network in an image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IF3270_Machine Learning_FP_FFNN

Table of Contents

Program Description

This program is a model making of Fast Feed Neural Network (FFNN) model. The program is available to read input from JSON file. Depends on the configuration, the program can use 4 activation functions:

  • Linear
  • ReLU
  • Sigmoid
  • Softmax
This program will then display its output, which are the calculation result, the error, and the visualization graph.

Execution Guide

  1. Clone this repository
git clone https://github.com/NicholasLiem/IF3270_FP_FFNN.git
  1. Run the Main.ipynb file

Author

Name Student ID
Juan Christopher Santoso 13521116
Nicholas Liem 13521135
Nathania Calista Djunaedi 13521139
Antonio Natthan Krishna 13521162

About

A quick implementation of Fast Feed Neural Network that support reading JSON input and visualize the network in an image


Languages

Language:HTML 56.7%Language:Jupyter Notebook 43.2%Language:Python 0.1%