03/26/24

Machine learning

« Back to Glossary Index

Machine learning

Machine learning (ML) is a subset of artificial intelligence (AI) that enables systems to learn and improve from experience without being explicitly programmed. It involves the development of algorithms that can analyze and learn from data, making decisions or predictions based on this data.

Common misconceptions about machine learning

  1. ML is the same as AI. In reality, ML is a subset of AI. While AI is the broader concept of machines being able to carry out tasks in a way that we would consider “smart,” ML is a specific application of AI where machines can learn from data.
  2. ML can learn and adapt on its own. In reality, ML models do learn from data, but they don’t adapt or evolve autonomously. They operate and make predictions within the boundaries of their programming and the data they are trained on. Human intervention is often required to update or tweak models.
  3. ML eliminates the need for human workers. In reality, while ML can automate certain tasks, it works best when complementing human skills and decision-making. It’s a tool to enhance productivity and efficiency, not a replacement for the human workforce.
  4. ML is only about building algorithms. In reality, algorithm design is a part of ML, but it also involves data preparation, feature selection, model training and testing, and deployment. It’s a multi-faceted process that goes beyond just algorithms.
  5. ML is infallible and unbiased. In reality, ML models can inherit biases present in the training data, leading to biased or flawed outcomes. Ensuring data quality and diversity is critical to minimize bias.
  6. ML works with any kind of data. In reality, ML requires quality data. Garbage in, garbage out – if the input data is poor, the model’s predictions will be unreliable. Data preprocessing is a vital step in ML.
  7. ML models are always transparent and explainable. In reality, some complex models, like deep learning networks, can be “black boxes,” making it hard to understand exactly how they arrive at a decision.
  8. ML can make its own decisions. In reality, ML models can provide predictions or classifications based on data, but they don’t “decide” in the human sense. They follow programmed instructions and cannot exercise judgment or understanding.
  9. ML is only for tech companies. In reality, ML has applications across various industries – healthcare, finance, retail, manufacturing, and more. It’s not limited to tech companies.
  10. ML is a recent development. In reality, while ML has gained prominence recently due to technological advancements, its foundations were laid decades ago. The field has been evolving over a significant period.

Building blocks of machine learning

We can state that machine learning consists of certain blocks, like algorithms and data. What is their role exactly?

Algorithms are the rules or instructions followed by ML models to learn from data. They can be as simple as linear regression or as complex as deep learning neural networks. Some of the popular algorithms include:

  • Linear regression – used for predicting a continuous value.
  • Logistic regression – used for binary classification tasks (e.g., spam detection).
  • Decision trees – A model that makes decisions based on branching rules.
  • Random forest – An ensemble of decision trees typically used for classification problems.
  • Support vector machines – Effective in high dimensional spaces, used for classification and regression tasks.
  • Neural networks – A set of algorithms modeled after the human brain, used in deep learning for complex tasks like image and speech recognition.
  • K-means clustering – An unsupervised algorithm used to group data into clusters.
  • Gradient boosting machines – Builds models in a stage-wise fashion; it’s a powerful technique for building predictive models.

An ML model is what you get when you train an algorithm with data. It’s the output that can make predictions or decisions based on new input data. Different types of models include decision trees, support vector machines, and neural networks.

What’s the role of data in machine learning?

Data collection. The process of gathering information relevant to the problem you’re trying to solve. This data can come from various sources and needs to be relevant and substantial enough to train models effectively.

Data processing. This involves cleaning and transforming the collected data into a format suitable for training ML models. It includes handling missing values, normalizing or scaling data, and encoding categorical variables.

Data usage. The processed data is then used for training, testing, and validating the ML models. Data is crucial in every step – from understanding the problem to fine-tuning the model for better accuracy.

Tools and technologies commonly used in ML

  • Python and R are the most popular due to their robust libraries and frameworks specifically designed for ML (like Scikit-learn, TensorFlow, and PyTorch for Python).
  • Data Analysis Tools: Pandas, NumPy, and Matplotlib in Python are essential for data manipulation and visualization.
  • Machine Learning Frameworks: TensorFlow, PyTorch, and Keras are widely used for building and training complex models, especially in deep learning.
  • Cloud Platforms: AWS, Google Cloud, and Azure offer ML services that provide scalable computing power and storage, along with various ML tools and APIs.
  • Big Data Technologies: Tools like Apache Hadoop and Spark are crucial when dealing with large datasets that are typical in ML applications.
  • Automated Machine Learning (AutoML): Platforms like Google’s AutoML provide tools to automate the process of applying machine learning to real-world problems, making it more accessible.

Three types of ML

Machine Learning (ML) can be broadly categorized into three main types: Supervised learning, Unsupervised learning, and Reinforcement learning. Let’s explore them with examples

Supervised learning

In supervised learning, the algorithm learns from labeled training data, helping to predict outcomes or classify data into groups. For example: 

  • Email spam filtering. Classifying emails as “spam” or “not spam” based on distinguishing features in the data.
  • Credit scoring. Assessing credit worthiness of applicants by training on historical data where the credit score outcomes are known.
  • Medical diagnosis. Using patient data to predict the presence or absence of a disease.

Unsupervised learning

Unsupervised learning involves training on data without labeled outcomes. The algorithm tries to identify patterns and structures in the data. Real-world examples:

  • Market basket analysis. Identifying patterns in consumer purchasing by grouping products frequently bought together.
  • Social network analysis. Detecting communities or groups within a social network based on interactions or connections.
  • Anomaly detection in network traffic. Identifying unusual patterns that could signify network breaches or cyberattacks.

Reinforcement learning

Reinforcement learning is about taking suitable actions to maximize reward in a particular situation. It is employed by various software and machines to find the best possible behavior or path in a specific context. These are some examples:

  • Autonomous vehicles. Cars learn to drive by themselves through trial and error, with sensors providing feedback.
  • Robotics in manufacturing. Robots learn to perform tasks like assembling with increasing efficiency and precision.
  • Game AI. Algorithms that learn to play and improve at games like chess or Go by playing numerous games against themselves or other opponents.

How do we use ML in real life?

  • Predictive analytics is used in sales forecasting, risk assessment, and customer segmentation.
  • Customer service. Chatbots and virtual assistants powered by ML can handle customer inquiries efficiently.
  • Fraud detection. ML algorithms can analyze transaction patterns to identify and prevent fraudulent activities.
  • Supply chain optimization. Predictive models can forecast inventory needs and optimize supply chains.
  • Personalization. In marketing, ML can be used for personalized recommendations and targeted advertising.
  • Human resources. Automating candidate screening and using predictive models to identify potential successful hires.

Predicting patient outcomes in healthcare

Researchers at Beth Israel Deaconess Medical Center used ML to predict the mortality risk of patients in intensive care units. By analyzing medical data like vital signs, lab results, and notes, the ML model could predict patient outcomes with high accuracy.

This application of ML aids doctors in making critical treatment decisions and allocating resources more effectively, potentially saving lives.

Fraud detection in finance and banking

JPMorgan Chase implemented an ML system to detect fraudulent transactions. The system analyzes patterns in large datasets of transactions to identify potentially fraudulent activities.

The ML model helps in reducing financial losses due to fraud and enhances the security of customer transactions.

Personalized shopping experiences in retail

Amazon uses ML algorithms for its recommendation system, which suggests products to customers based on their browsing and purchasing history.

This personalized shopping experience increases customer satisfaction and loyalty, and also boosts sales by suggesting relevant products that customers are more likely to purchase.

Predictive maintenance in manufacturing

Airbus implemented ML algorithms to predict failures in aircraft components. By analyzing data from various sensors on planes, they can predict when parts need maintenance before they fail.

This approach minimizes downtime, reduces maintenance costs, and improves safety.

Precision farming in agriculture

John Deere uses ML to provide farmers with insights about planting, crop care, and harvesting, using data from field sensors and satellite imagery.

This information helps farmers make better decisions, leading to increased crop yields and more efficient farming practices.

Autonomous driving in automotive

Tesla’s Autopilot system uses ML to enable semi-autonomous driving. The system processes data from cameras, radar, and sensors to make real-time driving decisions.

While still in development, this technology has the potential to reduce accidents, ease traffic congestion, and revolutionize transportation.


Need to reinforce your team with a unique specialist?

« Back to Glossary Index
Want to work with us?
Book a call