predictive-maintenance-using-machine-learning | end demo architecture for predictive maintenance issues | Machine Learning library
kandi X-RAY | predictive-maintenance-using-machine-learning Summary
kandi X-RAY | predictive-maintenance-using-machine-learning Summary
The project uses Amazon SageMaker to train a deep learning model with the MXNet deep learning framework. The model used is a stacked Bidirectional LSTM neural network that can learn from sequential or time series data. The model is robust to the input dataset and does not expect the sensor readings to be smoothed, as the model has 1D convolutional layers with trainable parameter that can to smooth and peform feature transformation of the time series. The deep learning model is trained so that it learns to predict the remaining useful life (RUL) for each sensor. The model training is orchestrated by running a jupyter notebook on a SageMaker Notebook instance. When you go through the project demonstration, the nasa turbofan engine dataset is automatically downloaded to an S3 bucket created in your account, by the quick launch template above. In to demonstrate how the project can be used to perform batch inference on new time series data from sensor readings, an AWS Lambda function (is included. The Lambda function can be invoked by an AWS CloudWatch Event so that it runs on a schedule or AWS S3 put event so that it runs as soon as new sensor readings are stored in S3. When invoked, the Lambda function creates a SageMaker Batch Transform job, which uses the SageMaker Model that was saved during training, to obtain model predictions for the new sensor data. The results of the batch transform job are stored back in S3, and can be fed into a dashboard or visualization module for monitoring.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Generate a table from a text file .
- Analyze the group .
- Einsum operator .
- Load a text file .
- Set item with given indexer .
- Analyze code block .
- r Compute the gradient of a function .
- Return a description of the percentile .
- Compute the einsum path .
- Convert wide to long .
predictive-maintenance-using-machine-learning Key Features
predictive-maintenance-using-machine-learning Examples and Code Snippets
Community Discussions
Trending Discussions on predictive-maintenance-using-machine-learning
QUESTION
We are trying to execute and check what kind of output is provided by Predictive Maintenance Using Machine Learning on AWS sample data. We are referring Predictive Maintenance Using Machine Learning and AWS Guide to launch the sample template provided by the AWS. The template is executed properly and we can see the resources in account. Whenever we run the sagemaker notebook for the given example we are getting the error in CloudWatch logs as follows
...ANSWER
Answered 2020-Apr-28 at 08:50A fix for this issue is being deployed to the official solution. In the meantime, you can make the changes described here in your SageMaker environment by following the instructions below:
1) In the notebook, please change the framework_version
to 1.6.0
.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install predictive-maintenance-using-machine-learning
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page