Category: Monitoring

  • Prediction of NASA Turbofan Jet Engine RUL: OLS, SciKit-Learn & LSTM

    Prediction of NASA Turbofan Jet Engine RUL: OLS, SciKit-Learn & LSTM

    We predict the Remaining Useful Life (RUL) of NASA turbofan jet engines by comparing the statsmodels OLS, ML SciKit-Learn regression vs LSTM Keras in Python. The input dataset is the Kaggle version of the public dataset for asset degradation modeling from NASA. It includes Run-to-Failure simulated data from turbo fan jet engines.

  • Wind Energy ML Prediction & Turbine Power Control

    Wind Energy ML Prediction &  Turbine Power Control

    This text presents a detailed project on modeling the power curve of a wind turbine, which is crucial in wind energy management and forecasting. By using machine learning techniques such as Random Forest and Gradient Boosting Regressors, and validating with real-world Scada data from a Turkish wind farm, the project shows it’s possible to create…

  • Supervised ML Room Occupancy IoT

    Supervised ML Room Occupancy IoT

    The article presents a study on applying machine learning (ML) to IoT sensor data for workspace occupancy detection. Comparing 14 popular scikit-learn classifiers, the ML systems built use the gathered IoT sensor data to predict room occupancy with high certainty. The results suggest temperature and light are the significant factors affecting occupancy detection. The study…

  • Overview of AWS Tech Portfolio 2023

    Overview of AWS Tech Portfolio 2023

    This summary focuses on the extensive capabilities of Amazon Web Services (AWS) by 2023, highlighting its 27% year-on-year growth and a net sales increase to $127.1 billion. AWS emerges as the top cloud service provider, offering over 200 services including compute, storage, databases, networking, AI, and machine learning. It is constantly expanding operations, having opened…

  • Turkey/Syria Earthquake Live Knowledge Update & Charity Guide

    Turkey/Syria Earthquake Live Knowledge Update & Charity Guide

    Turkey has recently experienced a high frequency of earthquakes, the largest being a magnitude of 7.8 near Nurdağı, Gaziantep, on February 6th, 2023. This was one of the most powerful earthquakes in the country’s history, resulting in over 22,000 deaths and significant damage across Southern Turkey and Northern Syria. The aftermath left many survivors homeless,…

  • A Roadmap from Data Science to BI via ML

    A Roadmap from Data Science to BI via ML

    The blog post presents a comprehensive roadmap to Data Science (DS), providing an overview of career prospects, the field’s intersections with Mathematics, Statistics, and Computer Science, and its business relevance. The text details the earning potential of data scientists and the steps towards becoming one, including Data Analysis, Machine Learning, and Business Intelligence. It highlights…

  • DL-Assisted ECG/EKG Anomaly Detection using LSTM Autoencoder

    DL-Assisted ECG/EKG Anomaly Detection using LSTM Autoencoder

    This project implements an ECG anomaly detection framework using an LSTM Autoencoder to accurately identify abnormal ECG events. It trains the autoencoder on normal rhythms, using reconstruction errors to identify anomalies. The proposed method aims to improve abnormal ECG detection, as demonstrated by test results on the ECG5000 dataset, providing valuable information for patient health…

  • Hands-On USGS Webscraping of Earthquakes- Worldwide (24 Hours)

    Hands-On USGS Webscraping of Earthquakes- Worldwide (24 Hours)

    A live global earthquake tracker has been developed using the USGS earthquake data feed. This tool, which functions 24/7, distinguishes between underground nuclear explosions and organic or man-made seismic activities such as earthquakes and mining explosions. This tracker is crucial given that a third of the world’s population is exposed to earthquakes.