{"id":20120681,"url":"https://github.com/industrial-edge/anomaly-detection-getting-started","last_synced_at":"2025-03-02T20:17:11.634Z","repository":{"id":58381094,"uuid":"505738268","full_name":"industrial-edge/anomaly-detection-getting-started","owner":"industrial-edge","description":"Getting-Started tutorial to train a neural network with the Anomaly Detection","archived":false,"fork":false,"pushed_at":"2024-12-18T11:30:46.000Z","size":5863,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-01-13T07:13:13.607Z","etag":null,"topics":["ai","anomaly-detection","data-bus","data-service","flow-creator","industrial-edge","time-series-analysis"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/industrial-edge.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-06-21T07:38:11.000Z","updated_at":"2024-12-18T11:30:48.000Z","dependencies_parsed_at":"2024-01-10T09:41:04.333Z","dependency_job_id":"ce2a4eee-e6d9-4d74-904c-4dfdcddce0fd","html_url":"https://github.com/industrial-edge/anomaly-detection-getting-started","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/industrial-edge%2Fanomaly-detection-getting-started","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/industrial-edge%2Fanomaly-detection-getting-started/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/industrial-edge%2Fanomaly-detection-getting-started/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/industrial-edge%2Fanomaly-detection-getting-started/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/industrial-edge","download_url":"https://codeload.github.com/industrial-edge/anomaly-detection-getting-started/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241564547,"owners_count":19982960,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","anomaly-detection","data-bus","data-service","flow-creator","industrial-edge","time-series-analysis"],"created_at":"2024-11-13T19:22:11.100Z","updated_at":"2025-03-02T20:17:11.604Z","avatar_url":"https://github.com/industrial-edge.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Anomaly Detection getting started tutorial \n\nThis example shows how to use the Industrial Edge app \"Anomaly Detection\" to analyze your automation process. During this tutorial you will go through every single setup step to train a machine learning model on time series input data.\n\n- [Anomaly Detection getting started tutorial](#anomaly-detection-getting-started)\n  - [Description](#description)\n    - [Overview](#overview)\n    - [General task](#general-task)\n  - [Requirements](#requirements)\n    - [Prerequisites](#prerequisites)\n    - [Used components](#used-components)\n  - [Configuration steps](#configuration-steps)\n  - [Documentation](#documentation)\n  - [Contribution](#contribution)\n  - [Licence and Legal Information](#license-and-legal-information)\n\n\n## Description\n\n### Overview\n\nThis document describes how to create an Anomaly Detection model. This model is used to detect abnormal behavior in time series data. If an unusual behavior is detected, the app can be used to identify such divergence and in some cases you’ll get a first impression what caused the problem and where to start the further investigation, e.g. to make a deep dive analysis with the Anomaly Detection.\n  \n\n![task](docs/graphics/14AnomalyView.PNG)\n\n### General Task\n\n- You will learn how to select the incoming data and how to potentially transform this data in order to come up with a machine learning model \n- After that you will see how to define the model parameters and start the training. \n- In the last step you will use this model for inference and start the Live Anomaly Detection\n\n\n## Requirements\n\n\n\n### Prerequisites\n- Access to Industrial Edge Management System (IEM)\n- Onboarded Industrial Edge Device (IED) on IEM  \n\n### Used components\n\n* Industrial Edge Device Version simatic-ipc-ied-os-2.0.0-19-x86-64\n* Databus V 2.3.1-2\n* IIH Essentials V 1.9.0\n* Flow Creator V 1.16.0-2\n* Anomaly Detection V 1.1.0\n\n\n## Configuration steps\n\nTo successfully run the application, you need to follow these steps:\n\n* [Installation of screwing simulation](/docs/Installation_ScrewSimulation.md)\n* [Setup anomaly detection](/docs/Installation.md)\n\n## Documentation\n\nYou can find further documentation and help in the following links\n\n* [Industrial Edge Hub](https://iehub.eu1.edge.siemens.cloud/#/documentation)\n* [Industrial Edge Forum](https://www.siemens.com/industrial-edge-forum)\n* [Industrial Edge landing page](https://new.siemens.com/global/en/products/automation/topic-areas/industrial-edge/simatic-edge.html)\n* [Industrial Edge GitHub page](https://github.com/industrial-edge)\n\n## Contribution\n\nThank you for your interest in contributing. Anybody is free to report bugs, unclear documentation, and other problems regarding this repository in the Issues section.\nAdditionally everybody is free to propose any changes to this repository using Pull Requests.\n\nIf you haven't previously signed the [Siemens Contributor License Agreement](https://github.com/siemens/.github/blob/main/cla/cla.md) (CLA), the system will automatically prompt you to do so when you submit your Pull Request. This can be conveniently done through the CLA Assistant's online platform.\nOnce the CLA is signed, your Pull Request will automatically be cleared and made ready for merging if all other test stages succeed.\n\n## License and Legal Information\n\nPlease read the [Legal information](LICENSE.txt).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findustrial-edge%2Fanomaly-detection-getting-started","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Findustrial-edge%2Fanomaly-detection-getting-started","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findustrial-edge%2Fanomaly-detection-getting-started/lists"}