Cpelec2 Activity 1 Vargas Reinner
Cpelec2 Activity 1 Vargas Reinner
I. Define Machine Learning. Determine its applications in different fields and identify
where this kind of technology fits, and why?
Machine learning (ML) is a subset of artificial intelligence (AI) that focuses on building
algorithms and statistical models that allow computers to accomplish tasks without being
explicitly programmed. Machine learning's fundamental purpose is to enable systems to
learn and improve from their experiences, allowing them to make data-driven predictions
or judgments.
Applications of Machine Learning in Different Fields:
1. Healthcare
• Diagnosis and Predictive Analytics: Machine learning algorithms can
examine medical data to help diagnose diseases and forecast patient
outcomes.
• Drug Discovery: Machine learning is used to identify possible drug
candidates by examining molecular structures and biological data.
2. Finance
• Fraud Detection: By studying transaction data, machine learning systems
may spot patterns of fraudulent activity.
• Credit Scoring: Machine learning algorithms assess creditworthiness
using a variety of parameters, boosting loan payback prediction accuracy.
4. Transportation
• Autonomous Vehicles: Machine learning is critical in allowing self-driving
automobiles to interpret real-time sensor data and make choices.
• Traffic Prediction: Machine learning algorithms use past data to anticipate
traffic trends and optimize route design.
5. Education
• Personalized Learning: Machine learning algorithms can tailor
instructional content to specific student needs, hence improving the
learning experience.
• Predictive Analytics: Using historical performance data to identify pupils
who are likely to fall behind.
6. Manufacturing
• Predictive Maintenance: Machine learning can forecast equipment
breakdowns by analyzing sensor data, lowering downtime and
maintenance costs.
• Quality Control: Machine learning algorithms detect flaws in items
throughout the production process.
9. Cybersecurity
• Anomaly Detection: Machine learning can recognize unexpected patterns
in network traffic, assisting in the detection of possible cyber-attacks.
• Fraud Prevention: Machine learning models examine user behavior to
detect and prevent fraudulent activity.
Machine learning fits into these many sectors because of its capacity to analyze large
volumes of data, identify patterns, and make predictions or judgments without explicit
programming. The technology excels at tasks that traditional rule-based systems may
struggle with owing to data complexity and unpredictability. ML systems may adapt and
improve over time as they are exposed to additional data, making them useful in dynamic
and changing contexts.
2. Decision Trees
• Classification Trees: These models are utilized for classification purposes.
They segment the data by feature to make judgments about the target variable.
• Regression Trees: Similar to classification trees, but used to forecast a
continuous variable.
6. Neural networks
• Feedforward neural networks: Made up of layers of linked nodes (neurons) that
flow information in a single direction, from input to output.
• Recurrent Neural Networks (RNN): Suitable for sequential data because their
connections generate cycles, allowing them to store knowledge over time.
• Convolutional Neural Networks (CNN): Image identification and processing
algorithms that use convolutional layers to extract features.