Git Product home page Git Product logo

explanable_ai's Introduction

eXplanable_AI : AI의 결정 과정을 인간이 이해할 수 있는 형태로 설명하는 기술

XAI(설명가능한 인공지능)

  • whitebox model : Linear Regression, Decision Tree, K-Nearest Neighbors...와 같은 설명력이 있는, 이해 가능한 알고리즘 모델
  • blackbox model : Deep Neural Network, Random Forest, XGBoost...와 같은 복잡한 모델.
    Decision Tree기반의 RandomForest, XGBoost와 같은 모델은 기존 Decision Tree와는 다르게 설명력이 없다. 이유는, 1개의 Tree를 사용하는 것이 아닌, 100개보다 더 많은 Tree가 모여서 만드는 모델이기에, blackbox model에 속한다.

image

XAI 기술 종류

1. Feature importance Analysis(특성 중요도 분석): 모델의 예측에 있어서 가장 큰 영향을 미치는 특성(변수) 추출

2. Decision Trees(결정 트리) : 규칙 기반의 접근 방식을 사용하여 예측을 생성

3. Local Interpretable Model-agnostic Explanations, LIME : blackbox model과 같이 복잡한 모델의 예측을 로컬로 근사하는 간단한 모델을 생성하여, 특정 예측에 대한 모델의 작동방식을 설명

4. Shapely Additive exPlanations, SHAP : SHAP는 게임 이론에서, 영감을 받은 방법으로, 각 입력 변수가 모델의 예측에 기여하는 정도를 정량화하여, 모델의 전반적인 작동 원리를 이해하는데 도움

explanable_ai's People

Contributors

minhyuk0914 avatar

Watchers

 avatar

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.