- NASA에서 제공하는 4개 셀 리튬이온 배터리 데이터를 명세하고 분석하여 데이터를 이해한다.
- 데이터 전처리 및 학습에 알맞은 형태로 가공한다.
- AI(ML/DL)기반의 다양한 방법론(알고리즘,모델)을 적용한 배터리 잔존수명예측 모델링을 진행한다.
page_type | languages | products |
---|---|---|
Dev |
pyspark python |
azure azure-databricks |
Download URL - https://ti.arc.nasa.gov/tech/dash/groups/pcoe/prognostic-data-repository/
- SOH : State of Health
- RUL : Remaining Useful Life
- EOL : End of Life
-
❶ 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 '' '' ''
Read a Blog - http://colah.github.io/posts/2015-08-Understanding-LSTMs/
Watch a Youtube - https://www.youtube.com/watch?v=eHsErlPJWUU