×
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 categorized in: Artificial Intelligence

How can I practice AutoML Vision without Google Cloud Platform (I don't have a credit card)?

Wednesday, 05 November 2025 by Fernando_Toscano

Practicing AutoML Vision without access to the Google Cloud Platform (GCP) due to the lack of a credit card or other constraints is a common situation for students and independent learners. While GCP's AutoML Vision provides a highly integrated, user-friendly interface for creating and deploying machine learning models for image classification, there are alternative approaches

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Advancing in Machine Learning, AutoML Vision - part 2
Tagged under: Artificial Intelligence, AutoKeras, AutoML, Computer Vision, Google Colab, Image Classification, Machine Learning Education, Open-source, Transfer Learning

Is eager mode automatically turned on in newer versions of TensorFlow?

Tuesday, 04 November 2025 by MIRNA HANŽEK

Eager execution represents a significant shift in the programming model of TensorFlow, particularly when contrasted with the original graph-based execution paradigm that characterized TensorFlow 1.x. Eager mode enables operations to execute immediately as they are called from Python. This imperative approach simplifies debugging, development, and prototyping workflows by providing an intuitive interface similar to those

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Advancing in Machine Learning, TensorFlow Eager Mode
Tagged under: Artificial Intelligence, Deep Learning, Eager Execution, Machine Learning, Python, TensorFlow

What are the types of ML?

Monday, 03 November 2025 by Sebastian Macovei

Machine learning (ML) is a branch of artificial intelligence that focuses on the development of algorithms and statistical models which enable computer systems to perform specific tasks without explicit instructions, relying instead on patterns and inference derived from data. Machine learning has become a foundational technology in a wide array of modern applications ranging from

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Introduction, What is machine learning
Tagged under: Artificial Intelligence, Cloud Computing, Data Science, Deep Learning, Google Cloud, Machine Learning, Reinforcement Learning, Semi-supervised Learning, Supervised Learning, Transfer Learning, Unsupervised Learning

How do we use machine learning to capture where there is not sufficient data available, such as in remote communities?

Sunday, 02 November 2025 by Mma Masire

Addressing the challenge of insufficient data in remote communities is a prominent concern within the field of machine learning. Data scarcity can significantly limit the effectiveness of traditional supervised learning methods, which rely heavily on large, labeled datasets to train accurate models. However, several strategies and approaches—both algorithmic and practical—have been established to mitigate the

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Introduction, What is machine learning
Tagged under: Active Learning, Artificial Intelligence, Cloud Computing, Data Augmentation, Data Scarcity, Federated Learning, Google Cloud, Machine Learning, Model Regularization, Synthetic Data, Transfer Learning

How would you design a data poisoning attack on the Quick, Draw! dataset by inserting invisible or redundant vector strokes that a human would not detect, but that would systematically induce the model to confuse one class with another?

Saturday, 01 November 2025 by JOSE ALFONSIN PENA

Designing a data poisoning attack on the Quick, Draw! dataset, specifically by inserting invisible or redundant vector strokes, requires a multifaceted understanding of how vector-based sketch data is represented, how convolutional and recurrent neural networks process such data, and how imperceptible modifications can manipulate a model’s decision boundaries without alerting human annotators or users. Understanding

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Google tools for Machine Learning, Google Quick Draw - doodle dataset
Tagged under: Adversarial Attacks, Artificial Intelligence, Computer Vision, Data Poisoning, Data Preprocessing, Neural Networks

How would you use Facets Overview and Deep Dive to audit a network traffic dataset, detect critical imbalances, and prevent data poisoning attacks in an AI pipeline applied to cybersecurity?

Thursday, 30 October 2025 by JOSE ALFONSIN PENA

Facets is an open-source visualization tool designed to facilitate the understanding and analysis of machine learning datasets. It provides two primary modules: Facets Overview and Facets Deep Dive. These modules are particularly valuable in fields where data quality, class balance, and anomaly detection are vital—such as in cybersecurity applications for network traffic analysis. Using these

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Google tools for Machine Learning, Visualizing data with Facets
Tagged under: Artificial Intelligence, Class Imbalance, Cybersecurity, Data Poisoning Prevention, Data Visualization, Dataset Auditing

If you are preparing a machine learning pipeline in Python, how would you integrate Facets Overview and Facets Deep Dive into your workflow to detect class imbalances and outliers before training a model with TensorFlow?

Thursday, 30 October 2025 by JOSE ALFONSIN PENA

Integrating Facets Overview and Facets Deep Dive within a Python-based machine learning pipeline provides significant benefits for exploratory data analysis, specifically in identifying class imbalances and outliers prior to model development with TensorFlow. Both tools, developed by Google, are designed to facilitate a thorough and interactive understanding of datasets, which is vital for constructing reliable

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Google tools for Machine Learning, Visualizing data with Facets
Tagged under: Artificial Intelligence, Class Imbalance, Data Visualization, EDA, Jupyter, Outlier Detection, TensorFlow

What impact does post-training quantization have when converting a TensorFlow object detection model to TensorFlow Lite in terms of accuracy and performance on iOS devices?

Thursday, 30 October 2025 by JOSE ALFONSIN PENA

Post-training quantization is a widely adopted technique used to optimize deep learning models—such as those built with TensorFlow—for deployment on edge devices, including iOS smartphones and tablets. When converting a TensorFlow object detection model to TensorFlow Lite, quantization offers significant benefits in terms of both model size and inference speed, but it also introduces certain

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Google tools for Machine Learning, TensorFlow object detection on iOS
Tagged under: Artificial Intelligence, IOS, Object Detection, Quantization, TensorFlow, TensorFlow Lite

How does an ML model learn from its reply? I know we sometimes use a database to store replies. Is that how it works, or are there other methods?

Tuesday, 28 October 2025 by Patrick van Vilsteren

Machine learning (ML) is a subset of artificial intelligence that enables systems to learn from data, identify patterns, and make decisions or predictions with minimal human intervention. The process by which an ML model learns does not involve simply storing its replies in a database and referencing them later. Rather, ML models utilize statistical methods

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Introduction, What is machine learning
Tagged under: Artificial Intelligence, Data Science, Generalization, Google Cloud, Machine Learning, Model Deployment, Model Training, Neural Networks, Reinforcement Learning, Supervised Learning

Can you use ML to ground on existing knowledge?

Tuesday, 28 October 2025 by Patrick van Vilsteren

Machine learning (ML) is fundamentally centered on the concept of using data to automatically learn patterns, relationships, or rules without being explicitly programmed for every task. When considering whether ML can be used to "ground on existing knowledge," one is essentially asking whether ML systems can leverage, build upon, or integrate established bodies of knowledge—such

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Introduction, What is machine learning
Tagged under: Artificial Intelligence, Explainability, Google Cloud, Human-in-the-Loop, Hybrid Systems, Knowledge Graphs, Machine Learning, Ontologies
  • 7
  • 8
  • 9
  • 10
  • 11
Home » Artificial Intelligence

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.