Skip to content

Latest commit

Β 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 

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

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages