Coder Social home page Coder Social logo

lstm-analytics-nasa-battery-ltv-prediction's Introduction

Remaining Useful Life Prediction Using NASA Battery Data Set

1️⃣ Overview

◽ Objective

  • NASA에서 제공하는 4개 셀 리튬이온 배터리 데이터를 명세하고 분석하여 데이터를 이해한다.
  • 데이터 전처리 및 학습에 알맞은 형태로 가공한다.
  • AI(ML/DL)기반의 다양한 방법론(알고리즘,모델)을 적용한 배터리 잔존수명예측 모델링을 진행한다.

◽ Development Environment

page_type languages products
     Dev        pyspark python   azure azure-databricks

◽ NASA PCoE Battery Data

Download URL - https://ti.arc.nasa.gov/tech/dash/groups/pcoe/prognostic-data-repository/



2️⃣ PreRequirement

◽ Understanding Data

  • SOH : State of Health
  • RUL : Remaining Useful Life
  • EOL : End of Life

◽ Data Structure

  • ❶ cycle: top level structure array containing the charge, discharge and impedance operations

     cycle  ⇦ Complex Data Structure( Nested Data )

  • ❷ type: operation type, can be charge, discharge or impedance

  • ❸ Data: Nested Data Structure(Many Variables)

    type ambient_temperature time data
    charge 24℃ yyyy-MM-dd HH:mm:ss.SSSSSS data
    discharge '' '' ''
    impedance '' '' ''


3️⃣ Methodology

◽ Part1 : Convert .mat to Dataframe

◽ Part2 : EDA(Exploratory Data Analysis)

◽ Part3 : Modeling

◽ LSTM Based Model Prediction Result Example

◽ Understanding LSTM(Long Short-Term Memory)

rnn-lstm-cell

Read a Blog - http://colah.github.io/posts/2015-08-Understanding-LSTMs/

◽ Understanding SVM(Support Vector Machines)

Watch a Youtube - https://www.youtube.com/watch?v=eHsErlPJWUU



4️⃣ Reference

URL① - https://ieeexplore.ieee.org/document/8967059

lstm-analytics-nasa-battery-ltv-prediction's People

Contributors

yjpark0421 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

lstm-analytics-nasa-battery-ltv-prediction's Issues

python

Could you please provide the version of Python package?Thanks

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.