Predictive Maintenance Using LSTM and GRU on NASA Turbofan Engine Dataset
Stars
1
Forks
1
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
19
commits
add a new bubble chart to evaluate hyperparameter tuning result process
c4d2c5aView on GitHubupdate information about feature function in display menu for README.md file
e5e3040View on GitHubupdate readme file to inform about the new additional menu
a05d285View on GitHubupdate README.md file by adding the project background all information related to dataset
667f0c0View on GitHubadd hyperparameter_tuning.py to Perform hyperparameter search, save the best model, and visualize the results
d32df00View on GitHubcreate evaluation.py file to cover all evaluation code related to data visualization
89350b5View on GitHubMove the evaluation code outside the loop to avoid a TensorFlow bug that results in the same metrics for different models
9de6ae7View on GitHubadd preprocessing code to load data and perform feature engineering
ef9a88dView on GitHub