×
1 Choose EITC/EITCA Certificates
2 Learn and take online exams
3 Get your IT skills certified

Confirm your IT skills and competencies under the European IT Certification framework from anywhere in the world fully online.

EITCA Academy

Digital skills attestation standard by the European IT Certification Institute aiming to support Digital Society development

LOG IN TO YOUR ACCOUNT

CREATE AN ACCOUNT FORGOT YOUR PASSWORD?

FORGOT YOUR PASSWORD?

AAH, WAIT, I REMEMBER NOW!

CREATE AN ACCOUNT

ALREADY HAVE AN ACCOUNT?
EUROPEAN INFORMATION TECHNOLOGIES CERTIFICATION ACADEMY - ATTESTING YOUR PROFESSIONAL DIGITAL SKILLS
  • SIGN UP
  • LOGIN
  • INFO

EITCA Academy

EITCA Academy

The European Information Technologies Certification Institute - EITCI ASBL

Certification Provider

EITCI Institute ASBL

Brussels, European Union

Governing European IT Certification (EITC) framework in support of the IT professionalism and Digital Society

  • CERTIFICATES
    • EITCA ACADEMIES
      • EITCA ACADEMIES CATALOGUE<
      • EITCA/CG COMPUTER GRAPHICS
      • EITCA/IS INFORMATION SECURITY
      • EITCA/BI BUSINESS INFORMATION
      • EITCA/KC KEY COMPETENCIES
      • EITCA/EG E-GOVERNMENT
      • EITCA/WD WEB DEVELOPMENT
      • EITCA/AI ARTIFICIAL INTELLIGENCE
    • EITC CERTIFICATES
      • EITC CERTIFICATES CATALOGUE<
      • COMPUTER GRAPHICS CERTIFICATES
      • WEB DESIGN CERTIFICATES
      • 3D DESIGN CERTIFICATES
      • OFFICE IT CERTIFICATES
      • BITCOIN BLOCKCHAIN CERTIFICATE
      • WORDPRESS CERTIFICATE
      • CLOUD PLATFORM CERTIFICATENEW
    • EITC CERTIFICATES
      • INTERNET CERTIFICATES
      • CRYPTOGRAPHY CERTIFICATES
      • BUSINESS IT CERTIFICATES
      • TELEWORK CERTIFICATES
      • PROGRAMMING CERTIFICATES
      • DIGITAL PORTRAIT CERTIFICATE
      • WEB DEVELOPMENT CERTIFICATES
      • DEEP LEARNING CERTIFICATESNEW
    • CERTIFICATES FOR
      • EU PUBLIC ADMINISTRATION
      • TEACHERS AND EDUCATORS
      • IT SECURITY PROFESSIONALS
      • GRAPHICS DESIGNERS & ARTISTS
      • BUSINESSMEN AND MANAGERS
      • BLOCKCHAIN DEVELOPERS
      • WEB DEVELOPERS
      • CLOUD AI EXPERTSNEW
  • FEATURED
  • SUBSIDY
  • HOW IT WORKS
  •   IT ID
  • ABOUT
  • CONTACT
  • MY ORDER
    Your current order is empty.
EITCIINSTITUTE
CERTIFIED
Questions and answers designated by tag: Unsupervised Learning

Does a machine learning model need supevision during its training?

Thursday, 04 April 2024 by Lucas Laurent

The process of training a machine learning model involves exposing it to vast amounts of data to enable it to learn patterns and make predictions or decisions without being explicitly programmed for each scenario. During the training phase, the machine learning model undergoes a series of iterations where it adjusts its internal parameters to minimize

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Introduction, What is machine learning
Tagged under: AI, Artificial Intelligence, Machine Learning, Reinforcement Learning, Supervised Learning, Unsupervised Learning

Does an unsupervised model need training although it has no labelled data?

Thursday, 29 February 2024 by Bernard

An unsupervised model in machine learning does not require labeled data for training as it aims to find patterns and relationships within the data without predefined labels. Although unsupervised learning does not involve the use of labeled data, the model still needs to undergo a training process to learn the underlying structure of the data

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, First steps in Machine Learning, The 7 steps of machine learning
Tagged under: Anomaly Detection, Artificial Intelligence, Clustering Algorithms, Dimensionality Reduction, Machine Learning Applications, Unsupervised Learning

How does one know when to use supervised versus unsupervised training?

Tuesday, 27 February 2024 by Patricia Manuelita Izquierdo Sarmiento

Supervised and unsupervised learning are two fundamental types of machine learning paradigms that serve distinct purposes based on the nature of the data and the objectives of the task at hand. Understanding when to use supervised training versus unsupervised training is important in designing effective machine learning models. The choice between these two approaches depends

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Introduction, What is machine learning
Tagged under: Artificial Intelligence, Data Science, Google Cloud, Machine Learning, Supervised Learning, Unsupervised Learning

What is machine learning?

Saturday, 03 February 2024 by ANASTASIA KARAMPELA

Machine learning is a subfield of artificial intelligence (AI) that focuses on the development of algorithms and models that enable computers to learn and make predictions or decisions without being explicitly programmed. It is a powerful tool that allows machines to automatically analyze and interpret complex data, identify patterns, and make informed decisions or predictions.

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Introduction, What is machine learning
Tagged under: Algorithms, Applications, Artificial Intelligence, Google Cloud, Machine Learning, Reinforcement Learning, Supervised Learning, Unsupervised Learning

Can machine learning predict or determine the quality of the data used?

Friday, 05 January 2024 by Alex Cubells

Machine Learning, a subfield of Artificial Intelligence, has the capability to predict or determine the quality of the data used. This is achieved through various techniques and algorithms that enable machines to learn from the data and make informed predictions or assessments. In the context of Google Cloud Machine Learning, these techniques are applied to

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Introduction, What is machine learning
Tagged under: Artificial Intelligence, Data Quality, Google Cloud, Machine Learning, Supervised Learning, Unsupervised Learning

What are the distinctions between supervised, unsupervised and reinforcement learning approaches?

Sunday, 26 November 2023 by Aleksandar Babic

Supervised, unsupervised, and reinforcement learning are three distinct approaches in the field of machine learning. Each approach utilizes different techniques and algorithms to address different types of problems and achieve specific objectives. Let’s explore the distinctions between these approaches and provide a comprehensive explanation of their characteristics and applications. Supervised learning is a type of

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Introduction, What is machine learning
Tagged under: Applications Of Machine Learning, Artificial Intelligence, Machine Learning Algorithms, Reinforcement Learning, Supervised Learning, Unsupervised Learning

What is ML?

Saturday, 02 September 2023 by Dawid Pytliński

Machine Learning (ML) is a subfield of Artificial Intelligence (AI) that focuses on the development of algorithms and models that enable computers to learn and make predictions or decisions without being explicitly programmed. ML algorithms are designed to analyze and interpret complex patterns and relationships in data, and then use this knowledge to make informed

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Introduction, What is machine learning
Tagged under: Algorithms, Applications, Artificial Intelligence, Batch Learning, Google Cloud, Machine Learning, Online Learning, Reinforcement Learning, Supervised Learning, Unsupervised Learning

What is a general algorithm for defining a problem in ML?

Thursday, 24 August 2023 by Wojciech Cieslisnki

Defining a problem in machine learning (ML) involves a systematic approach to formulating the task at hand in a way that can be addressed using ML techniques. This process is important as it lays the foundation for the entire ML pipeline, from data collection to model training and evaluation. In this answer, we will outline

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Introduction, What is machine learning
Tagged under: Artificial Intelligence, Machine Learning, Problem Definition, Reinforcement Learning, Supervised Learning, Unsupervised Learning

What is the mean shift algorithm and how does it differ from the k-means algorithm?

Monday, 07 August 2023 by EITCA Academy

The mean shift algorithm is a non-parametric clustering technique that is commonly used in machine learning for unsupervised learning tasks such as clustering. It differs from the k-means algorithm in several key aspects, including the way it assigns data points to clusters and its ability to identify clusters of arbitrary shape. To understand the mean

  • Published in Artificial Intelligence, EITC/AI/MLP Machine Learning with Python, Clustering, k-means and mean shift, K means from scratch, Examination review
Tagged under: Artificial Intelligence, Clustering, K-means, Machine Learning, Mean Shift, Unsupervised Learning

How do we evaluate the performance of clustering algorithms in the absence of labeled data?

Monday, 07 August 2023 by EITCA Academy

In the field of Artificial Intelligence, specifically in Machine Learning with Python, evaluating the performance of clustering algorithms in the absence of labeled data is a important task. Clustering algorithms are unsupervised learning techniques that aim to group similar data points together based on their inherent patterns and similarities. While the absence of labeled data

  • Published in Artificial Intelligence, EITC/AI/MLP Machine Learning with Python, Clustering, k-means and mean shift, K means from scratch, Examination review
Tagged under: Artificial Intelligence, Calinski-Harabasz Index, Clustering Algorithms, Davies-Bouldin Index, Internal Evaluation Metrics, Silhouette Coefficient, Unsupervised Learning, Visualization Techniques
  • 1
  • 2
  • 3
  • 4
Home

Certification Center

USER MENU

  • My Account

CERTIFICATE CATEGORY

  • EITC Certification (105)
  • EITCA Certification (9)

What are you looking for?

  • Introduction
  • How it works?
  • EITCA Academies
  • EITCI DSJC Subsidy
  • Full EITC catalogue
  • Your order
  • Featured
  •   IT ID
  • EITCA reviews (Medium publ.)
  • About
  • Contact

EITCA Academy is a part of the European IT Certification framework

The European IT Certification framework has been established in 2008 as a Europe based and vendor independent standard in widely accessible online certification of digital skills and competencies in many areas of professional digital specializations. The EITC framework is governed by the European IT Certification Institute (EITCI), a non-profit certification authority supporting information society growth and bridging the digital skills gap in the EU.
Eligibility for EITCA Academy 90% EITCI DSJC Subsidy support
90% of EITCA Academy fees subsidized in enrolment

    EITCA Academy Secretary Office

    European IT Certification Institute ASBL
    Brussels, Belgium, European Union

    EITC / EITCA Certification Framework Operator
    Governing European IT Certification Standard
    Access contact form or call +32 25887351

    Follow EITCI on X
    Visit EITCA Academy on Facebook
    Engage with EITCA Academy on LinkedIn
    Check out EITCI and EITCA videos on YouTube

    Funded by the European Union

    Funded by the European Regional Development Fund (ERDF) and the European Social Fund (ESF) in series of projects since 2007, currently governed by the European IT Certification Institute (EITCI) since 2008

    Information Security Policy | DSRRM and GDPR Policy | Data Protection Policy | Record of Processing Activities | HSE Policy | Anti-Corruption Policy | Modern Slavery Policy

    Automatically translate to your language

    Terms and Conditions | Privacy Policy
    EITCA Academy
    • EITCA Academy on social media
    EITCA Academy


    © 2008-2026  European IT Certification Institute
    Brussels, Belgium, European Union

    TOP
    CHAT WITH SUPPORT
    Do you have any questions?
    We will reply here and by email. Your conversation is tracked with a support token.