Tag: safety

  • Real-Time Anomaly Detection of NAB Ambient Temperature Readings using the TensorFlow/Keras Autoencoder

    Real-Time Anomaly Detection of NAB Ambient Temperature Readings using the TensorFlow/Keras Autoencoder

    The content covers a detailed guide on implementing anomaly detection in time series data using autoencoders. The tutorial utilizes Python and real-world temperature dataset from Numenta Anomaly Benchmark (NAB). Following the Python workflow, the algorithm imports required libraries, performs anomaly detection, and visualizes anomalies. A trained autoencoder model identifies anomalies, with Precision, Recall, and F1…

  • Top 6 Reliability/Risk Engineering Learnings

    Top 6 Reliability/Risk Engineering Learnings

    The content provides a review of Eric Marsden’s e-learning Python courseware on risk engineering, loss prevention and safety management. It includes discussions of various topics such as the failure of light bulbs, electronic components, large computing facility maintenance, and oil field pumps. The content also delves into stock market risk analysis like Value at Risk…

  • Towards Optimized ML Wildfire Prediction

    Towards Optimized ML Wildfire Prediction: This Python case example stems from the initial research into ML/AI wildfire prediction using the dataset that was downloaded from the UCI Machine Learning Repository.