├── .gitattributes ├── CS2_35.csv ├── CS2_36.csv ├── CS2_37.csv ├── CS2_38.csv ├── Qore_learning.ipynb ├── lstm_learning.ipynb └── readme.md /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konkon3249/BatteryLifePrediction/HEAD/.gitattributes -------------------------------------------------------------------------------- /CS2_35.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konkon3249/BatteryLifePrediction/HEAD/CS2_35.csv -------------------------------------------------------------------------------- /CS2_36.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konkon3249/BatteryLifePrediction/HEAD/CS2_36.csv -------------------------------------------------------------------------------- /CS2_37.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konkon3249/BatteryLifePrediction/HEAD/CS2_37.csv -------------------------------------------------------------------------------- /CS2_38.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konkon3249/BatteryLifePrediction/HEAD/CS2_38.csv -------------------------------------------------------------------------------- /Qore_learning.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konkon3249/BatteryLifePrediction/HEAD/Qore_learning.ipynb -------------------------------------------------------------------------------- /lstm_learning.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konkon3249/BatteryLifePrediction/HEAD/lstm_learning.ipynb -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konkon3249/BatteryLifePrediction/HEAD/readme.md --------------------------------------------------------------------------------