# LearnAI-SecureMachineLearningwithSQLServerandAzureMachineLearning
**Repository Path**: mirrors_Azure/LearnAI-SecureMachineLearningwithSQLServerandAzureMachineLearning
## Basic Information
- **Project Name**: LearnAI-SecureMachineLearningwithSQLServerandAzureMachineLearning
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-08-08
- **Last Updated**: 2026-03-28
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Secure Machine Learning with SQL Server and Azure ML
#### A Microsoft Course from the Learn AI team
| Technology |
Use |
| Microsoft Data Science Process (TDSP) |
Project, Development, Control and Management framework |
| Microsoft Azure |
Development environment, and/or as training/operationalize environment, security, IoT hub, telemetry, monitoring and management |
| Azure Data Science Virtual Machine (DSVM) |
Development environment, and/or as training/operationalize target |
| Python |
ML/AI programming, Model creation, Data Generator Simulation |
| ONNX and Other Serializing Technologies |
Model translation/transport |
| SQL Server 2017 Machine Learning Services |
Operationalize environment, secure data |
| Azure ML SDK |
AutoML, CI/CD (Model Management) |
| Power BI |
Visualization |
| SciKit Learn |
(Optional if training done in SQL Server ML) |
| Jupyter Notebook with Python |
Used for Model Training. |
| Industry |
Examples of relevant scenarios |
| Aerospace - Flight delay and cancellations | Flight route information in the form of flight legs and page logs. Flight leg data includes routing details such as departure/arrival date, time, airport, layovers etc. Page log includes a series of error and maintenance codes recorded by the ground maintenance personnel. |
| Aerospace - Aircraft engine parts failure | Data collected from sensors in the aircraft that provide information on the condition of the various parts. Maintenance records help identify when component failures occurred and when they were replaced. |
| Finance - ATM Failure | Sensor readings for each transaction (depositing cash/check) and dispensing of cash. Information on gap measurement between notes, note thickness, note arrival distance, check attributes etc. Maintenance records that provide error codes, repair information, last time the cash dispenser was refilled. |
| Public Utilities - Wind turbine or line Power failure | Sensors monitor turbine conditions such as temperature, wind direction, power generated, generator speed etc. Data is gathered from multiple wind turbines from wind farms located in various regions. Typically, each turbine will have multiple sensor readings relaying measurements at a fixed time interval. |
| Public Utilities - Circuit breaker failures | Maintenance logs that include corrective, preventive, and systematic actions. Operational data that includes automatic and manual commands sent to circuit breakers such as for open and close actions. Device metadata such as date of manufacture, location, model, etc. Circuit breaker specifications such as voltage levels, geolocation, ambient conditions. |
| Facilities - Door and other automatic surfaces failures | Door metadata such as type of elevator, manufactured date, maintenance frequency, building type, and so on. Operational information such as number of door cycles, average door close time. Failure history with causes. |
| Manufacturing - Component failures | Sensor data that measures acceleration, braking instances, distance, velocity etc. Static information on wheels like manufacturer, manufactured date. Failure data inferred from part order database that track order dates and quantities. |
| Transportation - Subway train door failures/Bus component failures | Door opening and closing times, other operational data such as current condition of train or bus components. Static data would include asset identifier, time, and condition value columns. |