Syllabus
List of Experiments
- Exploratory Data Analysis (EDA) on Vehicle Telemetry Data – Analyze distribution, correlation, and outliers in real-time sensor data from a fleet of vehicles (e.g., temperature, pressure, RPM). Visualize trends and anomalies.
- Predictive Maintenance Analysis – Predict the likelihood of part failure based on historical maintenance logs including repair dates, parts replaced, and mileage using classification algorithms like Decision Trees or Random Forests.
- Fault Diagnosis using Sensor Data – Build a model to classify fault types based on Diagnostic trouble codes (DTCs) from onboard diagnostics (OBD) systems.
- Anomaly Detection in Vehicle Performance – Detect anomalies in Performance metrics (e.g., fuel efficiency, engine power) across different driving conditions using statistical methods (e.g., Z- score, Isolation Forest) and visualize anomalies.
- Image Recognition for Traffic Sign Detection – Develop a machine learning network model to detect and classify traffic signs (Images captured from vehicle-mounted cameras showing traffic signs) for autonomous driving applications.
- Predictive Modeling for Vehicle Component Lifespan – Build a regression model to predict component lifespan of vehicle components (e.g., batteries, tires) based on usage and environmental conditions, using linear regression or survival analysis techniques.
- Health Monitoring of Hybrid/Electric Vehicle Batteries – Develop a health monitoring system using time series analysis to predict battery degradation and failure using the Battery performance metrics (e.g., voltage, current, temperature) from hybrid/electric vehicles.
- Driver Drowsiness Detection using Biometric Sensors – Build a classification model to detect driver drowsiness based on biometric sensor data (e.g., heart rate, eye movement collected from drivers during different driving conditions), using machine learning algorithms.