├── LICENSE ├── README.md ├── Sensor_analysis.py ├── Sensor_learning.py ├── Sensor_training_OOP.py ├── images ├── Prediction_class_fapi_10.png ├── hi ├── keys.png ├── model.png ├── model42.png ├── overview.png ├── rsz_1wasserhaltung_pumpe_1.jpg └── rsz_overview_1.png └── plotting_functions.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JanderHungrige/PumpSensor/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JanderHungrige/PumpSensor/HEAD/README.md -------------------------------------------------------------------------------- /Sensor_analysis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JanderHungrige/PumpSensor/HEAD/Sensor_analysis.py -------------------------------------------------------------------------------- /Sensor_learning.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JanderHungrige/PumpSensor/HEAD/Sensor_learning.py -------------------------------------------------------------------------------- /Sensor_training_OOP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JanderHungrige/PumpSensor/HEAD/Sensor_training_OOP.py -------------------------------------------------------------------------------- /images/Prediction_class_fapi_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JanderHungrige/PumpSensor/HEAD/images/Prediction_class_fapi_10.png -------------------------------------------------------------------------------- /images/hi: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /images/keys.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JanderHungrige/PumpSensor/HEAD/images/keys.png -------------------------------------------------------------------------------- /images/model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JanderHungrige/PumpSensor/HEAD/images/model.png -------------------------------------------------------------------------------- /images/model42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JanderHungrige/PumpSensor/HEAD/images/model42.png -------------------------------------------------------------------------------- /images/overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JanderHungrige/PumpSensor/HEAD/images/overview.png -------------------------------------------------------------------------------- /images/rsz_1wasserhaltung_pumpe_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JanderHungrige/PumpSensor/HEAD/images/rsz_1wasserhaltung_pumpe_1.jpg -------------------------------------------------------------------------------- /images/rsz_overview_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JanderHungrige/PumpSensor/HEAD/images/rsz_overview_1.png -------------------------------------------------------------------------------- /plotting_functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JanderHungrige/PumpSensor/HEAD/plotting_functions.py --------------------------------------------------------------------------------