yusufakcakaya / Machine-condition-monitoring-with-clustering

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Machine Condition Monitoring with Clustering πŸ”Š

The Mission

Acme Corporation is a worldwide supplier of technological equipment. The factory is facing significant problems with their manufacturing line, the machines are constantly facing failures due to a lack of maintenance and the production is stopped every time an unexpected failure is presented. As a result, Acme is losing millions of U.S. Dollars and important clients like Wile E. Coyote are experiencing delays in deliveries.

The company has collected audio samples of equipment working on normal and anomalous conditions. Their objective is to develop a machine learning model able to monitor the operations and identify anomalies in the sound pattern.

The implementation of this model can allow Acme to operate the manufacturing equipment at full capacity and detect signs of failure before the damage is so critical that the production line has to be stopped.

Mission is to build a machine learning model for Acme, so they can continue their manufacturing activities and help the Coyote to catch the roadrunner. For the model in this part I used unsupervised ML model which is clustering. In this term I tried to make a classification to normal, abnormal and transition sounds.

giphy

Which dataset?

Orijinal dataset can be downloaded on the following link:

But for the limited time datasets are downloaded directly from repository of Ujjwal Kandel Thanks for his sharing the datas.

Installation

  • Pull requests are welcome.
  • or https://github.com/yusufakcakaya/Machine-condition-monitoring-with-clustering.git

Repo Architecture

Machine-condition-monitoring-with-clustering
β”‚
β”‚   
β”‚__   
β”‚   Datasets                   : include .csv files
β”‚
β”‚__ __ valve.csv
|
|__ __ fan.csv
|
|__ __ pump.csv
|
β”‚__ __ slider.csv
β”‚
β”‚ 
β”‚__ README.md                  : explains the project
β”‚
|
β”‚__ fan_clustering.ipynb       : k-mean clustering for machine of fan
β”‚  
β”‚__ pump_clustering.ipynb      : k-mean clustering for machine of pump
β”‚
β”‚__ slider_clustering.ipynb    : k-mean clustering for machine of slider
β”‚                
β”‚__ valve_clustering.ipynb     : k-mean clustering for machine of valve
β”‚

Visuals

Value relations with eachother

image

Value relations in heatmap

image

After clustering data( ZCR and Spectral Centroid)

image

All data clustering

image

Silhouette analysis

image

Timeline

  • Type of challenge: Learning
  • Duration: 3 days
  • Deadline : Thu 10/12/21 H: 4:00 PM
  • Team challenge: Solo

Good Luck!

About


Languages

Language:Jupyter Notebook 100.0%