├── LSTM_MCDropout.ipynb ├── README.md ├── TraiLModel.h5 ├── convert_acceleration_to_velocity.m └── get_velocity_features.m /LSTM_MCDropout.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VNemani14/Bearing_LSTMPrognostics/HEAD/LSTM_MCDropout.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VNemani14/Bearing_LSTMPrognostics/HEAD/README.md -------------------------------------------------------------------------------- /TraiLModel.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VNemani14/Bearing_LSTMPrognostics/HEAD/TraiLModel.h5 -------------------------------------------------------------------------------- /convert_acceleration_to_velocity.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VNemani14/Bearing_LSTMPrognostics/HEAD/convert_acceleration_to_velocity.m -------------------------------------------------------------------------------- /get_velocity_features.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VNemani14/Bearing_LSTMPrognostics/HEAD/get_velocity_features.m --------------------------------------------------------------------------------