Skip to content

minyujin03/BFC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

18 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Backpropagation Feature Contribution

Validating input contribution with Backpropagation in ANNs

๐Ÿ“Œ Project Overview

In this project, we implement and validate a backward approach to compute the influence of each input feature on the final output.

This method stands in contrast to the forward method implemented in the previous research.

๐Ÿ“š Previous Research

๐ŸŽฏ Objectives

  1. Implement a backward approach to estimate input feature contributions.
  2. Indicate how much each input feature contributes to the final output.
  3. Validate that the results are consistent with the contribution estimates obtained from the forward method in previous research.

๐Ÿ“ฆ ๋‹ค์šด๋กœ๋“œ ๋ฐ ์„ค์น˜

1. ๋ ˆํฌ์ง€ํ† ๋ฆฌ ํด๋ก 

git clone https://github.com/minyujin03/BFC.git
cd BFC

2. ๊ฐ€์ƒํ™˜๊ฒฝ ์„ค์ • (๊ถŒ์žฅ)

conda create -n BFC python=3.10
conda activate BFC
pip install -r requirements.txt

3. ์ฝ”๋“œ ์‹คํ–‰

python BFC_execution.py

About

Validating input contribution with Backpropagation in ANNs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages